mirror of
https://github.com/jcwimer/kubernetes-ansible
synced 2026-05-08 14:05:28 +00:00
Initial Commit
This commit is contained in:
4
roles/initialize-kubernetes/files/install-pod-network.sh
Normal file
4
roles/initialize-kubernetes/files/install-pod-network.sh
Normal file
@@ -0,0 +1,4 @@
|
||||
#!/bin/bash
|
||||
|
||||
kubectl apply -f "https://cloud.weave.works/k8s/net?k8s-version=$(kubectl version | base64 | tr -d '\n')"
|
||||
#kubectl apply -f https://raw.githubusercontent.com/coreos/flannel/bc79dd1505b0c8681ece4de4c0d86c5cd2643275/Documentation/kube-flannel.yml
|
||||
Reference in New Issue
Block a user