Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add readiness probe (cherry-pick from v1.0)
On GKE 1.21 and earlier, I noticed HNC taking a long time (~80s) to become Ready (for more details, see kubernetes-sigs#170). Adding a readiness probe fixes the problem. Tested: before this change, on GKE 1.20 and 1.21, I manually see HNC taking a long time to start, and the e2e tests that require reinstalling HNC fail because it the deadlines are exceeded. With this change, I can see HNC becoming ready in ~10s on GKE 1.20 and all the e2e tests pass.
- Loading branch information