offline-kubernetes-install/ingress-nginx/install.sh

6 lines
165 B
Bash
Raw Permalink Normal View History

2023-04-26 19:57:49 +08:00
#!/bin/bash
2023-09-12 17:28:07 +08:00
2023-04-26 19:57:49 +08:00
ls *.tar | xargs -I {} docker load -i {}
2023-04-27 11:39:30 +08:00
kubectl taint node $(hostname) node-role.kubernetes.io/master-
2023-04-26 19:57:49 +08:00
kubectl apply -f ./nginx-ingress-daemonset.yaml