This message was deleted.
# k3s
a
This message was deleted.
n
I have looked at https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG/CHANGELOG-1.25.md#urgent-upgrade-notes but was not able to find anything specific here. Is tigere 1.24 suppose to work with k3s 1.25 / k8s 1.25?
assuming what i see on https://projectcalico.docs.tigera.io/release-notes/ it should actually work
Looking at the calico logs
Copy code
2022-10-31 10:16:15.923 [ERROR][7053] felix/discovery.go 153: Didn't find any ready Typha instances.
2022-10-31 10:16:15.923 [ERROR][7053] felix/daemon.go 323: Typha discovery enabled but discovery failed. error=Kubernetes service missing IP or port
and on the operator
Copy code
2022/10/31 10:16:09 [INFO] Version: v1.28.3
2022/10/31 10:16:09 [INFO] Go Version: go1.18.7b7
2022/10/31 10:16:09 [INFO] Go OS/Arch: linux/amd64
2022/10/31 10:16:39 [ERROR] Get "<https://10.43.0.1:443/api?timeout=32s>": dial tcp 10.43.0.1:443: i/o timeout
i guess this rather means that the nginx ingress is the cause
All i see there is
Copy code
-------------------------------------------------------------------------------
NGINX Ingress controller
  Release:       v1.3.1
  Build:         92534fa2ae799b502882c8684db13a25cde68155
  Repository:    <https://github.com/kubernetes/ingress-nginx>
  nginx version: nginx/1.19.10

-------------------------------------------------------------------------------

W1031 10:16:54.938970       7 client_config.go:617] Neither --kubeconfig nor --master was specified.  Using the inClusterConfig.  This might not work.
I1031 10:16:54.939191       7 main.go:209] "Creating API client" host="<https://10.43.0.1:443>"
donwgrading to 1.24.7 fixes the issue, created a bug report https://github.com/k3s-io/k3s/issues/6389
c
I don't believe this is a k3s issue. Please check that you're configuring calico properly.
Other than the Kubernetes versions there are not any major differences between the two releases.
n
i would assume it is eBPF (again and again)
At some point i ask myself is BPF (on calico) is actualy run by anybody in prod ;/
494 Views