Skip to content

Commit 1c0f464

Browse files
committed
docs(kubernetes/cheatsheet): Fixed some typos
1 parent aec6563 commit 1c0f464

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

kubernetes/cheatsheets/kubectl.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ cat pod.json | kubectl create -f -
9696
# Edit the data in docker-registry.yaml in JSON using the v1 API format then create the resource using the edited data.
9797
kubectl create -f docker-registry.yaml --edit --output-version=v1 -o json
9898

99-
# Create all the resources avaibale in the folder
99+
# Create all the resources available in the folder
100100
kubeclt create -f <folder_name>
101101
```
102102

@@ -325,7 +325,7 @@ kubectl set sa -f nginx-deployment.yaml serviceaccount1 --local --dry-run -o yam
325325

326326
### Autoscale
327327

328-
Creates an autoscaler that automatically chooses and sets the number of pods that run in a kubernetes cluste
328+
Creates an autoscaler that automatically chooses and sets the number of pods that run in a kubernetes cluster
329329

330330
```bash
331331
# Auto scale a deployment "foo", with the number of pods between 2 and 10, no target CPU utilization specified so a default autoscaling policy will be used:

0 commit comments

Comments
 (0)