Fix misspelling in CKA.md (#370)

This commit is contained in:
MohamedHaroon98
2023-04-06 22:10:20 +03:00
committed by GitHub
parent e83fa514cb
commit 2b6543ef52
+1 -1
View File
@@ -681,7 +681,7 @@ affinity:
</b></details> </b></details>
<details> <details>
<summary>reate and run a Pod called `some-pod` with the image `redis` and configure it to use the selector `hw=max`</summary><br><b> <summary>Create and run a Pod called `some-pod` with the image `redis` and configure it to use the selector `hw=max`</summary><br><b>
``` ```
kubectl run some-pod --image=redis --dry-run=client -o yaml > pod.yaml kubectl run some-pod --image=redis --dry-run=client -o yaml > pod.yaml