Skip to content

Commit 83b88ad

Browse files
committed
Clarifies the as-is situation a bit
1 parent 3ca5c81 commit 83b88ad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ With the introduction of [app customization](https://kubectl.docs.kubernetes.io/
3232
See the [variants](./variants) folder for different overlays. For example to scale to 1 kafka broker try `kubectl apply -k variants/scale-1/`.
3333

3434
Currently `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

0 commit comments

Comments
 (0)