realm / realm-object-server

Tracking of issues related to the Realm Object Server and other general issues not related to the specific SDK's
https://realm.io
293 stars 42 forks source link

Wrong command on https://docs.realm.io/server/installation/kubernetes-deployment-instructions #408

Closed programaths closed 5 years ago

programaths commented 5 years ago

Goals

Follow the "kubernetes-deployment-instructions"

Expected Results

It works as described

Actual Results

Wrong command

Steps to Reproduce

Follow guide up to https://docs.realm.io/server/installation/kubernetes-deployment-instructions#overriding-defaults

This command will fail: helm upgrade foolish-octopus realm-object-server -f overrides.yaml Because one need to do this instead: helm upgrade braided-armadillo realm/realm-object-server -f overrides.yaml

(Replacing realm-object-server with realm/realm-object-server

Code Sample

See above

Version of Realm and Tooling

Logs

systemctl status realm-object-server.service
Paste output here
sudo journalctl -u realm-object-server.service
Paste output here
cat /var/log/realm-object-server.log
Paste output here
mgeerling commented 5 years ago

Fixed and deployed