@@ -198,20 +198,20 @@ The following is a list of condition types for a Cluster resource.
198
198
- The ` status ` attribute is set to ` True ` when a sufficient number of WebLogic Server pods are
199
199
ready in the cluster. Both of the following must be true:
200
200
- At least one pod in the cluster is expected to run and is ` ready ` .
201
- - The number of ` not ready ` server pods which are expected to run
202
- is less than or equal to ` cluster.spec.maxUnavailable ` which defaults to ` 1 ` .
201
+ - The number of ` not ready ` server pods, which are expected to run,
202
+ is less than or equal to the value of ` cluster.spec.maxUnavailable ` , which defaults to ` 1 ` .
203
203
- Examples:
204
- - If a cluster has ` serverStartPolicy ` ` Never ` or ` replicas ` ` 0 ` ,
205
- or a cluster is in a domain with ` serverStartPolicy ` ` AdminOnly ` or ` Never ` ,
206
- then the cluster will have ` Available ` ` False ` .
204
+ - If a cluster has a ` serverStartPolicy ` of ` Never ` , or ` replicas ` is ` 0 ` ,
205
+ or a cluster is in a domain with ` serverStartPolicy ` of ` AdminOnly ` or ` Never ` ,
206
+ then the cluster will have an ` Available ` condition that is ` False ` .
207
207
- If a cluster and domain both have a ` serverStartPolicy ` of ` IfNeeded ` ,
208
208
and ` cluster.spec.replicas ` is ` 1 ` ,
209
- then the cluster ` Available ` will be ` True ` only when its single pod is ` ready ` .
209
+ then the cluster will have an ` Available ` condition that is ` True ` only when its single pod is ready.
210
210
- If a cluster and domain both have a ` serverStartPolicy ` of ` IfNeeded ` ,
211
211
` cluster.spec.replicas ` is ` 4 ` ,
212
212
and ` cluster.spec.maxUnavailable ` is ` 1 ` (the default),
213
- then the cluster ` Available ` will be ` True ` only when three or four of its pods are ` ready ` .
214
- - ** Note** : The ` Available ` ` status ` can be ` True ` even when the ` status ` for the ` Completed `
213
+ then the cluster will have an ` Available ` condition that is ` True ` only when three or four of its pods are ready.
214
+ - ** Note** : The ` Available ` condition's ` status ` can be ` True ` even when the ` status ` for the ` Completed `
215
215
condition is ` False ` , a ` Failed ` condition is reported on the Domain resource, or the cluster
216
216
has up to ` cluster.spec.maxUnavailable ` pods that are not ready.
217
217
0 commit comments