App stucks at deplaying after upgrade and seems related to network?

yangff

Cadet
Joined
Mar 4, 2023
Messages
3
There was a working tailscale on this server, and I recently upgraded it.
The app then gets stuck in a deploying state and it does not work properly.
 

yangff

Cadet
Joined
Mar 4, 2023
Messages
3
It logs like this and seems to be unable to connect to the network?
Code:
k3s kubectl logs ts-tailscale-57b5f45778-m9cbg -n ix-ts
boot: 2023/03/04 22:11:13 error checking get permission on secret ts-tailscale-tailscale-secret: dial tcp 172.17.0.1:443: connect: network is unreachable
boot: 2023/03/04 22:11:13 error checking update permission on secret ts-tailscale-tailscale-secret: dial tcp 172.17.0.1:443: connect: network is unreachable
boot: 2023/03/04 22:11:13 error checking patch permission on secret ts-tailscale-tailscale-secret: dial tcp 172.17.0.1:443: connect: network is unreachable
boot: 2023/03/04 22:11:13 Getting authkey from kube secret: dial tcp 172.17.0.1:443: connect: network is unreachable
 

yangff

Cadet
Joined
Mar 4, 2023
Messages
3
Also the behavior of the other pods looks strange ...... has quite a few CrashLoopBackOff?
Code:
k3s kubectl get pods -A                                
NAMESPACE             NAME                                       READY   STATUS             RESTARTS           AGE
metallb-system        controller-7597dd4f7b-n85xn                1/1     Running            1 (80d ago)        109d
prometheus-operator   prometheus-operator-5c7445d877-hljcq       1/1     Running            1 (80d ago)        109d
kube-system           coredns-d76bd69b-4sfpn                     1/1     Running            3 (80d ago)        112d
kube-system           openebs-zfs-node-2ndg6                     2/2     Running            6 (80d ago)        112d
ix-ts                 ts-tailscale-57b5f45778-m9cbg              0/1     CrashLoopBackOff   8 (4m3s ago)       20m
kube-system           openebs-zfs-controller-0                   4/5     CrashLoopBackOff   1659 (2m47s ago)   112d
ix-aria2              svclb-aria2-listen-tmnml                   1/1     Running            0                  2m45s
ix-aria2              svclb-aria2-v544g                          1/1     Running            0                  2m45s
ix-aria2              aria2-6f69b7ff4b-52csx                     1/1     Running            0                  2m45s
metallb-system        speaker-hgxpp                              0/1     CrashLoopBackOff   1779 (110s ago)    109d
cnpg-system           cnpg-controller-manager-854876b995-44l4l   0/1     Running            3027 (23s ago)     109d
 
Top