k8s 1.30 安装ingress-nginx
一、下载
# wget https://mirrors.chenby.cn/https://raw.githubusercontent.com/kubernetes/ingress-nginx/main/deploy/static/provider/cloud/deploy.yaml
二、过滤镜像

修改

三、部署

四、检查:

五、扩充副本数
# kubectl scale --replicas=3 deployment/ingress-nginx-controller -n ingress-nginx

