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
Copy file name to clipboardExpand all lines: docs/book/src/clusteropenstack/configuration.md
+3-4Lines changed: 3 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -475,10 +475,9 @@ spec:
475
475
sshKeyName: <Key pair name>
476
476
```
477
477
478
-
The `enabled` flag is toggleable. Thus, you're able to save resources while the bastion host is not needed.
479
-
All other parameters can be changed via an `OpenStackCluster` update while the bastion host is not running.
480
-
481
-
> Note: as a rolling update is not ideal during a bastion host session, we prevent changes to a running bastion configuration.
478
+
All parameters are mutable during the runtime of the bastion host.
479
+
The bastion host will be re-created if it's enabled and the instance spec has been changed.
480
+
This is done by a simple checksum validation of the instance spec which is stored in the `OpenStackCluster` annotation `infrastructure.cluster.x-k8s.io/bastion-hash`.
482
481
483
482
A floating IP is created and associated to the bastion host automatically, but you can add the IP address explicitly:
0 commit comments