We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 09becbf + 0b9376b commit 77e1bc8Copy full SHA for 77e1bc8
site/server-lifecycle.md
@@ -146,16 +146,15 @@ The operator will restart servers when any of the follow properties on the domai
146
* logHomeEnabled
147
* logHome
148
* livenessProbe
149
-* nodeSelector
150
* podSecurityContext
151
* readinessProbe
152
-* resources
153
* restartVersion
154
* serverStartState
155
* volumes
156
* volumeMounts
157
158
-TBD - do we need to include this table? Also, Russ is still working on implementing this feature for 2.0.
+Note: the operator does not restart affected servers when 'nodeSelector' or 'resources' is changed on the domain resource.
+In these cases, the user can use 'restartVersion' to force the operator to restart the servers.
159
160
### Rolling Restarts
161
0 commit comments