Skip to content

Commit 7cdfaa4

Browse files
deprecation banner for MEKO (#2128) (#2143)
* deprecation banner for MEKO * tech review (cherry picked from commit 9dc7358) # Conflicts: # snooty.toml
1 parent fcbb9cd commit 7cdfaa4

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

snooty.toml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -247,3 +247,10 @@ variant = "warning"
247247
value = """
248248
Multi-cluster Sharded Cluster Deployments are currently in public preview.
249249
"""
250+
251+
[[banners]]
252+
targets = ["*"]
253+
variant = "warning"
254+
value = """\
255+
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.
256+
"""

0 commit comments

Comments
 (0)