bottlerocket-os / bottlerocket-core-kit

A kit with core software packaged for Bottlerocket
Other
16 stars 24 forks source link

Match EKS Optimized AMIs' TLS ciphers #230

Closed arnaldo2792 closed 5 days ago

arnaldo2792 commented 6 days ago

Issue number:

Related to https://github.com/bottlerocket-os/bottlerocket/issues/1667

Description of changes:

Match the TLS ciphers that the EKS Optimized AMIs use. This also helps with a problem observed in VMware variants, where the kubelet HTTPS server refused TLS connections in FIPS mode.

Testing done:

Terms of contribution:

By submitting this pull request, I agree that this contribution is dual-licensed under the terms of both the Apache License, version 2.0, and the MIT license.

bcressey commented 6 days ago

Any "joins cluster" tests aren't going to tell us much here; the question is whether kubectl logs and kubectl exec still work, since those connect to the kubelet server.