feat/observability-remainder-adoption-stage
main
在现有 observability Flux Kustomization 中一次纳管全部已部署的剩余组件:
observability
0.3.6
10.5.15
Logs Collector 与 Grafana HelmRelease 均保持 suspend: true;静态资源立即由 Flux 接管,但内容与 live 完全一致。brownfield Kustomization 继续 prune: false。
suspend: true
prune: false
vlogs-ingress.yaml
traces-values.yaml
grafana/oidc-secret.yaml
12.3.1
v1.51.0
git diff --check
合并后先验证静态资源接管没有触发 workload replacement,并确认两个 HelmRelease 仍暂停;随后可在一个独立 PR 中同时激活 Logs Collector 与 Grafana。
No dependencies set.
The note is not visible to the blocked user.
变更
在现有
observabilityFlux Kustomization 中一次纳管全部已部署的剩余组件:0.3.6的 Victoria Logs Collector HelmRelease10.5.15的 HelmRelease、values 与现有 dashboard ConfigMapLogs Collector 与 Grafana HelmRelease 均保持
suspend: true;静态资源立即由 Flux 接管,但内容与 live 完全一致。brownfield Kustomization 继续prune: false。明确排除
vlogs-ingress.yaml:当前未部署traces-values.yaml:仅为弃用的 standalone chart 参考grafana/oidc-secret.yaml:只是 39 字符占位模板;live 72 字符 Secret 不同,本批只引用、不纳管Live 基线
10.5.15/ app12.3.10.3.6/ appv1.51.0验证
git diff --check通过合并后先验证静态资源接管没有触发 workload replacement,并确认两个 HelmRelease 仍暂停;随后可在一个独立 PR 中同时激活 Logs Collector 与 Grafana。