Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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>