Skip to content

Commit

Permalink
Fix misspelling in CKA.md (bregman-arie#370)
Browse files Browse the repository at this point in the history
  • Loading branch information
MohamedHaroon98 authored Apr 6, 2023
1 parent e83fa51 commit 2b6543e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion topics/kubernetes/CKA.md
Original file line number Diff line number Diff line change
Expand Up @@ -681,7 +681,7 @@ affinity:
</b></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
Expand Down

0 comments on commit 2b6543e

Please sign in to comment.