Skip to content

Commit e056ac9

Browse files
committed
Added definition in 'understanding how to use PDBs' section.
1 parent 2288824 commit e056ac9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

modules/nodes-pods-pod-disruption-about.adoc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ parts:
3030
3131
[NOTE]
3232
====
33+
`Available` refers to the number of pods that has condition `Ready=True`.
34+
`Ready=True` refers to the pod that is able to serve requests and should be added to the load balancing pools of all matching services.
35+
3336
A `maxUnavailable` of `0%` or `0` or a `minAvailable` of `100%` or equal to the number of replicas
3437
is permitted but can block nodes from being drained.
3538
====

0 commit comments

Comments
 (0)