简体   繁体   中英

how to update kubelet and controller manager parameters in gke

I want to update the following parameters in kubelet and controller manager in gke for reducing node fault detection time.

kubelet: node-status-update-frequency controller-manager: node-monitor-period controller-manager: node-monitor-grace-period controller-manager: pod-eviction-timeout

Can anyone please let me know how to update these parameters in gke?

Thanks.

It is not possible to update those parameters on GKE. Generally speaking, it's not advisable to update these settings as there are potential side effects if many pods start to fail at the same time, especially as you increase the number of nodes. GKE sets sane defaults for these parameters.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM