diff --git a/topics/kubernetes/CKA.md b/topics/kubernetes/CKA.md index d864d5a71..548af4c74 100644 --- a/topics/kubernetes/CKA.md +++ b/topics/kubernetes/CKA.md @@ -492,9 +492,7 @@ The selector doesn't match the label (cache vs cachy). To solve it, fix cachy so
Create a deployment called "pluck" using the image "redis" and make sure it runs 5 replicas
-`kubectl create deployment pluck --image=redis` - -`kubectl scale deployment pluck --replicas=5` +`kubectl create deployment pluck --image=redis --replicas=5`
@@ -857,4 +855,4 @@ Add the following to the spec of the Pod: spec: schedulerName: some-custom-scheduler ``` - \ No newline at end of file +