Advertisement
organicnz

Untitled

Jan 5th, 2021
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.29 KB | None | 0 0
  1. helm delete -n jenkins jenkins-1609830091
  2. release "jenkins-1609830091" uninstalled
  3. organic@desktop:~/dev/jenkins$ kubectl get all --all-namespaces
  4. NAMESPACE NAME READY STATUS RESTARTS AGE
  5. default pod/nginx-6799fc88d8-8vzvr 1/1 Running 1 22h
  6. default pod/nginx2-5fc4444698-5298k 1/1 Running 1 22h
  7. kube-system pod/calico-kube-controllers-5c6f6b67db-zhxfx 1/1 Running 2 24h
  8. kube-system pod/calico-node-9swdq 1/1 Running 2 24h
  9. kube-system pod/calico-node-g7rsq 1/1 Running 2 24h
  10. kube-system pod/calico-node-zs52d 1/1 Running 2 24h
  11. kube-system pod/coredns-74ff55c5b-6q4fl 1/1 Running 2 24h
  12. kube-system pod/coredns-74ff55c5b-wr29f 1/1 Running 2 24h
  13. kube-system pod/etcd-kmaster 1/1 Running 2 24h
  14. kube-system pod/kube-apiserver-kmaster 1/1 Running 2 24h
  15. kube-system pod/kube-controller-manager-kmaster 1/1 Running 2 24h
  16. kube-system pod/kube-proxy-7qp95 1/1 Running 2 24h
  17. kube-system pod/kube-proxy-lw994 1/1 Running 2 24h
  18. kube-system pod/kube-proxy-n6mvc 1/1 Running 2 24h
  19. kube-system pod/kube-scheduler-kmaster 1/1 Running 2 24h
  20. metallb-system pod/controller-65db86ddc6-872c7 1/1 Running 1 22h
  21. metallb-system pod/speaker-bj9bw 1/1 Running 1 22h
  22. metallb-system pod/speaker-jtqz7 1/1 Running 1 22h
  23. metallb-system pod/speaker-nqhh2 1/1 Running 1 22h
  24.  
  25. NAMESPACE NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE
  26. default service/kubernetes ClusterIP 10.96.0.1 <none> 443/TCP 24h
  27. default service/nginx LoadBalancer 10.109.44.166 172.16.16.240 80:30389/TCP 22h
  28. default service/nginx2 LoadBalancer 10.105.169.42 172.16.16.241 80:31206/TCP 22h
  29. kube-system service/kube-dns ClusterIP 10.96.0.10 <none> 53/UDP,53/TCP,9153/TCP 24h
  30.  
  31. NAMESPACE NAME DESIRED CURRENT READY UP-TO-DATE AVAILABLE NODE SELECTOR AGE
  32. kube-system daemonset.apps/calico-node 3 3 3 3 3 kubernetes.io/os=linux 24h
  33. kube-system daemonset.apps/kube-proxy 3 3 3 3 3 kubernetes.io/os=linux 24h
  34. metallb-system daemonset.apps/speaker 3 3 3 3 3 kubernetes.io/os=linux 22h
  35.  
  36. NAMESPACE NAME READY UP-TO-DATE AVAILABLE AGE
  37. default deployment.apps/nginx 1/1 1 1 22h
  38. default deployment.apps/nginx2 1/1 1 1 22h
  39. kube-system deployment.apps/calico-kube-controllers 1/1 1 1 24h
  40. kube-system deployment.apps/coredns 2/2 2 2 24h
  41. metallb-system deployment.apps/controller 1/1 1 1 22h
  42.  
  43. NAMESPACE NAME DESIRED CURRENT READY AGE
  44. default replicaset.apps/nginx-6799fc88d8 1 1 1 22h
  45. default replicaset.apps/nginx2-5fc4444698 1 1 1 22h
  46. kube-system replicaset.apps/calico-kube-controllers-5c6f6b67db 1 1 1 24h
  47. kube-system replicaset.apps/coredns-74ff55c5b 2 2 2 24h
  48. metallb-system replicaset.apps/controller-65db86ddc6 1 1 1 22h
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement