Skip to content

Latest commit

 

History

History
26 lines (22 loc) · 1.42 KB

README.md

File metadata and controls

26 lines (22 loc) · 1.42 KB

kubernetes-dashboard

Используемый oauth провайдер - gitlab

Регистрируем в гитлаб новое приложение. Для этого идем Admin area -> Applications -> New application

Redirect URI(Callback url) устанавливаем вида https://dashboard.example.com/oauth2/callback

Usage: ctl.sh [OPTION]... --gitlab-url GITLAB_URL --oauth2-id ID --oauth2-secret SECRET --dashboard-url DASHBOARD_URL
Install kubernetes-dashboard to Kubernetes cluster.
Mandatory arguments:
  -i, --install                install into 'kube-nginx-ingress' namespace
  -u, --upgrade                upgrade existing installation, will reuse password and host names
  -d, --delete                 remove everything, including the namespace
      --gitlab-url             set gitlab url with schema (https://gitlab.example.com)
      --oauth2-id              set OAUTH2_PROXY_CLIENT_ID from gitlab
      --oauth2-secret          set OAUTH2_PROXY_CLIENT_SECRET from gitlab
      --dashboard-url          set dashboard url without schema (dashboard.example.com)
Optional arguments:
  -h, --help                   output this message

ссылки на документацию: