-
Notifications
You must be signed in to change notification settings - Fork 37
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
improvement(neutronapi): Enhance readiness probe to verify SSL certificate presenceAdd #403
base: main
Are you sure you want to change the base?
Conversation
…api statefulsets With the default PodManagementPolicy: OrderedReadyPodManagement the statefulset controller will only progress pods when the previous/current pod is ready or terminated. When service configuration changes while the pod is starting and the new configuration requires e.g. additional volume mounts the initial pod will never reach ready and therefore an update won't happen. With ParallelPodManagement the statefulset controller will not wait for pods to be ready or complete termination.
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: son-vyas The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/c6d35c339463410d8a48bffb7e5e6d3c ❌ openstack-k8s-operators-content-provider FAILURE in 8m 11s |
95db72b
to
882c6c8
Compare
…icate presence - Updated the existing readiness probe in the Neutron API deployment to check for the presence of the internal.crt SSL certificate before marking the pod as ready. - Applied the SSL certificate check to the HTTPD container as well, ensuring secure traffic handling. - Improved the deployment reliability by ensuring that pods are only marked as ready when they have the necessary SSL certificates in place.
882c6c8
to
585e0b1
Compare
@son-vyas: The following tests failed, say
Full PR test history. Your PR dashboard. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/8ee46fddd2e44d5ca2177e3938b3b670 ❌ openstack-k8s-operators-content-provider FAILURE in 8m 48s |
This requires more work as CI failures looks like definitely related to that patch |
PR needs rebase. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
improvement(neutronapi): Enhance readiness probe to verify SSL certificate presence