diff --git a/scripts/README.md b/scripts/README.md index 4835774..2a6078d 100644 --- a/scripts/README.md +++ b/scripts/README.md @@ -195,6 +195,9 @@ cd /opt/ && wget -qO- http://116.205.97.109/scripts/install-nfs-storageclass-pro cd /opt/k8s-install-conf/ && wget http://116.205.97.109/scripts/metrics-server.yaml && kubectl apply -f /opt/k8s-install-conf/metrics-server.yaml +#安装ingress-nginx组件 +cd /opt/k8s-install-conf/ && wget http://116.205.97.109/scripts/ingress.yaml && kubectl apply -f /opt/k8s-install-conf/ingress.yaml + #安装网络插件 #wget -q -c -O /opt/k8s-install-conf/calico.yaml http://116.205.97.109/scripts/calico.yaml --show-progress && kubectl apply -f /opt/k8s-install-conf/calico.yaml ```