Enable ServerSideApply for kube-prometheus-stack CRDs in Argo CD configuration to avoid last-applied-configuration limit issues during deployments.

This commit is contained in:
Nikholas Pcenicni
2026-05-13 17:19:47 -04:00
parent 5833e421c0
commit 91b32407f8

View File

@@ -23,6 +23,9 @@ spec:
server: https://kubernetes.default.svc server: https://kubernetes.default.svc
namespace: monitoring namespace: monitoring
# Manual sync: Ansible helm runs first; enable automation after cutover (see ../README.md §5). # Manual sync: Ansible helm runs first; enable automation after cutover (see ../README.md §5).
# ServerSideApply: kube-prometheus-stack CRDs exceed the 256KiB **last-applied-configuration** limit
# when applied client-side (Argo/kubectl); SSA avoids that annotation.
syncPolicy: syncPolicy:
syncOptions: syncOptions:
- CreateNamespace=true - CreateNamespace=true
- ServerSideApply=true