Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cilium Operator keeps on restarting #6015

Closed
mqasimsarfraz opened this issue Apr 24, 2020 · 2 comments · Fixed by #6016
Closed

Cilium Operator keeps on restarting #6015

mqasimsarfraz opened this issue Apr 24, 2020 · 2 comments · Fixed by #6016
Labels
kind/bug Categorizes issue or PR as related to a bug.

Comments

@mqasimsarfraz
Copy link
Contributor

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

@mqasimsarfraz mqasimsarfraz added the kind/bug Categorizes issue or PR as related to a bug. label Apr 24, 2020
@Miouge1
Copy link
Contributor

Miouge1 commented Apr 24, 2020

@pasqualet is that something your ran into?

@pasqualet
Copy link
Contributor

@Miouge1 I had the same problem with 1.7.2. The fix looks ok

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Categorizes issue or PR as related to a bug.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants