2022-06-04 13:51:58 +07:00
|
|
|
# Post-installation
|
|
|
|
|
|
|
|
## Backup secrets
|
|
|
|
|
2022-09-19 02:40:07 +07:00
|
|
|
Save the following files to a safe location like a password manager (if you're using the sandbox, you can skip this step):
|
2022-06-04 13:51:58 +07:00
|
|
|
|
|
|
|
- `~/.ssh/id_ed25519`
|
|
|
|
- `~/.ssh/id_ed25519.pub`
|
|
|
|
- `./metal/kubeconfig.yaml`
|
|
|
|
- `~/.terraform.d/credentials.tfrc.json`
|
|
|
|
- `./external/terraform.tfvars`
|
|
|
|
|
2022-07-15 20:28:57 +07:00
|
|
|
## Admin credentials
|
|
|
|
|
|
|
|
- ArgoCD:
|
|
|
|
- Username: `admin`
|
|
|
|
- Password: run `./scripts/argocd-admin-password`
|
|
|
|
- Vault:
|
|
|
|
- Root token: run `./scripts/vault-root-token`
|
|
|
|
- Grafana:
|
|
|
|
- Username: `admin`
|
|
|
|
- Password: `prom-operator` (TODO: use random password)
|
|
|
|
- Gitea:
|
|
|
|
- Username: `gitea_admin`
|
|
|
|
- Password: get from Vault
|