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

fix: Ssaluja add readiness health check #91

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Conversation

pssaluja
Copy link

@pssaluja pssaluja commented Nov 6, 2024

Add readiness health check for cloud-sql-proxy sidecar

The cloud-sql-proxy sidecar container was missing a readiness health
check, which helps Kubernetes manage traffic to the pod only when
the proxy is ready. This commit updates the YAML file to include the
readiness check.

For more details, see the readiness health check documentation.

@pssaluja pssaluja requested a review from a team as a code owner November 6, 2024 20:26
Copy link
Collaborator

@tfhartmann tfhartmann left a comment

Choose a reason for hiding this comment

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

I think this needs a rebase, the checks.yaml change are already in main..

@tfhartmann
Copy link
Collaborator

also you'll want to change your PR title to use https://www.conventionalcommits.org/en/v1.0.0/ once this is rebased it'll fail it's check

Prabhjyot Saluja added 2 commits November 8, 2024 14:04
The sidecar container "cloud-sql-proxy" was missing a readiness health check.
This commit adds the check to the YAML configuration.
See [readiness health check documentation](https://github.com/GoogleCloudPlatform/cloud-sql-proxy/tree/main/examples/k8s-health-check#readiness-health-check-configuration) for more details.
@pssaluja pssaluja force-pushed the ssaluja_add_readiness_health_check branch from 88d98af to ac2af1a Compare November 8, 2024 19:05
@tfhartmann tfhartmann changed the base branch from dependabot/terraform/deployment/dev/terraform/terraform_dev-6dd1b76ddc to main November 8, 2024 19:11
@lbenezriravin lbenezriravin changed the title Ssaluja add readiness health check fix: Ssaluja add readiness health check Nov 8, 2024
Copy link

This PR is stale because it has been open 60 days with no activity.
Remove stale label or comment or this will be closed in 10 days.

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.

2 participants