Skip to content

Commit c8e2964

Browse files
author
alisovenko
committed
f930c1a5c2ca1a6fe47cfa9536100e3553ae81f2: update public repo contents
1 parent 02a0d39 commit c8e2964

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ This Operator requires Ops Manager or Cloud Manager. In this document, when we r
3030

3131

3232

33-
## Installation ##
33+
## Installation
3434

35-
### Create Kubernetes Namespace ###
35+
### Create Kubernetes Namespace
3636

3737
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:
3838

@@ -42,15 +42,17 @@ If you plan on using any other Namespace, please make sure you update the yaml f
4242
point to your preferred Namespace. If using `helm` you need to override the `namespace` attribute with `--set namespace=<..>`
4343
during helm installation
4444

45-
### Create CustomResourceDefinitions
45+
### Installation using yaml files
46+
47+
#### Create CustomResourceDefinitions
4648

4749
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:
4850

4951
kubectl apply -f https://raw.githubusercontent.com/mongodb/mongodb-enterprise-kubernetes/master/crds.yaml
5052

5153
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.
5254

53-
### Operator Installation
55+
#### Operator Installation
5456

5557
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
5658

@@ -61,7 +63,7 @@ or clone this repo, make any edits you need, and apply it from your machine.
6163
kubectl apply -f mongodb-enterprise.yaml
6264

6365

64-
## Helm Installation ##
66+
### Helm Installation
6567

6668
If you have an Helm installation in your Kubernetes cluster, you can run:
6769

0 commit comments

Comments
 (0)