Skip to content

Commit ae72405

Browse files
deprecation banner for MEKO (#2128) (#2138)
* deprecation banner for MEKO * tech review (cherry picked from commit 9dc7358)
1 parent 9f4f368 commit ae72405

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
@@ -245,5 +245,8 @@ vpc = ":abbr:`VPC (Virtual Private Cloud)`"
245245
yaml = ":abbr:`YAML (Yet Another Markup Language)`"
246246

247247
[[banners]]
248-
# dark mode/appearance in public preview
249-
targets = []
248+
targets = ["*"]
249+
variant = "warning"
250+
value = """\
251+
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.
252+
"""

0 commit comments

Comments
 (0)