diff --git a/topics/kubernetes/CKA.md b/topics/kubernetes/CKA.md index 548af4c..7447877 100644 --- a/topics/kubernetes/CKA.md +++ b/topics/kubernetes/CKA.md @@ -681,7 +681,7 @@ affinity:
-reate and run a Pod called `some-pod` with the image `redis` and configure it to use the selector `hw=max`
+Create and run a Pod called `some-pod` with the image `redis` and configure it to use the selector `hw=max`
``` kubectl run some-pod --image=redis --dry-run=client -o yaml > pod.yaml