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
e2e-down.sh explicitly removes some containers, and at least one exits after some time, but there are plenty others which stay around apparently indefinitely.
I'm not sure whether this is a known deficiency of hypercube or we're just using it improperly.
porridge@beczulka:~/Desktop/coding/go/src/k8s.io/ingress$ docker ps
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
ac39a0a5730e gcr.io/google_containers/kube-dnsmasq-amd64:1.4 "/usr/sbin/dnsmasq --" 9 minutes ago Up 9 minutes k8s_dnsmasq.bee611d9_kube-dns-v20-6caok_kube-system_8ff29f9e-c82a-11e6-9097-24770389c384_107a8b1a
4b26865f46da gcr.io/google_containers/exechealthz-amd64:1.2 "/exechealthz '--cmd=" 13 minutes ago Up 13 minutes k8s_healthz.3613f95_kube-dns-v20-6caok_kube-system_8ff29f9e-c82a-11e6-9097-24770389c384_5ee00e74
224be6a6f7bc gcr.io/google_containers/pause-amd64:3.0 "/pause" 13 minutes ago Up 13 minutes k8s_POD.a6b39ba7_kube-dns-v20-6caok_kube-system_8ff29f9e-c82a-11e6-9097-24770389c384_3e36dd7a
e85eab303994 gcr.io/google_containers/pause-amd64:3.0 "/pause" 13 minutes ago Up 13 minutes k8s_POD.2225036b_kubernetes-dashboard-v1.4.0-96im4_kube-system_8ff1e7e5-c82a-11e6-9097-24770389c384_ff54a5b2
dd4bc152a110 gcr.io/google_containers/hyperkube-amd64:v1.4.5 "/hyperkube apiserver" 6 days ago Up 6 days k8s_apiserver.213c742_k8s-master-0.0.0.0_kube-system_501bec47043160feec61f2839ec6a4c5_29321e20
cfbb7e04222e gcr.io/google_containers/hyperkube-amd64:v1.4.5 "/setup-files.sh IP:1" 6 days ago Up 6 days k8s_setup.2cde3c3c_k8s-master-0.0.0.0_kube-system_501bec47043160feec61f2839ec6a4c5_baf0cb65
219ad2ef7f1c gcr.io/google_containers/hyperkube-amd64:v1.4.5 "/copy-addons.sh mult" 6 days ago Up 6 days k8s_kube-addon-manager-data.270e200b_kube-addon-manager-0.0.0.0_kube-system_c3c035106a9df5bd5f54b3e87143ddbf_636a1308
a2fac3257ece gcr.io/google_containers/kube-addon-manager-amd64:v5.1 "/opt/kube-addons.sh" 6 days ago Up 6 days k8s_kube-addon-manager.ed858faf_kube-addon-manager-0.0.0.0_kube-system_c3c035106a9df5bd5f54b3e87143ddbf_2ccd5348
189bb0cf3d59 gcr.io/google_containers/pause-amd64:3.0 "/pause" 6 days ago Up 6 days k8s_POD.d8dbe16c_k8s-master-0.0.0.0_kube-system_501bec47043160feec61f2839ec6a4c5_45247fc2
d971a4ae6c4a gcr.io/google_containers/pause-amd64:3.0 "/pause" 6 days ago Up 6 days k8s_POD.d8dbe16c_kube-addon-manager-0.0.0.0_kube-system_c3c035106a9df5bd5f54b3e87143ddbf_286fe6e0
porridge@beczulka:~/Desktop/coding/go/src/k8s.io/ingress$
Issues go stale after 90d of inactivity.
Mark the issue as fresh with /remove-lifecycle stale.
Stale issues rot after an additional 30d of inactivity and eventually close.
Prevent issues from auto-closing with an /lifecycle frozen comment.
If this issue is safe to close now please do so with /close.
Send feedback to sig-testing, kubernetes/test-infra and/or @fejta.
/lifecycle stale
Stale issues rot after 30d of inactivity.
Mark the issue as fresh with /remove-lifecycle rotten.
Rotten issues close after an additional 30d of inactivity.
If this issue is safe to close now please do so with /close.
Send feedback to sig-testing, kubernetes/test-infra and/or fejta.
/lifecycle rotten
/remove-lifecycle stale
k8s-ci-robot
added
lifecycle/rotten
Denotes an issue or PR that has aged beyond stale and will be auto-closed.
and removed
lifecycle/stale
Denotes an issue or PR has remained open with no activity and has become stale.
labels
Feb 10, 2018
From @porridge on December 22, 2016 9:54
e2e-down.sh
explicitly removes some containers, and at least one exits after some time, but there are plenty others which stay around apparently indefinitely.I'm not sure whether this is a known deficiency of hypercube or we're just using it improperly.
Copied from original issue: kubernetes/ingress-nginx#80
The text was updated successfully, but these errors were encountered: