kube01:~/kubic # diff -uN weave.yaml.orig weave.yaml --- weave.yaml.orig 2022-03-26 19:31:49.997369526 +0000 +++ weave.yaml 2022-03-31 05:01:16.005476081 +0000 @@ -120,7 +120,7 @@ spec: initContainers: - name: weave-init - image: 'registry.opensuse.org/kubic/weave-kube:2.8.1' + image: 'registry.opensuse.org/home/favogt/boo1197490/container/kubic/weave-kube:2.8.1-21.11' command: - /home/weave/init.sh env: @@ -143,6 +143,8 @@ command: - /home/weave/launch.sh env: + - name: CHECKPOINT_DISABLE + value: "1" - name: INIT_CONTAINER value: "true" - name: HOSTNAME @@ -150,7 +152,7 @@ fieldRef: apiVersion: v1 fieldPath: spec.nodeName - image: 'registry.opensuse.org/kubic/weave-kube:2.8.1' + image: 'registry.opensuse.org/home/favogt/boo1197490/container/kubic/weave-kube:2.8.1-21.11' readinessProbe: httpGet: host: 127.0.0.1 The check of version has gone. But the CoreDNS still in CrashLoops: kube01:~/kubic # get-pods NAMESPACE NAME READY STATUS RESTARTS AGE IP NODE NOMINATED NODE READINESS GATES kube-system coredns-fc8b57f45-l2c4c 0/1 CrashLoopBackOff 6 (8s ago) 4m52s <none> kube01 <none> <none> kube-system coredns-fc8b57f45-wkvgn 0/1 CrashLoopBackOff 5 (75s ago) 4m52s <none> kube01 <none> <none> kube-system etcd-kube01 1/1 Running 43 4m51s 10.9.80.80 kube01 <none> <none> kube-system kube-apiserver-kube01 1/1 Running 6 4m58s 10.9.80.80 kube01 <none> <none> kube-system kube-controller-manager-kube01 1/1 Running 6 4m57s 10.9.80.80 kube01 <none> <none> kube-system kube-proxy-84b99 1/1 Running 0 4m53s 10.9.80.80 kube01 <none> <none> kube-system kube-scheduler-kube01 1/1 Running 6 4m51s 10.9.80.80 kube01 <none> <none> kube-system weave-net-swrjl 2/2 Running 0 3m34s 10.9.80.80 kube01 <none> <none> kube01:~/kubic # kube01:~/kubic # kubectl -n kube-system logs weave-net-swrjl -c weave DEBU: 2022/03/31 05:01:22.114273 [kube-peers] Checking peer "a2:da:56:4f:6a:af" against list &{[]} Peer not in list; removing persisted data INFO: 2022/03/31 05:01:22.261773 Command line options: map[conn-limit:200 datapath:datapath db-prefix:/weavedb/weave-net docker-api: expect-npc:true http-addr:127.0.0.1:6784 ipalloc-init:consensus=0 ipalloc-range:10.32.0.0/12 metrics-addr:0.0.0.0:6782 name:a2:da:56:4f:6a:af nickname:kube01 no-dns:true no-masq-local:true port:6783] INFO: 2022/03/31 05:01:22.261815 weave 2.8.1 INFO: 2022/03/31 05:01:23.001814 Bridge type is bridged_fastdp INFO: 2022/03/31 05:01:23.001828 Communication between peers is unencrypted. INFO: 2022/03/31 05:01:23.017158 Our name is a2:da:56:4f:6a:af(kube01) INFO: 2022/03/31 05:01:23.017189 Launch detected - using supplied peer list: [] INFO: 2022/03/31 05:01:23.017209 Using "no-masq-local" LocalRangeTracker INFO: 2022/03/31 05:01:23.017213 Checking for pre-existing addresses on weave bridge INFO: 2022/03/31 05:01:23.018016 [allocator a2:da:56:4f:6a:af] No valid persisted data INFO: 2022/03/31 05:01:23.056922 [allocator a2:da:56:4f:6a:af] Initialising via deferred consensus INFO: 2022/03/31 05:01:23.056969 Sniffing traffic on datapath (via ODP) INFO: 2022/03/31 05:01:23.068441 Listening for HTTP control messages on 127.0.0.1:6784 INFO: 2022/03/31 05:01:23.068463 Listening for metrics requests on 0.0.0.0:6782 INFO: 2022/03/31 05:01:23.403839 [kube-peers] Added myself to peer list &{[{a2:da:56:4f:6a:af kube01}]} DEBU: 2022/03/31 05:01:23.410292 [kube-peers] Nodes that have disappeared: map[] INFO: 2022/03/31 05:01:23.425704 Assuming quorum size of 1 INFO: 2022/03/31 05:01:23.425773 adding entry 10.32.0.0/12 to weaver-no-masq-local of 0 INFO: 2022/03/31 05:01:23.425785 added entry 10.32.0.0/12 to weaver-no-masq-local of 0 10.32.0.1 DEBU: 2022/03/31 05:01:23.513649 registering for updates for node delete events kube01:~/kubic # Here the Events from kubectl -n kube-system describe pods weave-net Events: Type Reason Age From Message ---- ------ ---- ---- ------- Normal Scheduled 6m42s default-scheduler Successfully assigned kube-system/weave-net-swrjl to kube01 Normal Pulled 6m42s kubelet Container image "registry.opensuse.org/home/favogt/boo1197490/container/kubic/weave-kube:2.8.1-21.11" already present on machine Normal Created 6m41s kubelet Created container weave-init Normal Started 6m41s kubelet Started container weave-init Normal Pulled 6m39s kubelet Container image "registry.opensuse.org/home/favogt/boo1197490/container/kubic/weave-kube:2.8.1-21.11" already present on machine Normal Created 6m39s kubelet Created container weave Normal Started 6m39s kubelet Started container weave Normal Pulled 6m39s kubelet Container image "registry.opensuse.org/kubic/weave-npc:2.8.1" already present on machine Normal Created 6m39s kubelet Created container weave-npc Normal Started 6m39s kubelet Started container weave-npc Warning Unhealthy 6m38s kubelet Readiness probe failed: Get "http://127.0.0.1:6784/status": dial tcp 127.0.0.1:6784: connect: connection refused