Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- helm delete -n jenkins jenkins-1609830091
- release "jenkins-1609830091" uninstalled
- organic@desktop:~/dev/jenkins$ kubectl get all --all-namespaces
- NAMESPACE NAME READY STATUS RESTARTS AGE
- default pod/nginx-6799fc88d8-8vzvr 1/1 Running 1 22h
- default pod/nginx2-5fc4444698-5298k 1/1 Running 1 22h
- kube-system pod/calico-kube-controllers-5c6f6b67db-zhxfx 1/1 Running 2 24h
- kube-system pod/calico-node-9swdq 1/1 Running 2 24h
- kube-system pod/calico-node-g7rsq 1/1 Running 2 24h
- kube-system pod/calico-node-zs52d 1/1 Running 2 24h
- kube-system pod/coredns-74ff55c5b-6q4fl 1/1 Running 2 24h
- kube-system pod/coredns-74ff55c5b-wr29f 1/1 Running 2 24h
- kube-system pod/etcd-kmaster 1/1 Running 2 24h
- kube-system pod/kube-apiserver-kmaster 1/1 Running 2 24h
- kube-system pod/kube-controller-manager-kmaster 1/1 Running 2 24h
- kube-system pod/kube-proxy-7qp95 1/1 Running 2 24h
- kube-system pod/kube-proxy-lw994 1/1 Running 2 24h
- kube-system pod/kube-proxy-n6mvc 1/1 Running 2 24h
- kube-system pod/kube-scheduler-kmaster 1/1 Running 2 24h
- metallb-system pod/controller-65db86ddc6-872c7 1/1 Running 1 22h
- metallb-system pod/speaker-bj9bw 1/1 Running 1 22h
- metallb-system pod/speaker-jtqz7 1/1 Running 1 22h
- metallb-system pod/speaker-nqhh2 1/1 Running 1 22h
- NAMESPACE NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE
- default service/kubernetes ClusterIP 10.96.0.1 <none> 443/TCP 24h
- default service/nginx LoadBalancer 10.109.44.166 172.16.16.240 80:30389/TCP 22h
- default service/nginx2 LoadBalancer 10.105.169.42 172.16.16.241 80:31206/TCP 22h
- kube-system service/kube-dns ClusterIP 10.96.0.10 <none> 53/UDP,53/TCP,9153/TCP 24h
- NAMESPACE NAME DESIRED CURRENT READY UP-TO-DATE AVAILABLE NODE SELECTOR AGE
- kube-system daemonset.apps/calico-node 3 3 3 3 3 kubernetes.io/os=linux 24h
- kube-system daemonset.apps/kube-proxy 3 3 3 3 3 kubernetes.io/os=linux 24h
- metallb-system daemonset.apps/speaker 3 3 3 3 3 kubernetes.io/os=linux 22h
- NAMESPACE NAME READY UP-TO-DATE AVAILABLE AGE
- default deployment.apps/nginx 1/1 1 1 22h
- default deployment.apps/nginx2 1/1 1 1 22h
- kube-system deployment.apps/calico-kube-controllers 1/1 1 1 24h
- kube-system deployment.apps/coredns 2/2 2 2 24h
- metallb-system deployment.apps/controller 1/1 1 1 22h
- NAMESPACE NAME DESIRED CURRENT READY AGE
- default replicaset.apps/nginx-6799fc88d8 1 1 1 22h
- default replicaset.apps/nginx2-5fc4444698 1 1 1 22h
- kube-system replicaset.apps/calico-kube-controllers-5c6f6b67db 1 1 1 24h
- kube-system replicaset.apps/coredns-74ff55c5b 2 2 2 24h
- metallb-system replicaset.apps/controller-65db86ddc6 1 1 1 22h
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement