You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
in CSC we support ZVM and KVM, so we will create at lease two type of images for it ,and if openshift_lb = yes in both images, then while creating LB, it will take the issue randomly,it will cause issue if we want to create ocp for zvm ,but the LB image is for kvm
current code
image := &model.Image{}
err = db.Where(“open_shift_lb = ?“, true).Take(image).Error
The text was updated successfully, but these errors were encountered:
in CSC we support ZVM and KVM, so we will create at lease two type of images for it ,and if openshift_lb = yes in both images, then while creating LB, it will take the issue randomly,it will cause issue if we want to create ocp for zvm ,but the LB image is for kvm
current code
image := &model.Image{}
err = db.Where(“open_shift_lb = ?“, true).Take(image).Error
The text was updated successfully, but these errors were encountered: