From f7982a7ddde9269e072a5e09f22e672e1e128f58 Mon Sep 17 00:00:00 2001 From: 1dropaflame <52415475+1dropaflame@users.noreply.github.com> Date: Thu, 4 May 2023 08:22:27 -0500 Subject: [PATCH] Update c.pod_design.md use the short form `-r` --- c.pod_design.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/c.pod_design.md b/c.pod_design.md index 4dc0909a..9277fc04 100644 --- a/c.pod_design.md +++ b/c.pod_design.md @@ -269,7 +269,7 @@ kubectl create deployment nginx --image=nginx:1.18.0 --dry-run=client -o yaml or, ```bash -kubectl create deploy nginx --image=nginx:1.18.0 --replicas=2 --port=80 +kubectl create deploy nginx --image=nginx:1.18.0 -r=2 --port=80 ```