We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c1bdbc commit 4fcd9ddCopy full SHA for 4fcd9dd
kubernetes-101/README.md
@@ -8,7 +8,7 @@ Note - If you are using these notes to take the workshops or in any way please d
8
9
## Simple pod imperative way
10
11
-`kubectl run nginx --image=nginx --port 80 --dry-run=oclient -oyaml`
+`kubectl run nginx --image=nginx --port 80 --dry-run=client -oyaml`
12
13
Declarative way
14
0 commit comments