Skip to content

Commit 8e2c488

Browse files
committed
🐛 Fix formatting in Kubernetes cheat sheet
1 parent 158a702 commit 8e2c488

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/kubernetes/tips-and-tricks.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Cheet sheet about all Kubernetes commands and contents.
88

99
## Kubernetes cheat sheet
1010

11-
### See all node are running with more details:
11+
### See all node are running with more details
1212

1313
```bash
1414
kubectl get node --all-namespaces --output=wide
@@ -35,7 +35,7 @@ watch --interval 1 kubectl get node --all-namespaces --output=wide
3535
kubectl get pods --all-namespaces -o=wide --watch
3636
```
3737

38-
### Apply directly yaml file in command line:
38+
### Apply directly yaml file in command line
3939

4040
```bash
4141
kubectl apply -f - <<EOF

0 commit comments

Comments
 (0)