Skip to content

Commit 49fe606

Browse files
deprecation banner for MEKO (#2128) (#2139)
* deprecation banner for MEKO * tech review (cherry picked from commit 9dc7358) # Conflicts: # snooty.toml
1 parent 97c4990 commit 49fe606

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

snooty.toml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -244,6 +244,8 @@ vpc = ":abbr:`VPC (Virtual Private Cloud)`"
244244
yaml = ":abbr:`YAML (Yet Another Markup Language)`"
245245

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

0 commit comments

Comments
 (0)