📜  kubectl get pods wide - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:49:48.398000             🧑  作者: Mango

代码示例3
# Current Namespace
kubectl get pods -o wide
# Particular Namespace
kubectl get po -o wide -n 
# All namespaces
kubectl get pods -o wide -A