Skip to content

Commit 9f4f368

Browse files
authored
(DOCSP-48980) Revert the incorrect change for static containers (#2135) (#2136)
(cherry picked from commit e4476c3)
1 parent e29a6d6 commit 9f4f368

File tree

3 files changed

+9
-7
lines changed

3 files changed

+9
-7
lines changed
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
.. note::
22

3-
To enable the static containers, which improve and simplify security, see :ref:`static-containers`.
3+
To enable the Public Preview of static containers,
4+
which improve and simplify security, see :ref:`static-containers`.
5+
We don't recommend using this feature in production while it's in Public Preview.
46

source/tutorial/plan-k8s-op-considerations.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,8 @@ deployments managed by the {+k8s-op-short+}.
9292
- Ensure that you use a storage class that supports `volume expansion <https://kubernetes.io/docs/concepts/storage/storage-classes/#allow-volume-expansion>`__
9393
to enable database volume resizing.
9494

95-
Use Static Containers
96-
---------------------
95+
Use Static Containers (Public Preview)
96+
--------------------------------------
9797

9898
.. include:: /includes/static-containers-description.rst
9999

source/tutorial/plan-k8s-op-container-images.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -75,13 +75,13 @@ To view all available versions for each image, see the following links.
7575

7676
.. _static-containers:
7777

78-
Static Containers
79-
-----------------
78+
Static Containers (Public Preview)
79+
----------------------------------
8080

8181
.. include:: /includes/static-containers-description.rst
8282

83-
Starting with |k8s-op-full| 1.25, you can use the
84-
static containers instead of the existing non-static containers, which
83+
Starting with |k8s-op-full| 1.25, you can use the Public Preview of
84+
static containers instead of the existing non-static containers, which
8585
downloads the MongoDB binary from |com| or the Internet at runtime.
8686
You can use the procedures on this page to enable or disable static
8787
containers for all or individual MongoDB deployments.

0 commit comments

Comments
 (0)