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.
1 parent 75d65c9 commit c29c71bCopy full SHA for c29c71b
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