Closed anutator closed 7 months ago
The Kubernetes project currently lacks enough contributors to adequately respond to all issues.
This bot triages un-triaged issues according to the following rules:
lifecycle/stale
is appliedlifecycle/stale
was applied, lifecycle/rotten
is appliedlifecycle/rotten
was applied, the issue is closedYou can:
/remove-lifecycle stale
/close
Please send feedback to sig-contributor-experience at kubernetes/community.
/lifecycle stale
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues.
This bot triages un-triaged issues according to the following rules:
lifecycle/stale
is appliedlifecycle/stale
was applied, lifecycle/rotten
is appliedlifecycle/rotten
was applied, the issue is closedYou can:
/remove-lifecycle rotten
/close
Please send feedback to sig-contributor-experience at kubernetes/community.
/lifecycle rotten
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues and PRs.
This bot triages issues according to the following rules:
lifecycle/stale
is appliedlifecycle/stale
was applied, lifecycle/rotten
is appliedlifecycle/rotten
was applied, the issue is closedYou can:
/reopen
/remove-lifecycle rotten
Please send feedback to sig-contributor-experience at kubernetes/community.
/close not-planned
@k8s-triage-robot: Closing this issue, marking it as "Not Planned".
Kubespray 2.23.0, Cilium network plugin.
I can't enable IPSec encryption because it doesn't work with
cilium_kube_proxy_replacement: strict
(current limitation). So I try to use Wireguard type of encryption:cilium pods in crashLoopBackOff state:
Errors in logs show that Wireguard is not compatible with L7 proxy:
Related issues: https://github.com/kubernetes-sigs/kubespray/pull/9689 https://github.com/cilium/cilium/issues/15462 https://github.com/cilium/cilium/pull/19401
It seems that problem is resolved in cilium version 1.14+ but if I change cilium to 1.14.2 or 1.14.3 I get errors in cilium-operator pods:
Errors:
Kubernetes 1.27.4 on our own virtual machines on Rocky Linux 9 installed using Kubespray 2.23.0
Besides I didn't understand If I should install wireguard packages in Rocky Linux manually or not??? My kernel version is 5.14.0, but I have no wireguard-tools and kmod-wireguard. If I need this packages why they are not installed automatically using Ansible in Kubespray? In calico role a task "Calico | Install Wireguard packages" installs packages from variable
calico_wireguard_packages
, but in Cilium role I didn't find the same task. Should I install this packages manually?