Skip to content

Commit 4e4f098

Browse files
committed
Updated based on review comments
1 parent 3d84d35 commit 4e4f098

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

site/server-lifecycle.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ The operator will restart servers when any of the follow properties on the domai
150150
* podSecurityContext
151151
* readinessProbe
152152
* resources
153-
* restartLabel
153+
* restartVersion
154154
* serverStartState
155155
* volumes
156156
* volumeMounts
@@ -162,7 +162,7 @@ TBD - do we need to include this table? Also, Russ is still working on implemen
162162
Clustered servers that need to be restarted are gradually restarted (i.e. 'rolling restarted') so that the cluster is not taken out of service and in-flight work can be migrated to other servers in the cluster.
163163

164164
The "maxUnavailable" property on the domain resource determines how many of the cluster's servers may be taken out of service at a time when doing a rolling restart.
165-
By default, the servers are restarted one at a time.
165+
It can be specified at the domain and cluster levels and defaults to 1 (that is, by default, clustered servers are restarted one at a time).
166166

167167
### Using restartVersion to Force the Operator to Restart Servers
168168

@@ -177,6 +177,8 @@ The operator will notice the new value and restart the affected servers (using t
177177

178178
"restartVersion" can be specified at the domain, cluster and server levels. A server will be restarted if any of these three values change.
179179

180+
Note: the servers will also be restarted if restartVersion is removed from the domain resource (for example, if the user had previously specified a value to cause a restart then the user removes that value after the previous restart has completed).
181+
180182
### Common Scenarios
181183

182184
#### Restart All the Servers in the Domain

0 commit comments

Comments
 (0)