You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: nixidy apply CRDs with server-side apply and no pruning
Large CRDs exceed the client-side apply annotation size limit, and
server-side apply is incompatible with label-based pruning. Apply CRDs
with --server-side --force-conflicts and drop --prune for the crds class
only while namespaces and manifests keep their existing prune behavior.
Fixes#83
0 commit comments