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: README.md
+7-5Lines changed: 7 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,9 +30,9 @@ This Operator requires Ops Manager or Cloud Manager. In this document, when we r
30
30
31
31
32
32
33
-
## Installation ##
33
+
## Installation
34
34
35
-
### Create Kubernetes Namespace ###
35
+
### Create Kubernetes Namespace
36
36
37
37
The Mongodb Enterprise Operator is installed, by default, into the `mongodb` Namespace, but this Namespace is not created automatically. To create this Namespace you should execute:
38
38
@@ -42,15 +42,17 @@ If you plan on using any other Namespace, please make sure you update the yaml f
42
42
point to your preferred Namespace. If using `helm` you need to override the `namespace` attribute with `--set namespace=<..>`
43
43
during helm installation
44
44
45
-
### Create CustomResourceDefinitions
45
+
### Installation using yaml files
46
+
47
+
#### Create CustomResourceDefinitions
46
48
47
49
The `CustomResourceDefinition` (or `crds`) should be installed before installing the operator into your Kubernetes cluster. To do this, make sure you have logged into your Kubernetes cluster and that you can perform Cluster level operations:
This will create three new `crds` in your cluster, `MongoDbStandalone`, `MongoDbReplicaSet` and `MongoDbShardedCluster`. These new objects will be the ones used by the operator to perform the MongoDb operations needed to prepare each one of the different MongoDb types of deployments.
52
54
53
-
### Operator Installation
55
+
####Operator Installation
54
56
55
57
This operator can also be installed using yaml files, in case you are not using Helm. You may apply the config directly from github clone this repo, and apply the file
56
58
@@ -61,7 +63,7 @@ or clone this repo, make any edits you need, and apply it from your machine.
61
63
kubectl apply -f mongodb-enterprise.yaml
62
64
63
65
64
-
## Helm Installation ##
66
+
###Helm Installation
65
67
66
68
If you have an Helm installation in your Kubernetes cluster, you can run:
0 commit comments