You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
OWLS-80960 - Allow replicas count to drop below min dynamic cluster size (#1627)
* introduce new Cluster element allowReplicasBelowMinDynClusterSize
* description fix
* unit test
* update description for allowReplicasBelowMinDynClusterSize
* minor edits to description
Copy file name to clipboardExpand all lines: docs/domains/Domain.json
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -109,6 +109,10 @@
109
109
"description": "The name of this cluster. Required",
110
110
"type": "string"
111
111
},
112
+
"allowReplicasBelowMinDynClusterSize": {
113
+
"description": "If true (the default), then the number of replicas is allowed to drop below the minimum dynamic cluster size configured in the WebLogic domain home configuration. Otherwise, the operator will ensure that the number of replicas is not less than the minimum dynamic cluster setting. This setting applies to dynamic clusters only.",
114
+
"type": "boolean"
115
+
},
112
116
"serverPod": {
113
117
"description": "Configuration affecting server pods.",
Copy file name to clipboardExpand all lines: docs/domains/Domain.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -77,6 +77,7 @@ An element representing a cluster in the domain configuration.
77
77
78
78
| Name | Type | Description |
79
79
| --- | --- | --- |
80
+
|`allowReplicasBelowMinDynClusterSize`| Boolean | If true (the default), then the number of replicas is allowed to drop below the minimum dynamic cluster size configured in the WebLogic domain home configuration. Otherwise, the operator will ensure that the number of replicas is not less than the minimum dynamic cluster setting. This setting applies to dynamic clusters only. |
80
81
|`clusterName`| string | The name of this cluster. Required |
81
82
|`clusterService`|[Kubernetes Resource](#kubernetes-resource)| Customization affecting ClusterIP Kubernetes services for the WebLogic cluster. |
82
83
|`maxUnavailable`| number | The maximum number of cluster members that can be temporarily unavailable. Defaults to 1. |
Copy file name to clipboardExpand all lines: docs/domains/index.html
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1029,6 +1029,10 @@
1029
1029
"description": "The name of this cluster. Required",
1030
1030
"type": "string"
1031
1031
},
1032
+
"allowReplicasBelowMinDynClusterSize": {
1033
+
"description": "If true (the default), then the number of replicas is allowed to drop below the minimum dynamic cluster size configured in the WebLogic domain home configuration. Otherwise, the operator will ensure that the number of replicas is not less than the minimum dynamic cluster setting. This setting applies to dynamic clusters only.",
1034
+
"type": "boolean"
1035
+
},
1032
1036
"serverPod": {
1033
1037
"description": "Configuration affecting server pods.",
0 commit comments