Fix misspelling in CKA.md (#370)

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

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