Skip to content

Commit 211e21f

Browse files
committed
docs/getting_started.md: add note about CNI addons on workload clusters
Signed-off-by: Andrew Sy Kim <[email protected]>
1 parent 0648430 commit 211e21f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/getting_started.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -308,3 +308,7 @@ $ kubectl get secret prod-workload-kubeconfig -o=jsonpath='{.data.value}' | base
308308
```
309309

310310
Now that you have the `kubeconfig` for your Workload Cluster, you can start deploying your applications there.
311+
312+
**NOTE**: workload clusters do not have any addons applied aside from those added by kubeadm. Nodes in your workload clusters
313+
will be in the `NotReady` state until you apply a CNI addon. The `addons.yaml` file generated from `make prod-yaml` has a default calico
314+
addon which you can use, otherwise apply custom addons based on your use-case.

0 commit comments

Comments
 (0)