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: CONTRIBUTING.md
+41-16Lines changed: 41 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@ make -C capi-lab node-network firewall
31
31
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.
32
32
33
33
```bash
34
-
make apply-sample-cluster
34
+
make -C capi-lab apply-sample-cluster
35
35
```
36
36
37
37
Once the control plane node has phoned home, run:
@@ -43,20 +43,14 @@ make -C capi-lab mtu-fix
43
43
When the control plane node was provisioned, you can obtain the kubeconfig like:
44
44
45
45
```bash
46
-
kubectl get secret metal-test-kubeconfig -o jsonpath='{.data.value}'| base64 -d > .capms-cluster-kubeconfig.yaml
47
-
```
48
-
49
-
For now, the provider ID has to be manually added to the node object because we did not integrate the [metal-ccm](https://github.com/metal-stack/metal-ccm) yet:
0 commit comments