Skip to content

Commit

Permalink
Merge pull request #161 from k8s-proxmox/sp-yduck-patch-1
Browse files Browse the repository at this point in the history
add 3-a to quick start
  • Loading branch information
sp-yduck authored Dec 6, 2023
2 parents 8174b9d + dc693ed commit 895db4e
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,18 @@ clusterctl get kubeconfig cappx-test > kubeconfig.yaml

# get node command for workload cluster
kubectl --kubeconfig=kubeconfig.yaml get node
### example output: this is your first workload cluster !!
## NAME STATUS ROLES AGE VERSION
## cappx-test-controlplane-qc9vw NotReady control-plane 6m53s v1.27.3
```

3-a. [OPTIONAL] Apply your favorite CNI to your workload cluster

Until you apply CNI to your cluster, all the node is NotReady. After this step, all your nodes will become Ready :)

```sh
# use weave-cni for this example
kubectl --kubeconfig=kubeconfig.yaml apply -f https://github.com/weaveworks/weave/releases/download/v2.8.1/weave-daemonset-k8s.yaml
```

4. Tear down your workload cluster
Expand Down

0 comments on commit 895db4e

Please sign in to comment.