File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -56,6 +56,18 @@ clusterctl get kubeconfig cappx-test > kubeconfig.yaml
5656
5757# get node command for workload cluster
5858kubectl --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
61734 . Tear down your workload cluster
You can’t perform that action at this time.
0 commit comments