Skip to content

Commit

Permalink
feat: Enable graceful node shutdown
Browse files Browse the repository at this point in the history
  • Loading branch information
bryantbiggs committed Dec 26, 2023
1 parent 8ddc649 commit 76ba178
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions eksnode/src/kubelet/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -770,6 +770,8 @@ impl KubeletConfiguration {
protect_kernel_defaults: Some(true),
serialize_image_pulls: Some(false),
server_tls_bootstrap: Some(true),
shutdown_grace_period: Some("45s".to_string()),
shutdown_grace_period_critical_pods: Some("15s".to_string()),
tls_cipher_suites: Some(vec![
"TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256".to_string(),
"TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256".to_string(),
Expand Down

0 comments on commit 76ba178

Please sign in to comment.