4 lines
89 B
Bash
4 lines
89 B
Bash
#!/bin/bash
|
|
ls *.tar | xargs -I {} docker load -i {}
|
|
kubectl apply -f ./kube-flannel.yml
|