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
Copy file name to clipboardExpand all lines: Makefile
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -434,7 +434,7 @@ deploy: manifests kustomize ## Deploy bpfman-operator to the K8s cluster specifi
434
434
.PHONY: undeploy
435
435
undeploy: ## Undeploy bpfman-operator from the K8s cluster specified in ~/.kube/config. Call with ignore-not-found=true to ignore resource not found errors during deletion.
436
436
kubectl delete --ignore-not-found=$(ignore-not-found) cm bpfman-config -n bpfman
437
-
sleep 5 # Wait for the operator to cleanup the daemonset
@@ -458,6 +458,8 @@ deploy-openshift: manifests kustomize ## Deploy bpfman-operator to the Openshift
458
458
459
459
.PHONY: undeploy-openshift
460
460
undeploy-openshift: ## Undeploy bpfman-operator from the Openshift cluster specified in ~/.kube/config. Call with ignore-not-found=true to ignore resource not found errors during deletion.
461
+
kubectl delete --ignore-not-found=$(ignore-not-found) cm bpfman-config -n bpfman
0 commit comments