You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a k8s cluster with a remote control plane in a region different from the worker nodes in my cloud provider. When I install Cilium, the Cilium operator can't always acquire the lease lock in the set timeout of 5s. This works sometimes but fails more often.
level=error msg="error retrieving resource lock kube-system/cilium-operator-resource-lock: Get \"https://<api-server>:30071/apis/coordination.k8s.io/v1/namespaces/kube-system/leases/cilium-operator-resource-lock?timeout=5s\": net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)" subsys=klog
Describe the feature you'd like
There should be an option to configure the timeout of lease acquisition in Cilium operator so that admins can increase it if the latency between the worker nodes and the control plane is higher & the operation doesn't always conclude in 5s.
(Optional) Describe your proposed solution
Introduce a flag in the cilium operator that allows configuring the timeout for acquiring the lease lock.
The text was updated successfully, but these errors were encountered:
Cilium Feature Proposal
Is your proposed feature related to a problem?
I have a k8s cluster with a remote control plane in a region different from the worker nodes in my cloud provider. When I install Cilium, the Cilium operator can't always acquire the lease lock in the set timeout of
5s
. This works sometimes but fails more often.Describe the feature you'd like
There should be an option to configure the timeout of lease acquisition in Cilium operator so that admins can increase it if the latency between the worker nodes and the control plane is higher & the operation doesn't always conclude in 5s.
(Optional) Describe your proposed solution
Introduce a flag in the cilium operator that allows configuring the timeout for acquiring the lease lock.
The text was updated successfully, but these errors were encountered: