Add server-side apply option for large CRDs in noble-platform.yaml to avoid kubectl annotation limit

This commit is contained in:
Nikholas Pcenicni
2026-03-28 02:15:32 -04:00
parent 0a6c9976da
commit 0dd642f0c5

View File

@@ -26,3 +26,6 @@ spec:
selfHeal: true selfHeal: true
syncOptions: syncOptions:
- CreateNamespace=true - CreateNamespace=true
# Large CRDs (Prometheus Operator, Kyverno, ESO) exceed kubectls ~256KiB annotation limit
# for last-applied-configuration; server-side apply avoids that.
- ServerSideApply=true