ibm-cloud-docs / containers

IBM Bluemix Container Service documentation
https://console.bluemix.net/docs/containers/container_index.html
48 stars 123 forks source link

confusing default values for Cluster autoscaler add-on parameter reference #2645

Closed Brenne closed 2 years ago

Brenne commented 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 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.

daniel-p-miller commented 2 years ago

Thanks for bringing this to our attention, the page has been updated!