Merge pull request #43115 from Ananya2001-an/patch-1
fix: update deprecated command in code examplepull/43133/head
commit
08e0d63a11
|
@ -119,7 +119,7 @@ In an ordinary command window, not your shell, list the environment
|
|||
variables in the running container:
|
||||
|
||||
```shell
|
||||
kubectl exec shell-demo env
|
||||
kubectl exec shell-demo -- env
|
||||
```
|
||||
|
||||
Experiment with running other commands. Here are some examples:
|
||||
|
|
Loading…
Reference in New Issue