Add server-side apply option for large CRDs in noble-platform.yaml to avoid kubectl annotation limit
This commit is contained in:
@@ -26,3 +26,6 @@ spec:
|
||||
selfHeal: true
|
||||
syncOptions:
|
||||
- CreateNamespace=true
|
||||
# Large CRDs (Prometheus Operator, Kyverno, ESO) exceed kubectl’s ~256KiB annotation limit
|
||||
# for last-applied-configuration; server-side apply avoids that.
|
||||
- ServerSideApply=true
|
||||
|
||||
Reference in New Issue
Block a user