Enhance Authentik role by adding Helm wait timeout for oauth2-proxy and improving task conditions for admin access and OAuth2 provider upserts. Update README with new variable descriptions and adjust Longhorn deployment tasks to ensure proper rollout before Loki installation, enhancing overall deployment reliability.

This commit is contained in:
Nikholas Pcenicni
2026-05-14 15:52:42 -04:00
parent 5e5c6ef671
commit 4bc8da0225
9 changed files with 57 additions and 11 deletions

View File

@@ -9,6 +9,12 @@
# --version 6.55.0 -f clusters/noble/bootstrap/loki/values.yaml --wait --timeout 30m
#
# Query/push URL for Grafana + Fluent Bit: http://loki-gateway.loki.svc.cluster.local:80
#
# Troubleshooting: if **helm --wait** times out with **StatefulSet/loki/loki not ready**, run
# **kubectl -n loki describe pod loki-0**. **FailedMount** + **longhorn-backend** / **hasn't been attached yet**
# is a **Longhorn CSI** issue (not Loki config): confirm **kubectl -n longhorn-system rollout status
# daemonset/longhorn-csi-plugin** succeeds, check Longhorn UI → Volume, and consider **kubectl delete pod -n loki loki-0**
# to recreate the pod after storage is healthy.
deploymentMode: SingleBinary