Skip to content

Commit

Permalink
Combine the create and scale commands together (bregman-arie#369)
Browse files Browse the repository at this point in the history
  • Loading branch information
MohamedHaroon98 authored Apr 6, 2023
1 parent 8e691b5 commit e83fa51
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions topics/kubernetes/CKA.md
Original file line number Diff line number Diff line change
Expand Up @@ -492,9 +492,7 @@ The selector doesn't match the label (cache vs cachy). To solve it, fix cachy so
<details>
<summary>Create a deployment called "pluck" using the image "redis" and make sure it runs 5 replicas</summary><br><b>

`kubectl create deployment pluck --image=redis`

`kubectl scale deployment pluck --replicas=5`
`kubectl create deployment pluck --image=redis --replicas=5`

</b></details>

Expand Down Expand Up @@ -857,4 +855,4 @@ Add the following to the spec of the Pod:
spec:
schedulerName: some-custom-scheduler
```
</b></details>
</b></details>

0 comments on commit e83fa51

Please sign in to comment.