Skip to content

Instantly share code, notes, and snippets.

@ajdecon
Created February 7, 2022 15:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ajdecon/ab7b74cc1af3055203e59fb3cae46b69 to your computer and use it in GitHub Desktop.
Save ajdecon/ab7b74cc1af3055203e59fb3cae46b69 to your computer and use it in GitHub Desktop.
$ kubectl get nodes
NAME STATUS ROLES AGE VERSION
virtual-gpu01 Ready <none> 10m v1.21.6
virtual-gpu02 Ready <none> 10m v1.21.6
virtual-mgmt01 Ready control-plane,master 13m v1.21.6
virtual-mgmt02 Ready control-plane,master 12m v1.21.6
virtual-mgmt03 Ready control-plane,master 12m v1.21.6
$ kubectl get sc
NAME PROVISIONER RECLAIMPOLICY VOLUMEBINDINGMODE ALLOWVOLUMEEXPANSION AGE
nfs-client (default) cluster.local/nfs-subdir-external-provisioner Delete Immediate true 4m3s
$ kubectl get pods -A
NAMESPACE NAME READY STATUS RESTARTS AGE
deepops-nfs-client-provisioner nfs-subdir-external-provisioner-667846657f-lsqjl 1/1 Running 0 4m13s
kube-system calico-kube-controllers-8575b76f66-dw5qr 1/1 Running 0 9m19s
kube-system calico-node-5dkq5 1/1 Running 0 10m
kube-system calico-node-npf58 1/1 Running 0 10m
kube-system calico-node-p95br 1/1 Running 0 10m
kube-system calico-node-qdpxf 1/1 Running 0 10m
kube-system calico-node-wq4n6 1/1 Running 0 10m
kube-system coredns-8474476ff8-7ljt8 1/1 Running 0 8m26s
kube-system coredns-8474476ff8-cvbkf 1/1 Running 0 8m55s
kube-system dns-autoscaler-7df78bfcfb-sfgxk 1/1 Running 0 8m46s
kube-system kube-apiserver-virtual-mgmt01 1/1 Running 0 13m
kube-system kube-apiserver-virtual-mgmt02 1/1 Running 0 12m
kube-system kube-apiserver-virtual-mgmt03 1/1 Running 0 12m
kube-system kube-controller-manager-virtual-mgmt01 1/1 Running 1 13m
kube-system kube-controller-manager-virtual-mgmt02 1/1 Running 1 12m
kube-system kube-controller-manager-virtual-mgmt03 1/1 Running 1 12m
kube-system kube-proxy-274r9 1/1 Running 0 10m
kube-system kube-proxy-8tpkj 1/1 Running 0 10m
kube-system kube-proxy-f4fjv 1/1 Running 0 10m
kube-system kube-proxy-kbjp7 1/1 Running 0 10m
kube-system kube-proxy-tt5kn 1/1 Running 0 10m
kube-system kube-scheduler-virtual-mgmt01 1/1 Running 1 13m
kube-system kube-scheduler-virtual-mgmt02 1/1 Running 1 12m
kube-system kube-scheduler-virtual-mgmt03 1/1 Running 1 12m
kube-system kubernetes-dashboard-6c96f5b677-h64qj 1/1 Running 0 8m26s
kube-system kubernetes-metrics-scraper-694c6bdbc9-rrm7v 1/1 Running 0 8m22s
kube-system nginx-proxy-virtual-gpu01 1/1 Running 0 9m50s
kube-system nginx-proxy-virtual-gpu02 1/1 Running 0 9m54s
kube-system nodelocaldns-2h5vt 1/1 Running 0 8m42s
kube-system nodelocaldns-7nhzb 1/1 Running 0 8m42s
kube-system nodelocaldns-nqghl 1/1 Running 0 8m43s
kube-system nodelocaldns-qsxlk 1/1 Running 0 8m42s
kube-system nodelocaldns-x2qbq 1/1 Running 0 8m42s
node-feature-discovery nfd-master-6dd87d999-wmtll 1/1 Running 0 7m4s
node-feature-discovery nfd-worker-8k66v 1/1 Running 0 7m4s
node-feature-discovery nfd-worker-dmqnk 1/1 Running 0 7m4s
node-feature-discovery nfd-worker-npqlz 1/1 Running 0 7m5s
node-feature-discovery nfd-worker-v6grq 1/1 Running 0 7m4s
node-feature-discovery nfd-worker-xmk4h 1/1 Running 0 7m4s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment