Skip to content

Commit

Permalink
fix Makefile
Browse files Browse the repository at this point in the history
Load kube-ovn image before installing chart
  • Loading branch information
zhangzujian committed Feb 7, 2023
1 parent cdcd9a9 commit 8c4b917
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ kind-upgrade-chart:
kubectl -n kube-system get pods -o wide

.PHONY: kind-install-chart
kind-install-chart: kind-untaint-control-plane
kind-install-chart: kind-load-image kind-untaint-control-plane
kubectl label no -lbeta.kubernetes.io/os=linux kubernetes.io/os=linux --overwrite
kubectl label no -lnode-role.kubernetes.io/control-plane kube-ovn/role=master --overwrite
kubectl label no -lovn.kubernetes.io/ovs_dp_type!=userspace ovn.kubernetes.io/ovs_dp_type=kernel --overwrite
Expand Down

0 comments on commit 8c4b917

Please sign in to comment.