You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: RELEASE_NOTES_MEKO.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -130,7 +130,7 @@
130
130
* `spec.agent.monitoringAgent.logRotation` to configure the backup agent
131
131
* `spec.agent.readinessProbe.environmentVariables` to configure the environment variables the readinessProbe runs with.
132
132
That also applies to settings related to the logRotation,
133
-
the supported environment settings can be found [here](https://github.com/mongodb/mongodb-kubernetes-operator/blob/master/docs/logging.md#readinessprobe).
133
+
the supported environment settings can be found [here](https://github.com/mongodb/mongodb-kubernetes/blob/master/docs/mongodbcommunity/logging.md#readinessprobe).
134
134
* the same applies for AppDB:
135
135
* you can configure AppDB via `spec.applicationDatabase.agent.mongod.logRotation`
136
136
* Please Note: For shardedCluster we only support configuring logRotation under `spec.Agent`
Copy file name to clipboardExpand all lines: docs/mongodbcommunity/deploy-configure.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,10 +24,10 @@ different topology than the previous ones.
24
24
25
25
To deploy your first replica set:
26
26
27
-
1. Replace `<your-password-here>` in [config/samples/mongodb.com_v1_mongodbcommunity_cr.yaml](../config/samples/mongodb.com_v1_mongodbcommunity_cr.yaml) to the password you wish to use.
27
+
1. Replace `<your-password-here>` in [mongodb-community-operator/config/samples/mongodb.com_v1_mongodbcommunity_cr.yaml](https://github.com/mongodb/mongodb-kubernetes/blob/master/mongodb-community-operator/config/samples/mongodb.com_v1_mongodbcommunity_cr.yaml) to the password you wish to use.
3. Verify that the MongoDBCommunity resource deployed:
33
33
```
@@ -258,7 +258,7 @@ To upgrade this resource from `4.0.6` to `4.2.7`:
258
258
259
259
To deploy the operator on OpenShift you will have to provide the environment variable `MANAGED_SECURITY_CONTEXT` set to `true` for the operator deployment.
260
260
261
-
See [here](../config/samples/mongodb.com_v1_mongodbcommunity_openshift_cr.yaml) for
261
+
See [here](https://github.com/mongodb/mongodb-kubernetes/blob/master/mongodb-community-operator/config/samples/mongodb.com_v1_mongodbcommunity_openshift_cr.yaml) for
262
262
an example of how to provide the required configuration for a MongoDB
263
263
replica set.
264
264
@@ -344,7 +344,7 @@ Under some circumstances it might be necessary to set your own custom values for
344
344
the `ReadinessProbe` used by the MongoDB Community Operator. To do so, you
345
345
should use the `statefulSet` attribute in `resource.spec`, as in the following
Edit the file [cert-manager-certificate.yaml](../config/samples/external_access/cert-manager-certificate.yaml) to replace ```<mongodb-name>``` with your MongoDB deployment name. Also replace ```<domain-rs-1>```, ```<domain-rs-2>```, and ```<domain-rs-3>``` with the external FQDNs of the MongoDB replicaset members. Please remember that you will have to add an equal number of entries for each member of the replicaset, for example:
40
+
Edit the file [cert-manager-certificate.yaml](https://github.com/mongodb/mongodb-kubernetes/blob/master/mongodb-community-operator/config/samples/external_access/cert-manager-certificate.yaml) to replace ```<mongodb-name>``` with your MongoDB deployment name. Also replace ```<domain-rs-1>```, ```<domain-rs-2>```, and ```<domain-rs-3>``` with the external FQDNs of the MongoDB replicaset members. Please remember that you will have to add an equal number of entries for each member of the replicaset, for example:
41
41
42
42
```yaml
43
43
...
@@ -57,30 +57,30 @@ spec:
57
57
Apply the manifests. Replace ```<your-namespace>``` with the namespace you are using for the deployment.
Edit [mongodb.com_v1_mongodbcommunity_cr.yaml](../config/samples/external_access/mongodb.com_v1_mongodbcommunity_cr.yaml). Replace <mongodb-name> with the desired MongoDB deployment name -- this should be the same as in the previous step. Replace ```<domain-rs-1>```, ```<domain-rs-2>```, and ```<domain-rs-3>``` with the external FQDNs of the MongoDB replicaset members. Please remember that you should have the same number of entries in this section as the number of your replicaset members. You can also edit the ports for external access to your preferred numbers in this section -- you will have to remember to change them in the next step too. Change ```<your-admin-password>``` to your desired admin password for MongoDB.
66
+
Edit [mongodb.com_v1_mongodbcommunity_cr.yaml](https://github.com/mongodb/mongodb-kubernetes/blob/master/mongodb-community-operator/config/samples/external_access/mongodb.com_v1_mongodbcommunity_cr.yaml). Replace <mongodb-name> with the desired MongoDB deployment name -- this should be the same as in the previous step. Replace ```<domain-rs-1>```, ```<domain-rs-2>```, and ```<domain-rs-3>``` with the external FQDNs of the MongoDB replicaset members. Please remember that you should have the same number of entries in this section as the number of your replicaset members. You can also edit the ports for external access to your preferred numbers in this section -- you will have to remember to change them in the next step too. Change ```<your-admin-password>``` to your desired admin password for MongoDB.
### Create the external NodePort services for accessing the MongoDB deployment from outside the Kubernetes cluster
77
77
78
-
Edit [external_services.yaml](../config/samples/external_access/external_services.yaml) and replace ```<mongodb-name>``` with the MongoDB deployment name that you have used in the preceeding steps. You can change the ```nodePort``` and ```port``` to reflect the changes (if any) you have made in the previous steps.
78
+
Edit [external_services.yaml](https://github.com/mongodb/mongodb-kubernetes/blob/master/mongodb-community-operator/config/samples/external_access/external_services.yaml) and replace ```<mongodb-name>``` with the MongoDB deployment name that you have used in the preceeding steps. You can change the ```nodePort``` and ```port``` to reflect the changes (if any) you have made in the previous steps.
Copy file name to clipboardExpand all lines: docs/mongodbcommunity/x509-auth.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ MongoDB Agent and client.
24
24
25
25
You can use Helm to install and deploy the MongoDB Community Kubernetes
26
26
Operator with X.509 Authentication enabled for the MongoDB Agent and
27
-
client. To learn more, see [Install the Operator using Helm](https://github.com/mongodb/mongodb-kubernetes-operator/blob/master/docs/install-upgrade.md#install-the-operator-using-helm).
27
+
client. To learn more, see [Install the Operator using Helm](https://github.com/mongodb/mongodb-kubernetes/blob/master/docs/install-upgrade.md#install-the-operator-using-helm).
28
28
29
29
1. To deploy the MongoDB Community Kubernetes Operator, copy and paste
30
30
the following command and replace the `<namespace>` variable with the
@@ -52,13 +52,13 @@ Operator with X.509 Authentication enabled for the MongoDB Agent and
52
52
client.
53
53
54
54
1. To install the MongoDB Community Kubernetes Operator, see
55
-
[Install the Operator using kubectl](https://github.com/mongodb/mongodb-kubernetes-operator/blob/master/docs/install-upgrade.md#install-the-operator-using-kubectl).
55
+
[Install the Operator using kubectl](https://github.com/mongodb/mongodb-kubernetes/blob/master/docs/install-upgrade.md#install-the-operator-using-kubectl).
56
56
57
57
1. To create a CA, ConfigMap, secrets, issuer, and certificate, see
58
-
[Enable External Access to a MongoDB Deployment](https://github.com/mongodb/mongodb-kubernetes-operator/blob/master/docs/external_access.md).
58
+
[Enable External Access to a MongoDB Deployment](https://github.com/mongodb/mongodb-kubernetes/blob/master/docs/external_access.md).
59
59
60
60
1. Create a YAML file for the MongoDB Agent certificate. For an example,
61
-
see [agent-certificate.yaml](https://github.com/mongodb/mongodb-kubernetes-operator/blob/master/config/samples/external_access/agent-certificate.yaml).
61
+
see [agent-certificate.yaml](https://github.com/mongodb/mongodb-kubernetes/blob/master/mongodb-community-operator/config/samples/external_access/agent-certificate.yaml).
62
62
63
63
**Note:**
64
64
@@ -78,7 +78,7 @@ client.
78
78
```
79
79
80
80
1. Create a YAML file for your resource. For an example, see
0 commit comments