Skip to content

Instantly share code, notes, and snippets.

View baoduy's full-sized avatar
:octocat:
Learnt what, Share that

Steven baoduy

:octocat:
Learnt what, Share that
View GitHub Profile
@baoduy
baoduy / K3s
Created October 6, 2022 02:05
K3s installation
K3s installation
curl -sfL https://get.k3s.io | INSTALL_K3S_EXEC="--disable=traefik@server:0 --tls-san=121.6.45.41 --cluster-cidr=10.10.0.0/16" sh -
sudo cat /etc/rancher/k3s/k3s.yaml
Update DNS Name Server
first install resolvconf if not installed
sudo apt update