From 84f9ab805ef252629a7c9a54528b5c8f2d1d1433 Mon Sep 17 00:00:00 2001 From: ss75710541 <75710541@qq.com> Date: Thu, 14 Oct 2021 18:11:49 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20update=20=E9=83=A8=E7=BD=B2keepalived+h?= =?UTF-8?q?aproxy=E9=AB=98=E5=8F=AF=E7=94=A8k8s1.22.2.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...xy\351\253\230\345\217\257\347\224\250k8s1.22.2.md" | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git "a/docs/\351\203\250\347\275\262keepalived+haproxy\351\253\230\345\217\257\347\224\250k8s1.22.2.md" "b/docs/\351\203\250\347\275\262keepalived+haproxy\351\253\230\345\217\257\347\224\250k8s1.22.2.md" index 4045fe0..9fd9e7b 100644 --- "a/docs/\351\203\250\347\275\262keepalived+haproxy\351\253\230\345\217\257\347\224\250k8s1.22.2.md" +++ "b/docs/\351\203\250\347\275\262keepalived+haproxy\351\253\230\345\217\257\347\224\250k8s1.22.2.md" @@ -98,6 +98,10 @@ keepalived_image="{{registry_repo}}/osixia/keepalived:2.0.17" keepalived_router_id=250 keepalived_auth_pass=solarfs{{keepalived_router_id}} +# open haproxy ingress tcp proxy +ingress_nodeport_http=32080 +ingress_nodeport_https=32443 + # helm helm_binary_md5=e4500993ba21e5e6bdfbc084b4342025 helm_binary_url=https://pnode.solarfs.io/dn/file/{{helm_binary_md5}}/helm-v3.6.0-linux-amd64.tar.gz @@ -115,6 +119,9 @@ logging1.solarfs.k8s ansible_host=172.16.13.77 logging2.solarfs.k8s ansible_host=172.16.36.25 logging3.solarfs.k8s ansible_host=172.16.115.194 +[new_nodes] +#node3.solarfs.k8s ansible_host=x.x.x.x + ``` ## 配置master1免密登录自己和其它主机 @@ -135,3 +142,6 @@ logging3.solarfs.k8s ansible_host=172.16.115.194 ./install_k8s.sh ``` +## 安装 ingress-nginx + +参考:[使用helm在k8s1.22.2安装ingress-nginx](https://github.com/paradeum-team/operator-env/blob/main/ingress/%E4%BD%BF%E7%94%A8helm%E5%9C%A8k8s1.22.2%E5%AE%89%E8%A3%85ingress-nginx.md)