Merge pull request #44447 from giiiiiithub/patch-3

fix the Chinese single quotes in the code to English single quotes
pull/44453/head
Kubernetes Prow Robot 2023-12-20 18:18:41 +01:00 committed by GitHub
commit 554155c212
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -526,7 +526,7 @@ Before proceeding, clean up some of the ConfigMaps you made:
```bash
kubectl delete configmap special-config
kubectl delete configmap env-config
kubectl delete configmap -l 'game-config in (config-4,config-5)
kubectl delete configmap -l 'game-config in (config-4,config-5)'
```
Now that you have learned to define ConfigMaps, you can move on to the next
@ -910,7 +910,7 @@ kubectl delete pod dapi-test-pod --now
# You might already have removed the next set
kubectl delete configmaps/special-config configmaps/env-config
kubectl delete configmap -l 'game-config in (config-4,config-5)
kubectl delete configmap -l 'game-config in (config-4,config-5)'
```
If you created a directory `configure-pod-container` and no longer need it, you should remove that too,