Skip to content

Commit 27abe0c

Browse files
authored
Merge pull request #8351 from cahillsf/cahillsf/dev
📖 update quickstart kustomize commands to target correct subdir
2 parents 24daea6 + 6c95f1f commit 27abe0c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/book/src/developer/guide.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,8 +114,8 @@ make docker-push
114114

115115
# Apply the manifests
116116
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 -
117+
kustomize build bootstrap/kubeadm/config/default | ./hack/tools/bin/envsubst | kubectl apply -f -
118+
kustomize build controlplane/kubeadm/config/default | ./hack/tools/bin/envsubst | kubectl apply -f -
119119
kustomize build test/infrastructure/docker/config/default | ./hack/tools/bin/envsubst | kubectl apply -f -
120120
```
121121

0 commit comments

Comments
 (0)