Skip to content

Commit a64992b

Browse files
authored
Merge pull request #15 from Aman123lug/main
Update README.md
2 parents a3062ba + 4fcd9dd commit a64992b

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)