Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: kpango <i.can.feel.gravity@gmail.com>
  • Loading branch information
kpango committed Jun 16, 2020
1 parent 3a08e40 commit 49b6bb4
Show file tree
Hide file tree
Showing 84 changed files with 49,004 additions and 236 deletions.
4 changes: 3 additions & 1 deletion Makefile.d/kind.mk
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,14 @@ kind/stop:
## start kind (kubernetes in docker) multi node cluster
kind/cluster/start:
kind create cluster --name $(NAME)-cluster --config $(ROOTDIR)/k8s/debug/kind/config.yaml
@make kind/login
kubectl apply -f https://projectcontour.io/quickstart/contour.yaml
kubectl patch daemonsets -n projectcontour envoy -p '{"spec":{"template":{"spec":{"nodeSelector":{"ingress-ready":"true"},"tolerations":[{"key":"node-role.kubernetes.io/master","operator":"Equal","effect":"NoSchedule"}]}}}}'


.PHONY: kind/cluster/stop
## stop kind (kubernetes in docker) multi node cluster
kind/cluster/stop:
kubectl delete -f https://projectcontour.io/quickstart/contour.yaml
kind delete cluster --name $(NAME)-cluster

.PHONY: kind/cluster/login
Expand Down
Loading

0 comments on commit 49b6bb4

Please sign in to comment.