Skip to content

Commit

Permalink
feat: add one script installer
Browse files Browse the repository at this point in the history
  • Loading branch information
oilbeater committed Mar 8, 2020
1 parent 61c0f10 commit 9822dba
Show file tree
Hide file tree
Showing 3 changed files with 1,059 additions and 6 deletions.
5 changes: 1 addition & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,7 @@ kind-init-ha:
kind delete cluster --name=kube-ovn
kind create cluster --config yamls/kind.yaml --name kube-ovn
kind load docker-image --name kube-ovn ${REGISTRY}/kube-ovn:${RELEASE_TAG}
kubectl label node --all kube-ovn/role=master --overwrite
kubectl apply -f yamls/crd.yaml
kubectl apply -f yamls/ovn-ha.yaml
kubectl apply -f yamls/kube-ovn.yaml
bash dist/images/install.sh

kind-reload:
kind load docker-image --name kube-ovn ${REGISTRY}/kube-ovn:${RELEASE_TAG}
Expand Down
Loading

0 comments on commit 9822dba

Please sign in to comment.