Fix "kubectl --k" typo (#15558)
parent
bc3054c3a7
commit
5e9207e88d
|
@ -865,7 +865,7 @@ EOF
|
|||
Apply all those objects on the Apiserver by
|
||||
|
||||
```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:
|
||||
|
|
Loading…
Reference in New Issue