fix: prepare k3s for external cloud provider
This commit is contained in:
18
README.md
18
README.md
@@ -177,7 +177,7 @@ Set these in your Gitea repository settings (**Settings** → **Secrets** → **
|
||||
|
||||
## GitOps (Flux)
|
||||
|
||||
This repo now includes a Flux GitOps layout for phased migration from imperative Ansible applies to continuous reconciliation.
|
||||
This repo uses Flux for continuous reconciliation after Terraform + Ansible bootstrap.
|
||||
|
||||
### Runtime secrets
|
||||
|
||||
@@ -217,17 +217,11 @@ Terraform/bootstrap secrets remain in Gitea Actions secrets and are not managed
|
||||
3. Apply `clusters/prod/flux-system/` once to establish source + reconciliation graph.
|
||||
4. Bootstrap-only Ansible creates prerequisite secrets; Flux manages addon lifecycle after bootstrap.
|
||||
|
||||
### Current migration status
|
||||
### Current addon status
|
||||
|
||||
- `addon-observability-content` is now GitOps-managed from `infrastructure/addons/observability-content/`.
|
||||
- `addon-observability` is now GitOps-managed from `infrastructure/addons/observability/` using Flux `HelmRelease` resources for:
|
||||
- `kube-prometheus-stack`
|
||||
- `loki`
|
||||
- `promtail`
|
||||
- Remaining addons stay suspended until migrated.
|
||||
- During transition, avoid applying Grafana content from both Flux and Ansible at the same time.
|
||||
|
||||
Ansible `site.yml` now skips `observability` and `observability-content` roles by default when `observability_gitops_enabled=true` (default).
|
||||
- Core infrastructure addons are Flux-managed from `infrastructure/addons/`.
|
||||
- Active Flux addons include `addon-ccm`, `addon-csi`, `addon-tailscale-operator`, `addon-tailscale-proxyclass`, `addon-external-secrets`, `addon-observability`, and `addon-observability-content`.
|
||||
- Ansible is limited to cluster bootstrap, private-access setup, and prerequisite secret creation for Flux-managed addons.
|
||||
|
||||
## Observability Stack
|
||||
|
||||
@@ -237,7 +231,7 @@ Flux deploys a lightweight observability stack in the `observability` namespace:
|
||||
- `loki`
|
||||
- `promtail`
|
||||
|
||||
Grafana content is managed as code via ConfigMaps in `infrastructure/addons/observability-content/` (Flux), migrated from `ansible/roles/observability-content/`.
|
||||
Grafana content is managed as code via ConfigMaps in `infrastructure/addons/observability-content/`.
|
||||
|
||||
Grafana and Prometheus are exposed through a single Tailscale front door backed by Traefik when the Tailscale Kubernetes Operator is healthy.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user