Merge pull request #148 from souravsk/main

repeated line
This commit is contained in:
Michael Cade 2022-06-18 09:15:01 +01:00 committed by GitHub
commit 6e41e91b42
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -89,7 +89,6 @@ Along with the official documentation, I have also found myself with this page o
|kubectl get namespaces |List all namespaces in cluster |
|kubectl get pods |List all pods in default namespace cluster |
|kubectl get pods -n name |List all pods in "name" namespace |
|kubectl get pods -n name |List all pods in "name" namespace |
|Creating Resources | |
| ------------------------------ | ----------------------------------------- |