Skip to content

Commit d529bce

Browse files
deprecation banner for MEKO (#2128) (#2145)
* deprecation banner for MEKO * tech review (cherry picked from commit 9dc7358) # Conflicts: # snooty.toml
1 parent a7e4054 commit d529bce

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

snooty.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -236,3 +236,9 @@ vault-short = "Vault"
236236
vpc = ":abbr:`VPC (Virtual Private Cloud)`"
237237
yaml = ":abbr:`YAML (Yet Another Markup Language)`"
238238

239+
[[banners]]
240+
targets = ["*"]
241+
variant = "warning"
242+
value = """\
243+
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.
244+
"""

0 commit comments

Comments
 (0)