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
updates sts with a new subnet, old sts pods deleted and new pods created
Actual Behavior
error message for new pod "port already exists but in switch ***(old subnet)"
Steps to Reproduce the Problem
default vpc with two subnets: ovn-default and subnet1
create sts with ovn.kubernetes.io/logical_switch: ovn-default , pods running then update sts with new subnet subnet1
new pod hang in ContainerCreating status with error E0711 11:28:26.560505 8 ovn-nbctl.go:242] create port wangbo-sts-0.alcubierres failed: ovn-nbctl: wangbo-sts-0.alcubierres: port already exists but in switch ovn-default E0711 11:28:26.560548 8 pod.go:366] error syncing 'alcubierres/wangbo-sts-0': ovn-nbctl: wangbo-sts-0.alcubierres: port already exists but in switch ovn-default
The text was updated successfully, but these errors were encountered:
Expected Behavior
updates sts with a new subnet, old sts pods deleted and new pods created
Actual Behavior
error message for new pod "port already exists but in switch ***(old subnet)"
Steps to Reproduce the Problem
ovn-default
andsubnet1
ovn.kubernetes.io/logical_switch: ovn-default
, pods running then update sts with new subnetsubnet1
E0711 11:28:26.560505 8 ovn-nbctl.go:242] create port wangbo-sts-0.alcubierres failed: ovn-nbctl: wangbo-sts-0.alcubierres: port already exists but in switch ovn-default E0711 11:28:26.560548 8 pod.go:366] error syncing 'alcubierres/wangbo-sts-0': ovn-nbctl: wangbo-sts-0.alcubierres: port already exists but in switch ovn-default
The text was updated successfully, but these errors were encountered: