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
Copy file name to clipboardExpand all lines: site/server-lifecycle.md
+24-18Lines changed: 24 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -132,27 +132,32 @@ The "restartVersion" property on the domain resource lets the user force the ope
132
132
The operator runtime does rolling restarts of clustered servers so that service is maintained.
133
133
134
134
### Properties that Cause Servers To Be Restarted
135
-
The operator will restart servers when any of the follow properties on the domain resource that affect the server are changed.
136
-
137
-
| Property |
138
-
| --- |
139
-
| annotations |
140
-
| containerSecurityContext |
141
-
| image |
142
-
| imagePullPolicy |
143
-
| imagePullSecrets |
144
-
| labels |
145
-
| livenessProbe |
146
-
| podSecurityContext |
147
-
| readinessProbe |
148
-
| resources |
149
-
| restartLabel |
150
-
| volumes |
151
-
| volumeMounts |
135
+
The operator will restart servers when any of the follow properties on the domain resource that affect the server are changed:
136
+
* annotations
137
+
* containerSecurityContext
138
+
* domainHome
139
+
* domainHomeInImage
140
+
* env
141
+
* image
142
+
* imagePullPolicy
143
+
* imagePullSecrets
144
+
* includeServerOutInPodLog
145
+
* labels
146
+
* logHomeEnabled
147
+
* logHome
148
+
* livenessProbe
149
+
* nodeSelector
150
+
* podSecurityContext
151
+
* readinessProbe
152
+
* resources
153
+
* restartLabel
154
+
* serverStartState
155
+
* volumes
156
+
* volumeMounts
152
157
153
158
### Rolling Restarts
154
159
155
-
Clustered servers that need to be restarted are gradually restarted (i.e. 'rolling restarts') so that the cluster is not taken out of service and so that in-flight work can be migrated to other servers in the cluster.
160
+
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.
156
161
157
162
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.
158
163
By default, the servers are restarted one at a time.
@@ -193,6 +198,7 @@ Set "restartVersion" at the cluster level to a new value.
0 commit comments