Skip to content

Commit 4fcd9dd

Browse files
authored
Update README.md
remove 'o' to oclient now the command is valid
1 parent 5c1bdbc commit 4fcd9dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kubernetes-101/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Note - If you are using these notes to take the workshops or in any way please d
88

99
## Simple pod imperative way
1010

11-
`kubectl run nginx --image=nginx --port 80 --dry-run=oclient -oyaml`
11+
`kubectl run nginx --image=nginx --port 80 --dry-run=client -oyaml`
1212

1313
Declarative way
1414

0 commit comments

Comments
 (0)