# k3s-install **Repository Path**: imroc/k3s-install ## Basic Information - **Project Name**: k3s-install - **Description**: 实用的 k3s 快速安装脚本 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-08-09 - **Last Updated**: 2024-02-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # k3s-install k3s 安装脚本。 ## 快速上手 克隆仓库: ```bash git clone --depth=1 https://gitee.com/imroc/k3s-install.git ``` ## 自动升级 更新 yaml: https://github.com/rancher/system-upgrade-controller/releases/latest/download/system-upgrade-controller.yaml 修改 dnsPolicy 为 Default ## mirror 域名解析 以备不时之需(官方域名解析出问题): ``` nslookup rancher-mirror.rancher.cn Server: 127.0.0.1 Address: 127.0.0.1#53 Non-authoritative answer: rancher-mirror.rancher.cn canonical name = rancher-mirror.rancher.cn.w.kunlunaq.com. Name: rancher-mirror.rancher.cn.w.kunlunaq.com Address: 125.64.130.218 Name: rancher-mirror.rancher.cn.w.kunlunaq.com Address: 125.64.130.215 Name: rancher-mirror.rancher.cn.w.kunlunaq.com Address: 125.64.130.221 Name: rancher-mirror.rancher.cn.w.kunlunaq.com Address: 125.64.130.219 Name: rancher-mirror.rancher.cn.w.kunlunaq.com Address: 125.64.130.222 Name: rancher-mirror.rancher.cn.w.kunlunaq.com Address: 125.64.130.211 Name: rancher-mirror.rancher.cn.w.kunlunaq.com Address: 125.64.130.207 Name: rancher-mirror.rancher.cn.w.kunlunaq.com Address: 125.64.130.210 Name: rancher-mirror.rancher.cn.w.kunlunaq.com Address: 125.64.130.217 Name: rancher-mirror.rancher.cn.w.kunlunaq.com Address: 125.64.130.209 ```