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
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.
@@ -345,7 +365,7 @@ uninstall: manifests kustomize ## Uninstall CRDs from the K8s cluster specified
345
365
.PHONY: deploy
346
366
deploy: manifests kustomize ## Deploy controller to the K8s cluster specified in ~/.kube/config.
347
367
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.
Server-side apply is required because the combined CRDs exceed the client-side apply size limit. For environments that only support client-side apply, use the description-stripped CRD variant:
0 commit comments