We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e83fa51 commit 2b6543eCopy full SHA for 2b6543e
topics/kubernetes/CKA.md
@@ -681,7 +681,7 @@ affinity:
681
</b></details>
682
683
<details>
684
-<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>
685
686
```
687
kubectl run some-pod --image=redis --dry-run=client -o yaml > pod.yaml
0 commit comments