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
Cilium operator keeps on restarting because of failing livenessProbe. The operator by default is listening on localhost so current probe will fail because it would never be able to reach the operator health check.
I believe we need to adjust the deployment because of this commit. Which makes the operator listen on localhost only.
Environment:
Cloud provider or hardware configuration:
AWS
OS (printf "$(uname -srm)\n$(cat /etc/os-release)\n"):
CentOS Linux release 7.7.1908 (Core)
Version of Ansible (ansible --version):
2.8.3
Version of Python (python --version):
2.7.16
Kubespray version (commit) (git rev-parse --short HEAD): 00efc63
Network plugin used:
cilium 1.7.2
The text was updated successfully, but these errors were encountered:
Cilium operator keeps on restarting because of failing
livenessProbe
. The operator by default is listening onlocalhost
so current probe will fail because it would never be able to reach the operator health check.I believe we need to adjust the deployment because of this commit. Which makes the operator listen on localhost only.
Environment:
AWS
printf "$(uname -srm)\n$(cat /etc/os-release)\n"
):CentOS Linux release 7.7.1908 (Core)
ansible --version
):2.8.3
python --version
):2.7.16
Kubespray version (commit) (
git rev-parse --short HEAD
):00efc63
Network plugin used:
cilium 1.7.2
The text was updated successfully, but these errors were encountered: