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 24daea6 commit 6c95f1fCopy full SHA for 6c95f1f
docs/book/src/developer/guide.md
@@ -114,8 +114,8 @@ make docker-push
114
115
# Apply the manifests
116
kustomize build config/default | ./hack/tools/bin/envsubst | kubectl apply -f -
117
-kustomize build bootstrap/kubeadm/config | ./hack/tools/bin/envsubst | kubectl apply -f -
118
-kustomize build controlplane/kubeadm/config | ./hack/tools/bin/envsubst | kubectl apply -f -
+kustomize build bootstrap/kubeadm/config/default | ./hack/tools/bin/envsubst | kubectl apply -f -
+kustomize build controlplane/kubeadm/config/default | ./hack/tools/bin/envsubst | kubectl apply -f -
119
kustomize build test/infrastructure/docker/config/default | ./hack/tools/bin/envsubst | kubectl apply -f -
120
```
121
0 commit comments