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
// We only remove the bastion's floating IP if it exists and if it's not the same value defined both in the spec and in status.
262
+
// This decision was made so if a user specifies a pre-created floating IP that is intended to only be used for the bastion, the floating IP won't get removed once the bastion is destroyed.
// If a floating IP is set for the bastion spec, skip deleting it
289
+
// If a floating IP retrieved is the same as what is set in the bastion spec, skip deleting it.
290
+
// This decision was made so if a user specifies a pre-created floating IP that is intended to only be used for the bastion, the floating IP won't get removed once the bastion is destroyed.
0 commit comments