We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ced4a3e commit 6297df7Copy full SHA for 6297df7
content/en/docs/tasks/run-application/configure-pdb.md
@@ -133,7 +133,7 @@ unhealthy replicas among the total number of desired replicas.
133
134
Example 4: With a `maxUnavailable` of 30%, evictions are allowed as long as the number of
135
unhealthy replicas does not exceed 30% of the total number of desired replica rounded up to
136
-the nearest integer. If the total number of desired replicas is just one, the only one replica
+the nearest integer. If the total number of desired replicas is just one, that single replica
137
is still allowed for disruption, leading to an effective unavailability of 100%.
138
139
In typical usage, a single budget would be used for a collection of pods managed by
0 commit comments