-
Notifications
You must be signed in to change notification settings - Fork 261
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
TCP for Loadbalancer Monitor causes API server downtime during upgrades #1749
Comments
An example of a (semi-CAPO-related) symptom we've seen caused by this: During this time:
|
@MPV is there any conceivable way we can do this while kepeing TCP load balancer monitors? |
Another use case to consider: @seanschneeweiss is using AdditionalPorts on the API loadbalancer to expose SSH on the control plane nodes. If we switch to something other than TCP checks we need to consider that not all ports may be serving https. |
The Kubernetes project currently lacks enough contributors to adequately respond to all issues. This bot triages un-triaged issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues. This bot triages un-triaged issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle rotten |
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues and PRs. This bot triages issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /close not-planned |
@k8s-triage-robot: Closing this issue, marking it as "Not Planned". In response to this:
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/test-infra repository. |
/kind bug
What steps did you take and what happened:
0s
, node is removed at time90s
.cluster-api-provider-openstack/pkg/cloud/services/loadbalancer/loadbalancer.go
Lines 361 to 369 in 821a1a2
What did you expect to happen:
Anything else you would like to add:
Could we start supporting either/both of:
Environment:
git rev-parse HEAD
if manually built):v0.7.0
v1.3.3
kubectl version
): 1.25 -> 1.26/etc/os-release
): N/A...but we have manually changed our LB health monitor's to include the changes from #1360 (to alleviate issues seen in #1221 and #1375).
The text was updated successfully, but these errors were encountered: