Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add CoreDNS to wait components #7431

Closed
medyagh opened this issue Apr 5, 2020 · 0 comments · Fixed by #7460
Closed

Add CoreDNS to wait components #7431

medyagh opened this issue Apr 5, 2020 · 0 comments · Fixed by #7460

Comments

@medyagh
Copy link
Member

medyagh commented Apr 5, 2020

currently the wait components are
'apiserver,system_pods,default_sa'

while investigating #7428
I noticed we can have another option for --wait

core_dns that we should wait for core_dns pod to be healthy

as seen in a test failure for TestStartStop the core dns was not running.


1765879-21439 get po -A --show-labels
helpers.go:223: (dbg) kubectl --context containerd-20200406T121108.591765879-21439 get po -A --show-labels:
NAMESPACE     NAME                                                                 READY   STATUS    RESTARTS   AGE     LABELS
default       busybox                                                              0/1     Pending   0          8m7s    integration-test=busybox
kube-system   coredns-66bff467f8-bds4s                                             0/1     Pending   0          8m9s    k8s-app=kube-dns,pod-template-hash=66bff467f8
kube-system   coredns-66bff467f8-ndb2x                                             0/1     Pending   0          8m9s    k8s-app=kube-dns,pod-template-hash=66bff467f8
kube-system   etcd-containerd-20200406t121108.591765879-21439                      1/1     Running   0          8m11s   component=etcd,tier=control-plane
kube-system   kube-apiserver-containerd-20200406t121108.591765879-21439            1/1     Running   0          8m11s   component=kube-apiserver,tier=control-plane
kube-system   kube-controller-manager-containerd-20200406t121108.591765879-21439   1/1     Running   0          8m11s   component=kube-controller-manager,tier=control-plane
kube-system   kube-proxy-ntq5b                                                     1/1     Running   0          8m8s    controller-revision-hash=c8bb659c5,k8s-app=kube-proxy,pod-template-generation=1
kube-system   kube-scheduler-containerd-20200406t121108.591765879-21439            1/1     Running   0          8m11s   component=kube-scheduler,tier=control-plane
kube-system   storage-provisioner                                                  0/1     Pending   0          8m13s 
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant