k8s安装Ingress 控制器
使用官方提供的 YAML 文件来部署 Nginx Ingress Controller。
wget https://raw.githubusercontent.com/kubernetes/ingress-nginx/main/deploy/static/provider/baremetal/deploy.yaml
crictl pull registry.k8s.io/ingress-nginx/controller:v1.12.0
crictl pull registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.5.0
kubectl apply -f deploy.yaml
浙公网安备 33010602011771号