Skip to content

Commit

Permalink
Merge pull request #366 from nobukatsu/update_kubernetes_cheatsheet
Browse files Browse the repository at this point in the history
Add command of listing all namespaces
  • Loading branch information
Kapeli committed Jan 10, 2020
2 parents 4f4f757 + f9e1939 commit 9d51697
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions cheatsheets/Kubernetes.rb
Expand Up @@ -90,6 +90,15 @@
category do
id 'Viewing and Finding Resources'

entry do
name 'List all namespaces in the cluster'
notes '
```
kubectl get namespaces
```
'
end

entry do
name 'List all services in the namespace'
notes '
Expand Down

0 comments on commit 9d51697

Please sign in to comment.