capactio / capact

Simple way to manage applications and infrastructure.
https://capact.io
Apache License 2.0
80 stars 19 forks source link

Include Dashboard in Capact installation #602

Closed pkosiec closed 2 years ago

pkosiec commented 2 years ago

Description

Changes proposed in this pull request:

This pull request should be non-breaking for existing Capact installations.

Testing

I run CI job 3 times to make sure the installation is stable.

Running Dashboard

  1. Check out this branch
  2. Run make dev-cluster (the latest CLI will be built)
  3. Navigate to the https://dashboard.capact.local/ and log in using data from Helm release installation notes 🙂

Editing runtime config

To see whether the runtime config is properly loaded:

  1. Edit default Gateway Endpoint in ConfigMap:
    kubectl edit cm -n capact-system capact-dashboard-runtime-cfg`
  2. Delete Dashboard pod:
kubectl delete po -n capact-system -l app.kubernetes.io/name=dashboard
  1. Navigate to Dashboard, log out (if necessary) and see the default endpoint in the login form.

Related issue(s)

599