Skip to content

Commit

Permalink
files/kubelet: specify "TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256"
Browse files Browse the repository at this point in the history
To address some handshake errors. Root cause is still pending for
investigation.

Signed-off-by: Gyuho Lee <leegyuho@amazon.com>
  • Loading branch information
gyuho authored and micahhausler committed Jun 7, 2019
1 parent 88ca2ac commit 16bd031
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/kubelet-config-with-secret-polling.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@
"serializeImagePulls": false,
"serverTLSBootstrap": true,
"configMapAndSecretChangeDetectionStrategy": "Cache",
"tlsCipherSuites": ["TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256"]
"tlsCipherSuites": ["TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256"]
}

0 comments on commit 16bd031

Please sign in to comment.