Created
July 11, 2018 20:27
-
-
Save sarjarapu/de6fd9936aadf02c238df33b74e695bc to your computer and use it in GitHub Desktop.
Install MongoDB Enterprise Operator for Kubernetes using helm
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Download the helm chart from mongodb-enterprise-kubernetes GitHub repo | |
wget -O master.zip https://github.com/mongodb/mongodb-enterprise-kubernetes/archive/master.zip | |
unzip master.zip | |
# Initialize the helm and helm chart | |
helm init --upgrade | |
helm install mongodb-enterprise-kubernetes-master/helm_chart/ --name mongodb-enterprise |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment