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
The CRD exceeds the 256KB annotation limit for client-side apply
(kubectl.kubernetes.io/last-applied-configuration). Server-side
apply avoids this by using managed fields instead of annotations.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
uninstall: manifests kustomize ## Uninstall CRDs from the K8s cluster specified in ~/.kube/config. Call with ignore-not-found=true to ignore resource not found errors during deletion.
@@ -226,7 +226,7 @@ uninstall: manifests kustomize ## Uninstall CRDs from the K8s cluster specified
226
226
.PHONY: deploy
227
227
deploy: manifests kustomize ## Deploy controller to the K8s cluster specified in ~/.kube/config.
228
228
cd config/manager &&$(KUSTOMIZE) edit set image controller=${IMG}
undeploy: kustomize ## Undeploy controller from the K8s cluster specified in ~/.kube/config. Call with ignore-not-found=true to ignore resource not found errors during deletion.
0 commit comments