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: DEVELOPMENT.md
+3-11Lines changed: 3 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,10 +18,10 @@ Next install our CAPMS provider into the cluster.
18
18
make push-to-capi-lab
19
19
```
20
20
21
-
Before creating a cluster some manual steps are required beforehand: you need to allocate a node network and a firewall.
21
+
Before creating a cluster some manual steps are required beforehand: you need to allocate a node network.
22
22
23
23
```bash
24
-
make -C capi-lab node-network firewall control-plane-ip
24
+
make -C capi-lab node-network control-plane-ip
25
25
```
26
26
27
27
A basic cluster configuration that relies on `config/clusterctl-templates/cluster-template.yaml` and uses the aforementioned node network can be generated and applied to the management cluster using a make target.
Copy file name to clipboardExpand all lines: README.md
+3-10Lines changed: 3 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ Currently, we provide the following custom resources:
15
15
We plan to cover more resources in the future:
16
16
17
17
- Node Networks
18
-
- Firewall Deployments
18
+
-Complete Firewall Deployments using the [Firewall Controller Manager](https://github.com/metal-stack/firewall-controller-manager)
19
19
- Improved configuration suggestion of CNIs
20
20
21
21
> [!note]
@@ -76,15 +76,6 @@ Allocate a VIP for the control plane.
76
76
export CONTROL_PLANE_IP=$(metalctl network ip create --network internet --project $METAL_PROJECT_ID --name "$CLUSTER_NAME-vip" --type static -o template --template "{{ .ipaddress }}")
77
77
```
78
78
79
-
A firewall needs to be created with appropriate firewall rules. An example can be found at [firewall-rules.yaml](config/target-cluster/firewall-rules.yaml).
80
-
```bash
81
-
# export environment variable for the firewall image and size
For your first cluster, it is advised to start with our generated template. Ensure that the namespaced cluster name is unique within the metal stack project.
0 commit comments