Add OS and OpenShift questions
This commit is contained in:
@ -10,6 +10,12 @@
|
||||
`kubectl run web-1985 --image=nginx:alpine --restart=Never`
|
||||
</b></details>
|
||||
|
||||
<details>
|
||||
<summary>How to find out on which node a certain pod is running?</summary><br><b>
|
||||
|
||||
`kubectl get po -o wide`
|
||||
</b></details>
|
||||
|
||||
### Namespaces
|
||||
|
||||
<details>
|
||||
|
Reference in New Issue
Block a user