File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -254,6 +254,21 @@ You can also enable static containers during
254
254
or :ref:`Remote Mode <deploy-om-container-remote-mode>` so that
255
255
the binaries for all versions in-use can be pulled from |onprem|.
256
256
257
+ .. step:: Remove |k8s-statefulset| overrides for init containers, if any.
258
+
259
+ There are no init containers used with the static container architecture.
260
+ If an override for an init container is present, the migration from non-static to static containers fails.
261
+
262
+ Remove any |k8s-statefulset| overrides for init containers from your
263
+ :ref:`MongoDB resource specification <k8s-specification>` or
264
+ :ref:`Ops Manager resource specification <k8s-om-specification>`.
265
+ For example, ensure none of the following settings have been configured for ``initContainers``:
266
+
267
+ - **Ops Manager:** :opsmgrkube:`spec.statefulSet.spec`
268
+ - **Application Database**: :opsmgrkube:`spec.applicationDatabase.podSpec <spec.applicationDatabase>`
269
+ - **Database:** :ref:`statefulset-settings`
270
+ - **Multi-cluster:** :ref:`spec.statefulSet.spec <multi-spec-statefulset-spec>`
271
+
257
272
.. step:: Set environment variables for the {+mdbagent+} image.
258
273
259
274
.. tabs::
You can’t perform that action at this time.
0 commit comments