File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
kubernetes/samples/scripts/domain-lifecycle Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -158,8 +158,9 @@ if [[ -n "${clusterName}" && "${keepReplicaConstant}" == 'false' ]]; then
158
158
# check if replica count can decrease below current value
159
159
isReplicaCountEqualToMinReplicas " ${domainJson} " " ${clusterName} " replicasEqualsMinReplicas
160
160
if [ " ${replicasEqualsMinReplicas} " == ' true' ]; then
161
- printInfo " Current replica count value is same as minimum number of replica count. \
162
- Not decreasing the replica count value."
161
+ printInfo " Not decreasing the replica count value: it is at its minimum. \
162
+ (See 'domain.spec.allowReplicasBelowMinDynClusterSize' and \
163
+ 'domain.status.clusters[].minimumReplicas' for details)."
163
164
keepReplicaConstant=true
164
165
fi
165
166
fi
You can’t perform that action at this time.
0 commit comments