5 lines
145 B
Bash
5 lines
145 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
## Apply Flannel CNI plugin
|
||
|
kubectl apply -f https://raw.githubusercontent.com/coreos/flannel/master/Documentation/kube-flannel.yml
|