Skip to content

Commit

Permalink
Add calico config using vxlan
Browse files Browse the repository at this point in the history
  • Loading branch information
Cecile Robert-Michon committed Apr 7, 2020
1 parent 3b0ad94 commit 01e1382
Show file tree
Hide file tree
Showing 3 changed files with 789 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ create-workload-cluster: $(ENVSUBST)
timeout 600 bash -c "while ! kubectl --kubeconfig=./kubeconfig get nodes | grep master; do sleep 1; done"

# Deploy calico
kubectl --kubeconfig=./kubeconfig apply -f https://docs.projectcalico.org/v3.13/manifests/calico.yaml
kubectl --kubeconfig=./kubeconfig apply -f templates/addons/calico.yaml

@echo 'run "kubectl --kubeconfig=./kubeconfig ..." to work with the new target cluster'

Expand Down
Loading

0 comments on commit 01e1382

Please sign in to comment.