Running `kubectl exec <pod_name> <command>` is deprecated: ``` kubectl exec [POD] [COMMAND] is DEPRECATED and will be removed in a future version. Use kubectl exec [POD] -- [COMMAND] instead ``` It should be: `kubectl exec <pod_name> -- <command>` |
||
|---|---|---|
| .. | ||
| configuration | ||
| kubernetes-basics | ||
| security | ||
| services | ||
| stateful-application | ||
| stateless-application | ||
| _index.md | ||
| hello-minikube.md | ||