mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-02-01 01:28:11 -03:30
Add etcd tls cipher suites (#7001)
* Add etcd tls cipher suites * yamllint
This commit is contained in:
@@ -33,3 +33,8 @@ kube_oidc_client_id: kubespray-example
|
||||
tls_min_version: "VersionTLS12"
|
||||
tls_cipher_suites:
|
||||
- TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256
|
||||
|
||||
# test etcd tls cipher suites
|
||||
etcd_tls_cipher_suites:
|
||||
- TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256
|
||||
- TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384
|
||||
|
||||
Reference in New Issue
Block a user