homelab

时间:2021-03-07 09:14:50
【文件属性】:
文件名称:homelab
文件大小:119KB
文件格式:ZIP
更新时间:2021-03-07 09:14:50
Dockerfile Homelab Monorepo 先决条件和灾难恢复 # Install K3s (turn off SELinx, Firewalld etc on the host) # install on other hosts if multi node cluster curl -sfL https://get.k3s.io | INSTALL_K3S_EXEC="server --no-deploy traefik" sh # WITH MYSQL #curl -sfL https://get.k3s.io | INSTALL_K3S_EXEC="server --no-deploy traefik --datastore-endpoint=mysql://username:password@tcp(127.0.0.1:3306)/kubernetes" sh # Grab kubectl

网友评论