Closed Brenne closed 2 years ago
Some default values for Cluster autoscaler add-on parameter reference are confusing:
livenessProbePeriodSeconds Specify the interval in seconds that the kubelet performs a liveness probe. The default value is 10m.
Why 10m? while the default for livenessProbeTimeoutSeconds is just 10 without an m:
livenessProbeTimeoutSeconds
10
m
livenessProbeTimeoutSeconds Specify the time in seconds after which the liveness probe times out. The default value is 10.
maxRetryGap Set the maximum time in seconds [...] The default value is 60m.
The time is set in seconds but the default value is 60m ? This sounds confusing.
60m
Thanks for bringing this to our attention, the page has been updated!
Some default values for Cluster autoscaler add-on parameter reference are confusing:
Why 10m? while the default for
livenessProbeTimeoutSeconds
is just10
without anm
:The time is set in seconds but the default value is
60m
? This sounds confusing.