Combine the create and scale commands together (#369)

This commit is contained in:
MohamedHaroon98 2023-04-06 21:08:38 +02:00 committed by GitHub
parent 8e691b5681
commit e83fa514cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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>
@ -857,4 +855,4 @@ Add the following to the spec of the Pod:
spec:
schedulerName: some-custom-scheduler
```
</b></details>
</b></details>