Advertisement
Guest User

pods

a guest
Aug 18th, 2021
16
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Go 4.45 KB | None | 0 0
  1. $ kubectl get po -n kube-system
  2.  
  3. NAME                                                   READY   STATUS      RESTARTS   AGE
  4. cleanup-registry-27154080-mx2kf                        0/1     Completed   0          8h
  5. coredns-558bd4d5db-4z5bl                               1/1     Running     0          10h
  6. coredns-558bd4d5db-4zt7w                               1/1     Running     0          10h
  7. csi-cephfsplugin-8gj9h                                 3/3     Running     3          12h
  8. csi-cephfsplugin-kbnpg                                 3/3     Running     3          12h
  9. csi-cephfsplugin-provisioner-79bf84647f-996jb          6/6     Running     0          9h
  10. csi-cephfsplugin-provisioner-79bf84647f-h9rhp          6/6     Running     0          9h
  11. csi-cephfsplugin-v8v2g                                 3/3     Running     3          12h
  12. csi-cephfsplugin-zgwwm                                 3/3     Running     3          12h
  13. csi-rbdplugin-65zn6                                    3/3     Running     3          12h
  14. csi-rbdplugin-l2c77                                    3/3     Running     3          12h
  15. csi-rbdplugin-lw45h                                    3/3     Running     3          12h
  16. csi-rbdplugin-provisioner-86b8997d98-8f6cx             6/6     Running     0          9h
  17. csi-rbdplugin-provisioner-86b8997d98-xzbs9             6/6     Running     0          9h
  18. csi-rbdplugin-v6kdl                                    3/3     Running     3          12h
  19. etcd-nodename-0                                        1/1     Running     1          12h
  20. kube-apiserver-nodename-0                              1/1     Running     1          12h
  21. kube-controller-manager-nodename-0                     1/1     Running     1          12h
  22. kube-flannel-ds-amd64-6kbkx                            1/1     Running     1          12h
  23. kube-flannel-ds-amd64-ns4cs                            1/1     Running     1          12h
  24. kube-flannel-ds-amd64-vqhfh                            1/1     Running     1          12h
  25. kube-flannel-ds-amd64-wr8gc                            1/1     Running     1          12h
  26. kube-proxy-52nb8                                       1/1     Running     1          12h
  27. kube-proxy-ll779                                       1/1     Running     1          12h
  28. kube-proxy-qxn62                                       1/1     Running     1          12h
  29. kube-proxy-r5b9v                                       1/1     Running     1          12h
  30. kube-scheduler-nodename-0                              1/1     Running     1          12h
  31. metrics-server-64f4bfbd66-d7pjg                        1/1     Running     3          10h
  32. paas-hostpath-hostpath-548fb95bcb-vhzcn                1/1     Running     0          9h
  33. registry-846b55d568-xjh4l                              2/2     Running     0          8h
  34. rook-ceph-ceph-tools-0                                 1/1     Running     0          9h
  35. rook-ceph-crashcollector-nodename-1-64bbc88696-9w5qb   1/1     Running     0          9h
  36. rook-ceph-crashcollector-nodename-2-66b6cc7d67-96dkm   1/1     Running     0          9h
  37. rook-ceph-crashcollector-nodename-3-5d9976f8cd-n77cw   1/1     Running     0          9h
  38. rook-ceph-mds-rook-ceph-ceph-fs-a-68579f8766-ct2rq     1/1     Running     0          9h
  39. rook-ceph-mds-rook-ceph-ceph-fs-b-76d658c8f4-fg9ql     1/1     Running     0          9h
  40. rook-ceph-mgr-a-9dc8f6c96-nwdgr                        1/1     Running     0          9h
  41. rook-ceph-mon-a-dc9bd596d-ntpxt                        1/1     Running     0          9h
  42. rook-ceph-mon-b-756c89bc65-z6bgm                       1/1     Running     0          9h
  43. rook-ceph-mon-c-d5665868f-k7jx5                        1/1     Running     0          9h
  44. rook-ceph-operator-5d684ccc5c-jlngj                    1/1     Running     0          9h
  45. rook-ceph-osd-0-5dbb6f9b55-fss2v                       1/1     Running     0          9h
  46. rook-ceph-osd-1-57fb674446-g5nnr                       1/1     Running     0          9h
  47. rook-ceph-osd-2-545c5d757c-7q542                       1/1     Running     0          9h
  48. rook-ceph-osd-prepare-nodename-1-s6df8                 0/1     Completed   0          9h
  49. rook-ceph-osd-prepare-nodename-2-564zg                 0/1     Completed   0          9h
  50. rook-ceph-osd-prepare-nodename-3-4tq6w                 0/1     Completed   0          10h
  51. storageclass-cleanup-s9949                             0/1     Completed   0          9h
  52. tiller-deploy-6bc444467d-hmh86                         1/1     Running     0          10h
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement