<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>k3s on SkywireX LAB</title>
    <link>https://lab.skywirex.com/tags/k3s/</link>
    <description>Recent content in k3s on SkywireX LAB</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>vi-vn</language>
    <lastBuildDate>Thu, 13 Aug 2020 00:00:00 +0000</lastBuildDate>
    
	<atom:link href="https://lab.skywirex.com/tags/k3s/index.xml" rel="self" type="application/rss+xml" />
    
    
    <item>
      <title>Ghi chép kubernetes</title>
      <link>https://lab.skywirex.com/kube/</link>
      <pubDate>Thu, 13 Aug 2020 00:00:00 +0000</pubDate>
      
      <guid>https://lab.skywirex.com/kube/</guid>
      <description>https://www.thebigdatablog.com/kubernetes-and-docker-running-at-an-orangepi/
https://blog.alexellis.io/test-drive-k3s-on-raspberry-pi/
https://github.com/rancher/k3s/issues/1395
MASTER NODE
 Đổi tên hostname
echo &amp;quot;masterpi&amp;quot; &amp;gt; /etc/hostname sudo nano /etc/hosts   Cài đặt
curl -sfL https://get.k3s.io | sh -  sudo systemctl status k3s  sudo cat /var/lib/rancher/k3s/server/node-token
K104a57a00c6ca0b2d1e558a79e6ae4c3d151474eccfc08677f501426f6ede66ef3::server:1c7e84a0f9f90def290c62d503038dba  NODE
export K3S_URL=&amp;quot;https://:&amp;lt;MASTERPI-IP&amp;gt;:6443&amp;quot; export K3S_TOKEN=&amp;quot;K104a57a00c6ca0b2d1e558a79e6ae4c3d151474eccfc08677f501426f6ede66ef3::server:1c7e84a0f9f90def290c62d503038dba&amp;quot; ```` ```` curl -sfL https://get.k3s.io | sh - ```` Join node  sudo k3s agent &amp;ndash;server ${K3S_URL} &amp;ndash;token ${K3S_TOKEN}
 DELETE NOT READY NODE Cordon the node Drain the node Delete the node Reset the node ( run kubeadm reset command if it is joined using kubeadm) Join the node again as a fresh node Sự cố Build với không điểm yếu nên nếu có sự cố xảy ra cũng cho phép khắc phục nhanh LINK.</description>
    </item>
    
  </channel>
</rss>