Skip to content

Instantly share code, notes, and snippets.

@avoidik
Created September 4, 2021 20:06
Show Gist options
  • Save avoidik/6d49475e72d21cfb4c6b9069c1db0a2b to your computer and use it in GitHub Desktop.
Save avoidik/6d49475e72d21cfb4c6b9069c1db0a2b to your computer and use it in GitHub Desktop.
Install weave-net
#!/bin/bash
curl -fsSLo weave-daemonset.yaml "https://cloud.weave.works/k8s/net?k8s-version=$(kubectl version | base64 | tr -d '\n')&env.IPALLOC_RANGE=10.32.0.0/16"
#!/bin/bash
kubectl apply -f "https://cloud.weave.works/k8s/net?k8s-version=$(kubectl version | base64 | tr -d '\n')&env.IPALLOC_RANGE=10.32.0.0/16"
@avoidik
Copy link
Author

avoidik commented Sep 4, 2021

shortened download.sh

curl -sSL https://git.io/JukgY | bash

shortened install.sh

curl -sSL https://git.io/JukgP | bash

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment