We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03a457e commit 3b3bb21Copy full SHA for 3b3bb21
testdata/project-v2/Makefile
@@ -29,6 +29,10 @@ run: generate fmt vet manifests
29
install: manifests
30
kustomize build config/crd | kubectl apply -f -
31
32
+# Uninstall CRDs from a cluster
33
+uninstall: manifests
34
+ kustomize build config/crd | kubectl delete -f -
35
+
36
# Deploy controller in the configured Kubernetes cluster in ~/.kube/config
37
deploy: manifests
38
cd config/manager && kustomize edit set image controller=${IMG}
0 commit comments