You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. Describe IN DETAIL the feature/behavior/change you would like to see.
In Kubernetes v1.30, some ciphers used by AWS SSL healthcheck for the CLB are now classified as insecure by the kube-apiserver, the healthcheck fails as it's using SSL and the Controlplane is considered out-of-service by the Loadbalancer.
If we change the healthcheck protocol manually to TCP, it works.
Today, Kops only uses SSL as a healthcheck protocol for CLB.
-> Is it possible to add the choice of healthcheck protocol used on the loadbalancer generated by Kops ?
2. Feel free to provide a design supporting your feature request.
Example of configuration on the kops cluster :
yelaissaoui
changed the title
Add health check choice on APISpec for loadbalancers
Add healthcheck protocol choice on APISpec for loadbalancers
Dec 17, 2024
/kind feature
1. Describe IN DETAIL the feature/behavior/change you would like to see.
In Kubernetes v1.30, some ciphers used by AWS SSL healthcheck for the CLB are now classified as insecure by the kube-apiserver, the healthcheck fails as it's using SSL and the Controlplane is considered out-of-service by the Loadbalancer.
If we change the healthcheck protocol manually to TCP, it works.
Today, Kops only uses SSL as a healthcheck protocol for CLB.
-> Is it possible to add the choice of healthcheck protocol used on the loadbalancer generated by Kops ?
2. Feel free to provide a design supporting your feature request.
Example of configuration on the kops cluster :
The text was updated successfully, but these errors were encountered: