Skip to content

Commit 76d4b13

Browse files
authored
Add warning for depplyment with server version >= 7.0 (#1395)
1 parent 1199b3a commit 76d4b13

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

README.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ If you are a MongoDB Enterprise customer, or need Enterprise features such as Ba
99
Here is a talk from MongoDB Live 2020 about the Community Operator:
1010
* [Run it in Kubernetes! Community and Enterprise MongoDB in Containers](https://www.youtube.com/watch?v=2Xszdg-4T6A&t=1368s)
1111

12-
> **Note**
13-
>
14-
> Hi, I'm Dan Mckean 👋 I'm the Product Manager for MongoDB's support of Kubernetes.
15-
>
16-
> The [Community Operator](https://github.com/mongodb/mongodb-kubernetes-operator) is something I inherited when I started, but it doesn't get as much attention from us as we'd like, and we're trying to understand how it's used in order to establish it's future. It will help us establish exactly what level of support we can offer, and what sort of timeframe we aim to provide support in 🙂
12+
> **Note**
13+
>
14+
> Hi, I'm Dan Mckean 👋 I'm the Product Manager for MongoDB's support of Kubernetes.
15+
>
16+
> The [Community Operator](https://github.com/mongodb/mongodb-kubernetes-operator) is something I inherited when I started, but it doesn't get as much attention from us as we'd like, and we're trying to understand how it's used in order to establish it's future. It will help us establish exactly what level of support we can offer, and what sort of timeframe we aim to provide support in 🙂
1717
>
1818
>Here's a super short survey (it's much easier for us to review all the feedback that way!): [https://docs.google.com/forms/d/e/1FAIpQLSfwrwyxBSlUyJ6AmC-eYlgW_3JEdfA48SB2i5--_WpiynMW2w/viewform?usp=sf_link](https://docs.google.com/forms/d/e/1FAIpQLSfwrwyxBSlUyJ6AmC-eYlgW_3JEdfA48SB2i5--_WpiynMW2w/viewform?usp=sf_link)
1919
>
@@ -42,6 +42,9 @@ See the [documentation](docs) to learn how to:
4242

4343
The MongoDB Community Kubernetes Operator supports the following features:
4444

45+
> Warning: Currently the operator doesn't support Replicaset deployment with server version >= 7.0. We are working on adding the support for it.
46+
47+
4548
- Create [replica sets](https://www.mongodb.com/docs/manual/replication/)
4649
- Upgrade and downgrade MongoDB server version
4750
- Scale replica sets up and down

0 commit comments

Comments
 (0)