homelab 源码
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
下载地址
用户评论