corbtastik / mongodb-on-k8s

MongoDB on K8s...awe yeah :sunglasses:
5 stars 7 forks source link

connect-operator-with-ops-manager step missing #2

Open ellashur opened 4 years ago

ellashur commented 4 years ago

In the Section https://github.com/corbtastik/mongodb-on-k8s/tree/master/mongodb-local#connect-operator-with-ops-manager Need instructions to open the GUI: Like connect to the IP and port aka: http://192.168.99.124:31333/ (as an example)

kubectl -n mongodb get service ops-manager-svc-ext NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE ops-manager-svc-ext NodePort 10.104.178.220 8080:31333/TCP 9m44s

Connect to GUI:

http://192.168.99.124:31333

Credentials (from the secret defined): Username="admin@opsmanager.com" Password="Passw0rd."

Than set all defaults, the settings are not i mportant.

ellashur commented 4 years ago

failed to run "kubectl apply -f mongodb-ops-manager.yml" successfully due to appDB failure, after commented out the "version"in mongodb-ops-manager.yml the appDB started successfully:

# appDB has the SCRAM-SHA authentication mode always enabled
  applicationDatabase:
    members: 3
    #version: 4.2.3