mirror of https://github.com/kubernetes/kops.git
fix misspell "unhealthy" in componentconfig.go
This commit is contained in:
parent
069a917b78
commit
c0932d214b
|
|
@ -517,7 +517,7 @@ type KubeControllerManagerConfig struct {
|
||||||
//// case of node failure. For more details look into RateLimiter.
|
//// case of node failure. For more details look into RateLimiter.
|
||||||
//DeletingPodsBurst int32 `json:"deletingPodsBurst"`
|
//DeletingPodsBurst int32 `json:"deletingPodsBurst"`
|
||||||
//// nodeMontiorGracePeriod is the amount of time which we allow a running node to be
|
//// nodeMontiorGracePeriod is the amount of time which we allow a running node to be
|
||||||
//// unresponsive before marking it unhealty. Must be N times more than kubelet's
|
//// unresponsive before marking it unhealthy. Must be N times more than kubelet's
|
||||||
//// nodeStatusUpdateFrequency, where N means number of retries allowed for kubelet
|
//// nodeStatusUpdateFrequency, where N means number of retries allowed for kubelet
|
||||||
//// to post node status.
|
//// to post node status.
|
||||||
//NodeMonitorGracePeriod unversioned.Duration `json:"nodeMonitorGracePeriod"`
|
//NodeMonitorGracePeriod unversioned.Duration `json:"nodeMonitorGracePeriod"`
|
||||||
|
|
@ -525,7 +525,7 @@ type KubeControllerManagerConfig struct {
|
||||||
//// Retry interval equals node-sync-period.
|
//// Retry interval equals node-sync-period.
|
||||||
//RegisterRetryCount int32 `json:"registerRetryCount"`
|
//RegisterRetryCount int32 `json:"registerRetryCount"`
|
||||||
//// nodeStartupGracePeriod is the amount of time which we allow starting a node to
|
//// nodeStartupGracePeriod is the amount of time which we allow starting a node to
|
||||||
//// be unresponsive before marking it unhealty.
|
//// be unresponsive before marking it unhealthy.
|
||||||
//NodeStartupGracePeriod unversioned.Duration `json:"nodeStartupGracePeriod"`
|
//NodeStartupGracePeriod unversioned.Duration `json:"nodeStartupGracePeriod"`
|
||||||
//// nodeMonitorPeriod is the period for syncing NodeStatus in NodeController.
|
//// nodeMonitorPeriod is the period for syncing NodeStatus in NodeController.
|
||||||
//NodeMonitorPeriod unversioned.Duration `json:"nodeMonitorPeriod"`
|
//NodeMonitorPeriod unversioned.Duration `json:"nodeMonitorPeriod"`
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue