File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -32,8 +32,8 @@ With the introduction of [app customization](https://kubectl.docs.kubernetes.io/
3232See the [ variants] ( ./variants ) folder for different overlays. For example to scale to 1 kafka broker try ` kubectl apply -k variants/scale-1/ ` .
3333
3434Currently ` apply -k ` replaces ` apply -f ./zookeeper; apply -f ./kafka ` .
35- The original applies result in ` error: unable to decode "zookeeper/kustomization.yaml": Object 'Kind' is missing in ... `
36- and though they still seem to work you can get around that with a v1.14+ kubectl using: ` k apply -k variants/as-is/` .
35+ The original commands now result in ` error: unable to decode "zookeeper/kustomization.yaml": Object 'Kind' is missing in ... `
36+ and though they still seem to work you can get around that with a v1.14+ kubectl using: ` kubectl apply -k variants/as-is/` .
3737
3838### Maintaining your own kustomization
3939
You can’t perform that action at this time.
0 commit comments