We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0648430 commit 211e21fCopy full SHA for 211e21f
docs/getting_started.md
@@ -308,3 +308,7 @@ $ kubectl get secret prod-workload-kubeconfig -o=jsonpath='{.data.value}' | base
308
```
309
310
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