We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a3062ba + 4fcd9dd commit a64992bCopy full SHA for a64992b
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