Skip to content

Commit

Permalink
bug-fix: make kind-reload invalid (#2068)
Browse files Browse the repository at this point in the history
  • Loading branch information
changluyi committed Nov 22, 2022
1 parent 657dbf6 commit 514b766
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -462,7 +462,7 @@ kind-install-cilium: kind-load-image kind-untaint-control-plane
kubectl describe no

.PHONY: kind-reload
kind-reload: kind-load-ovs
kind-reload: kind-reload-ovs
kubectl delete pod -n kube-system -l app=kube-ovn-controller
kubectl delete pod -n kube-system -l app=kube-ovn-cni
kubectl delete pod -n kube-system -l app=kube-ovn-pinger
Expand Down

0 comments on commit 514b766

Please sign in to comment.