<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0">
    <channel>
        <title>K3s - Tag - HEJTAO</title>
        <link>https://hejtao.netlify.app/tags/k3s/</link>
        <description>K3s - Tag - HEJTAO</description>
        <generator>Hugo -- gohugo.io</generator><language>en-us</language><lastBuildDate>Thu, 22 Jun 2023 00:00:00 &#43;0000</lastBuildDate><atom:link href="https://hejtao.netlify.app/tags/k3s/" rel="self" type="application/rss+xml" /><item>
    <title>K3s Practice</title>
    <link>https://hejtao.netlify.app/posts/cs-k3s/</link>
    <pubDate>Thu, 22 Jun 2023 00:00:00 &#43;0000</pubDate>
    <author>HEJTAO.COM</author>
    <guid>https://hejtao.netlify.app/posts/cs-k3s/</guid>
    <description><![CDATA[k3s server curl –sfL https://rancher-mirror.rancher.cn/k3s/k3s-install.sh | INSTALL_K3S_MIRROR=cn sh -s - server \ --cluster-init \ --token=nigo8l0k6hjmaxyv curl -sfL https://rancher-mirror.rancher.cn/k3s/k3s-install.sh | INSTALL_K3S_MIRROR=cn sh -s - server \ --token=nigo8l0k6hjmaxyv \ --server https://172.17.63.200:6443 /usr/local/bin/k3s-uninstall.sh agent curl -sfL https://rancher-mirror.rancher.cn/k3s/k3s-install.sh | INSTALL_K3S_MIRROR=cn sh -s - agent \ --token=nigo8l0k6hjmaxyv \ --server https://172.17.63.200:6443 /usr/local/bin/k3s-agent-uninstall.sh 镜像加速
# /etc/rancher/k3s/registries.yaml mirrors: docker.io: endpoint: - &#39;https://docker.1ms.run&#39; - &#39;https://dytt.online&#39; - &#39;https://docker.m.daocloud.io&#39; - &#39;https://lispy.org&#39; - &#39;https://docker.xuanyuan.me&#39; deploy 每个 agent 节点部署一个 pod
kubectl label nodes agent-1 role=agent kubectl label nodes agent-2 role=agent kubectl label nodes agent-3 role=agent # account-service-daemonset.]]></description>
</item>
</channel>
</rss>
