系统推荐用debian,用alpine会有些问题,可以跑k3s,但是安装Longhorn好像不支持
安装前每个节点需要更新下源,自带的源有可能会出现ssl错误,修改源为http安装
apt-get install --reinstall ca-certificates
然后更换为https的源
apt-get update
时间问题,貌似时区不会影响,但是时间最好是一致的
安装wireguard
apt-get install wireguard
安装open-iscsi(Longhorn会用,可以不装)
apt-get install open-iscsi
添加应用仓库 https://charts.bitnami.com/bitnami
可以安装wordpress,安装后去服务发现Service修改下端口,否则会和traefik冲突 然后Ingress 里添加域名绑定到wordpress端口即可访问了。
安装odoo会访问不到pg的数据库,不知道什么原因。自己创建应该可以,安装了个wg-gen-web测试面板能正常使用。
0 条评论