Skip to content

Commit

Permalink
add calico custom script
Browse files Browse the repository at this point in the history
  • Loading branch information
thaiminhpv committed Aug 20, 2023
1 parent 50fd04d commit 88e3a65
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion helm/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ metadata:
resources:
- https://raw.githubusercontent.com/kubernetes/ingress-nginx/controller-v1.8.1/deploy/static/provider/cloud/deploy.yaml
- https://github.com/kubernetes-sigs/metrics-server/releases/latest/download/components.yaml
- https://raw.githubusercontent.com/projectcalico/calico/v3.25.0/manifests/calico.yaml
# - https://raw.githubusercontent.com/projectcalico/calico/v3.25.0/manifests/calico.yaml
9 changes: 8 additions & 1 deletion scripts/gcp-scripts/init-kube-network.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,11 @@ sudo chown $(id -u):$(id -g) $HOME/.kube/config
# kubectl get nodes -o json | jq '.items[].spec'


# kubeadm token create --print-join-command
# kubeadm token create --print-join-command

# kubectl create -f https://raw.githubusercontent.com/projectcalico/calico/v3.26.1/manifests/tigera-operator.yaml
# curl https://raw.githubusercontent.com/projectcalico/calico/v3.26.1/manifests/custom-resources.yaml -O
# kubectl create -f custom-resources.yaml
# watch kubectl get pods -n calico-system


0 comments on commit 88e3a65

Please sign in to comment.