From 2b6543ef52c1e85afbe93025b808fc9b6e13d27c Mon Sep 17 00:00:00 2001 From: MohamedHaroon98 <120387545+MohamedHaroon98@users.noreply.github.com> Date: Thu, 6 Apr 2023 21:10:20 +0200 Subject: [PATCH] Fix misspelling in CKA.md (#370) --- topics/kubernetes/CKA.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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