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

Fixing up liveness checks #1662

Merged
merged 2 commits into from
Dec 20, 2017
Merged

Conversation

heschlie
Copy link
Contributor

@heschlie heschlie commented Dec 19, 2017

Description

Fixes projectcalico/calico#1532
The liveness checks were actually being done as we weren't kicking up the server for health checks.

Todos

  • Unit tests (full coverage)
  • Integration tests (delete as appropriate) In plan/Not needed/Done
  • Documentation
  • Backport
  • Release note

Release Note

None required

@heschlie heschlie added this to the Calico v2.6.4 milestone Dec 19, 2017
@heschlie
Copy link
Contributor Author

@caseydavenport @fasaxc I think we can remove this test (https://github.com/projectcalico/felix/blob/2.6.x-series/fv/health_test.go#L228-L233) as the health server comes up during the start of the loop now and the only config we check for is the configParams.HealthEnabled when we fire it up.

Copy link
Contributor

@bcreane bcreane left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

Copy link
Member

@caseydavenport caseydavenport left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seems right to me.

@bcreane
Copy link
Contributor

bcreane commented Dec 20, 2017

@fasaxc - please do take a look when you get in. I'm going to merge for now, but feel free to holler at me if we've moved in the wrong direction.

@bcreane bcreane merged commit 998e485 into projectcalico:2.6.x-series Dec 20, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants