Skip to content

Commit

Permalink
docs: update 部署keepalived+haproxy高可用k8s1.22.2.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ss75710541 committed Oct 14, 2021
1 parent c44b99f commit 84f9ab8
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/部署keepalived+haproxy高可用k8s1.22.2.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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免密登录自己和其它主机
Expand All @@ -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)

0 comments on commit 84f9ab8

Please sign in to comment.