K3s架构:
中文官网:https://docs.rancher.cn/docs/k3s/architecture/_index
中文官网:https://docs.rancher.cn/docs/k3s/quick-start/_index
镜像加速:
cat >> /etc/rancher/k3s/registries.yaml <<EOF
mirrors:
"docker.io":
endpoint:
- "https://fogjl973.mirror.aliyuncs.com"
- "https://registry-1.docker.io"
EOF
systemctl restart k3s