Skip to content

RKE2 kubelet_extra_args --tls-cipher-suites does not work #4125

Answered by brandond
rdb0101 asked this question in Q&A
Discussion options

You must be logged in to vote

Right but you can't do that. Kubernetes uses HTTP/2-enabled listeners extensively for internal components, and HTTP/2 requires TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 as per the RFC. Kubernetes (or any other HTTP/2 enabled service) does not allow what you want to do.

TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384,TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 is the closest you will get on a HTTP/2 endpoint.

Replies: 3 comments 23 replies

Comment options

You must be logged in to vote
5 replies
@rdb0101
Comment options

@brandond
Comment options

@rdb0101
Comment options

@brandond
Comment options

@rdb0101
Comment options

Comment options

You must be logged in to vote
10 replies
@brandond
Comment options

@rdb0101
Comment options

@brandond
Comment options

@rdb0101
Comment options

@brandond
Comment options

Comment options

You must be logged in to vote
8 replies
@brandond
Comment options

@brandond
Comment options

@rdb0101
Comment options

@brandond
Comment options

Answer selected by rdb0101
@rdb0101
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #4123 on April 14, 2023 15:23.