Fix "kubectl --k" typo (#15558)
This commit is contained in:
parent
bc3054c3a7
commit
5e9207e88d
|
@ -865,7 +865,7 @@ EOF
|
||||||
Apply all those objects on the Apiserver by
|
Apply all those objects on the Apiserver by
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
kubectl apply --k .
|
kubectl apply -k .
|
||||||
```
|
```
|
||||||
|
|
||||||
Both containers will have the following files present on their filesystems with the values for each container's environment:
|
Both containers will have the following files present on their filesystems with the values for each container's environment:
|
||||||
|
|
Loading…
Reference in New Issue