Skip to content

Commit

Permalink
ci: remove master taint
Browse files Browse the repository at this point in the history
  • Loading branch information
oilbeater committed Jul 7, 2020
1 parent 3b887f5 commit 32a9af2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion .trivyignore
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
# No CentOS Upstream fix
CVE-2020-11080
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ kind-init-ha:
kind delete cluster --name=kube-ovn
kind create cluster --config yamls/kind-ha.yaml --name kube-ovn
kind load docker-image --name kube-ovn ${REGISTRY}/kube-ovn:${RELEASE_TAG}
kubectl taint node kube-ovn-control-plane node-role.kubernetes.io/master:NoSchedule-
bash dist/images/install.sh

kind-reload:
Expand Down

0 comments on commit 32a9af2

Please sign in to comment.