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 158a702 commit 8e2c488Copy full SHA for 8e2c488
docs/kubernetes/tips-and-tricks.md
@@ -8,7 +8,7 @@ Cheet sheet about all Kubernetes commands and contents.
8
9
## Kubernetes cheat sheet
10
11
-### See all node are running with more details:
+### See all node are running with more details
12
13
```bash
14
kubectl get node --all-namespaces --output=wide
@@ -35,7 +35,7 @@ watch --interval 1 kubectl get node --all-namespaces --output=wide
35
kubectl get pods --all-namespaces -o=wide --watch
36
```
37
38
-### Apply directly yaml file in command line:
+### Apply directly yaml file in command line
39
40
41
kubectl apply -f - <<EOF
0 commit comments