Merge pull request #101296 from Miciah/fix-RollingUpdateDaemonSet-godoc-regarding-rounding

Fix RollingUpdateDaemonSet godoc regarding rounding
This commit is contained in:
Kubernetes Prow Robot
2021-07-05 02:14:54 -07:00
committed by GitHub
13 changed files with 13 additions and 13 deletions

View File

@@ -585,7 +585,7 @@ type RollingUpdateDaemonSet struct {
// The maximum number of DaemonSet pods that can be unavailable during the
// update. Value can be an absolute number (ex: 5) or a percentage of total
// number of DaemonSet pods at the start of the update (ex: 10%). Absolute
// number is calculated from percentage by rounding down to a minimum of one.
// number is calculated from percentage by rounding up.
// This cannot be 0 if MaxSurge is 0
// Default value is 1.
// Example: when this is set to 30%, at most 30% of the total number of nodes