Skip to content

Instantly share code, notes, and snippets.

@initcron
Last active July 28, 2022 07:55
Show Gist options
  • Save initcron/581304c6a445dda518a640fb3292eb42 to your computer and use it in GitHub Desktop.
Save initcron/581304c6a445dda518a640fb3292eb42 to your computer and use it in GitHub Desktop.
export kubever=$(kubectl version | base64 | tr -d '\n')
kubectl delete -f "https://cloud.weave.works/k8s/net?k8s-version=$kubever"
kubectl create -f https://docs.projectcalico.org/manifests/tigera-operator.yaml
kubectl create -f https://docs.projectcalico.org/manifests/custom-resources.yaml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment