Combine the create and scale commands together (#369)

This commit is contained in:
MohamedHaroon98
2023-04-06 22:08:38 +03:00
committed by GitHub
parent 8e691b5681
commit e83fa514cb
+1 -3
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>