We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 595acd2 commit d62237fCopy full SHA for d62237f
content/zh/docs/tasks/configure-pod-container/configure-pod-configmap.md
@@ -83,7 +83,7 @@ wget https://kubernetes.io/examples/configmap/game.properties -O configure-pod-c
83
wget https://kubernetes.io/examples/configmap/ui.properties -O configure-pod-container/configmap/ui.properties
84
85
# 创建 configmap
86
-kubectl create c game-config --from-file=configure-pod-container/configmap/
+kubectl create configmap game-config --from-file=configure-pod-container/configmap/
87
```
88
89
<!-- combines the contents of the `configure-pod-container/configmap/` directory -->
0 commit comments