Skip to content

Commit f0347ed

Browse files
authored
Merge pull request #38029 from gurpalw/patch-1
Fix incorrect information on disruption budgets
2 parents 5479eb0 + 5f14ef9 commit f0347ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/blog/_posts/2022-05-27-maxunavailable-for-statefulset.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ has 5 replicas, with `maxUnavailable` set to 2 and `partition` set to 0.
6969
I can trigger a rolling update by changing the image to `k8s.gcr.io/nginx-slim:0.9`. Once I initiate the rolling update, I can
7070
watch the pods update 2 at a time as the current value of maxUnavailable is 2. The below output shows a span of time and is not
7171
complete. The maxUnavailable can be an absolute number (for example, 2) or a percentage of desired Pods (for example, 10%). The
72-
absolute number is calculated from percentage by rounding down.
72+
absolute number is calculated from percentage by rounding up to the nearest integer.
7373
```
7474
kubectl get pods --watch
7575
```

0 commit comments

Comments
 (0)