Merge pull request #43115 from Ananya2001-an/patch-1

fix: update deprecated command in code example
pull/43133/head
Kubernetes Prow Robot 2023-09-20 09:22:01 -07:00 committed by GitHub
commit 08e0d63a11
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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: