We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ddc649 commit 76ba178Copy full SHA for 76ba178
eksnode/src/kubelet/config.rs
@@ -770,6 +770,8 @@ impl KubeletConfiguration {
770
protect_kernel_defaults: Some(true),
771
serialize_image_pulls: Some(false),
772
server_tls_bootstrap: Some(true),
773
+ shutdown_grace_period: Some("45s".to_string()),
774
+ shutdown_grace_period_critical_pods: Some("15s".to_string()),
775
tls_cipher_suites: Some(vec![
776
"TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256".to_string(),
777
"TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256".to_string(),
0 commit comments