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
while ! KUBECONFIG=$(KIND_KUBECONFIG) $(KUBECTL) create -f $(REPO_ROOT)/libcalico-go/config/crd; do echo "Waiting for CRDs to be created"; sleep 2; done
1305
1305
touch $@
1306
1306
1307
-
kind-cluster-destroy: $(KIND)$(KUBECTL)
1307
+
kind-cluster-destroy: $(KIND)$(KUBECTL) bin/helm
1308
+
# We need to drain the cluster gracefully when shutting down to avoid a netdev unregister error from the kernel.
1309
+
# This requires we execute CNI del on pods with pod networking.
0 commit comments