Skip to content

Commit 6b2ec33

Browse files
deprecation banner for MEKO (#2128) (#2141)
* deprecation banner for MEKO * tech review (cherry picked from commit 9dc7358)
1 parent 31d7d14 commit 6b2ec33

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

snooty.toml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -238,5 +238,8 @@ vpc = ":abbr:`VPC (Virtual Private Cloud)`"
238238
yaml = ":abbr:`YAML (Yet Another Markup Language)`"
239239

240240
[[banners]]
241-
# dark mode/appearance in public preview
242-
targets = []
241+
targets = ["*"]
242+
variant = "warning"
243+
value = """\
244+
The MongoDB Enterprise Kubernetes Operator is deprecated. There will be no future releases. Each version will reach end of life according to the :ref:`support policy <k8s-support-lifecycle>`. All of its features are available in the `MongoDB Controllers for Kubernetes Operator <https://www.mongodb.com/docs/kubernetes/>`__. Please migrate to the Controllers for Kubernetes Operator for continued support.
245+
"""

0 commit comments

Comments
 (0)