You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by GitBox <gi...@apache.org> on 2019/01/22 02:53:36 UTC

[GitHub] cychiang commented on issue #4923: Install superset in Kubernetes with helm chart

cychiang commented on issue #4923: Install superset in Kubernetes with helm chart
URL: https://github.com/apache/incubator-superset/pull/4923#issuecomment-456253772
 
 
   Hi @charles-zhan, I assume you deploy the superset in Kubernetes cluster and want to know the username and password when open the web UI.
   
   According to the document [here](https://superset.incubator.apache.org/installation.html#getting-started) you need to create username and password by your own. 
   Here is the step to create the username and password.
   1. Invoke `superset-init` to create an admin account by `kubectl exec -ti ${your_pods_name} -- superset-init`
   2. You will enter the interactive mode, and it will request you enter information to create the credential.
   
   3. After you complete all steps, you should be able to login with username and password you provided on the previous stage.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org