Reputation: 1
Description: I am setting up Kubernetes 1.29 on CentOS 9 using kubeadm and Calico v3.26.1 as the CNI. I followed the installation steps from this article:
Install a Kubernetes Cluster on RHEL 9 | CentOS 9
I applied the following Calico manifests:
Problem: 🚨 Issues observed:
What I Have Tried:
Verified Calico pods are running:
kubectl get pods -n calico-system
Checked if IP forwarding is enabled:
sysctl net.ipv4.ip_forward ✅ It is set to 1.
Examined calico-node logs:
kubectl logs -n calico-system -l k8s-app=calico-node
Environment Details:
Expected Behavior:
Actual Behavior:
Questions:
Upvotes: -1
Views: 14