Flags:
--authentication-config="ldap.toml": Configuration file for authentication (used in "basic-ldap")
--authentication-provider="basic": Authentication mechanism for client logins (one of "basic", "digest"), or "basic-ldap"
--cluster-proxy-address=":9001": Cluster proxy address ("<ip>:<port>" or ":<port>")
--compilation-service-address=":8080": Model compilation service address ("<ip>:<port>")
--prediction-service-host="": Hostname to start prediction services on ("<ip>")
--prediction-service-port-range="1025:65535": Specified port range to create prediction services on. ("<from>:<to>")
--profile[=false]: Enable Go profiler
--superuser-name="": Set superuser username (required for first-time-use only)
--superuser-password="": Set superuser password (required for first-time-use only)
--web-address=":9000": Web server address ("<ip>:<port>" or ":<port>").
--web-tls-cert-path="": Web server TLS certificate file path (optional).
--web-tls-key-path="": Web server TLS key file path (optional).
--working-directory="var/master": Working directory for application files.
--yarn-enable-kerberos[=false]: Enable Kerberos authentication. Requires username and keytab.
Global Flags:
-v, --verbose[=false]: verbose output
unknown flag: --admin-name
Hello,
I have following this user guide to install and run steam locally - http://docs.h2o.ai/steam/latest-stable/Installation.html#installing-and-starting-steam-on-a-local-machine
However, I get error when running
./steam serve master --admin-name=admin --admin-password=admin012
Could this be a problem with the latest version?
Thanks, Abhishek