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: README.md
+13Lines changed: 13 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -167,6 +167,19 @@ When generating your cluster, set `POD_CIDR` to your desired value.
167
167
export POD_CIDR=["10.240.0.0/12"]
168
168
```
169
169
170
+
## I'd like to update the firewall and / or its rules. How can I achieve this?
171
+
172
+
Unfortunately there is no automated way to update firewall deployments or rules yet. You have to manually edit the `MetalStackFirewallDeployment` resource to force it to create a new firewall.
173
+
174
+
1. Save the firewall machine ID stored in `MetalStackFirewallDeployment.spec.managedResourceRef.name`.
175
+
2. Update the `MetalStackFirewallTemplate` as desired.
5. Wait for the new firewall to be in `Phoned Home` state using `metalctl machine list --id <new-id>`.
179
+
6. Delete the old firewall machine using `metalctl machine delete <old-id>` as soon as possible.
180
+
181
+
This leads to a minimized downtime of the cluster as the firewall is not available during the transition.
182
+
170
183
## Flavors
171
184
172
185
You might choose from different cluster template [flavors](https://cluster-api.sigs.k8s.io/clusterctl/commands/generate-cluster.html?highlight=flavor#flavors) to generate manifests with clusterctl. Here is a table describing the available flavors:
0 commit comments