http://bugzilla.opensuse.org/show_bug.cgi?id=1171770 Bug ID: 1171770 Summary: Worker nodes can't acces kube-api Classification: openSUSE Product: openSUSE Tumbleweed Version: Current Hardware: 64bit OS: Linux Status: NEW Severity: Major Priority: P5 - None Component: Kubic Assignee: kubic-bugs@opensuse.org Reporter: contact@ffreitas.io QA Contact: qa-bugs@suse.de Found By: --- Blocker: --- Release : 20200514 Deployment method : ''' kubicctl init kubicctl node add worker01.local ''' After this deployment, none of my pods deployed on worker nodes can access the kube-api. For example with kured I get : ''' time="2020-05-14T22:18:03Z" level=info msg="Kubernetes Reboot Daemon: 1.3.0" time="2020-05-14T22:18:03Z" level=info msg="Node ID: worker01" time="2020-05-14T22:18:03Z" level=info msg="Lock Annotation: kube-system/kured:weave.works/kured-node-lock" time="2020-05-14T22:18:03Z" level=info msg="Reboot Sentinel: /var/run/reboot-required every 1h0m0s" time="2020-05-14T22:18:03Z" level=info msg="Blocking Pod Selectors: []" time="2020-05-14T22:18:03Z" level=info msg="Reboot on: SunMonTueWedThuFriSat between 00:00 and 23:59 UTC" time="2020-05-14T22:18:33Z" level=fatal msg="Error testing lock: Get https://10.96.0.1:443/apis/apps/v1/namespaces/kube-system/daemonsets/kured: dial tcp 10.96.0.1:443: i/o timeout" ''' I found a similar issue on reddit : https://www.reddit.com/r/kubernetes/comments/gjhxcj/fresh_kubeadm_install_po... -- You are receiving this mail because: You are on the CC list for the bug.