Skip to content

Commit 895db4e

Browse files
authored
Merge pull request #161 from k8s-proxmox/sp-yduck-patch-1
add 3-a to quick start
2 parents 8174b9d + dc693ed commit 895db4e

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,18 @@ clusterctl get kubeconfig cappx-test > kubeconfig.yaml
5656

5757
# get node command for workload cluster
5858
kubectl --kubeconfig=kubeconfig.yaml get node
59+
### example output: this is your first workload cluster !!
60+
## NAME STATUS ROLES AGE VERSION
61+
## cappx-test-controlplane-qc9vw NotReady control-plane 6m53s v1.27.3
62+
```
63+
64+
3-a. [OPTIONAL] Apply your favorite CNI to your workload cluster
65+
66+
Until you apply CNI to your cluster, all the node is NotReady. After this step, all your nodes will become Ready :)
67+
68+
```sh
69+
# use weave-cni for this example
70+
kubectl --kubeconfig=kubeconfig.yaml apply -f https://github.com/weaveworks/weave/releases/download/v2.8.1/weave-daemonset-k8s.yaml
5971
```
6072

6173
4. Tear down your workload cluster

0 commit comments

Comments
 (0)