You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currenlty omg get supports only yaml, json, wide
Would be beneficial to support only the name scenario. This could be easily used for further manipulation.
e.g.
[root@rdu-infra-edge-01 test-infra]# kubectl get pod -n kube-system -o name
pod/coredns-74ff55c5b-rrj75
pod/etcd-minikube
pod/kube-apiserver-minikube
pod/kube-controller-manager-minikube
pod/kube-proxy-s7dwh
pod/kube-scheduler-minikube
pod/storage-provisioner
The text was updated successfully, but these errors were encountered:
Currenlty
omg get
supports onlyyaml
,json
,wide
Would be beneficial to support only the
name
scenario. This could be easily used for further manipulation.e.g.
[root@rdu-infra-edge-01 test-infra]# kubectl get pod -n kube-system -o name pod/coredns-74ff55c5b-rrj75 pod/etcd-minikube pod/kube-apiserver-minikube pod/kube-controller-manager-minikube pod/kube-proxy-s7dwh pod/kube-scheduler-minikube pod/storage-provisioner
The text was updated successfully, but these errors were encountered: