From 589aace867ae3655c96bab2a180a11db9894b334 Mon Sep 17 00:00:00 2001 From: colben Date: Thu, 29 Aug 2024 11:49:43 +0800 Subject: [PATCH] update --- content/post/k3s-install.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/content/post/k3s-install.md b/content/post/k3s-install.md index 9f5a592..1a86c2e 100644 --- a/content/post/k3s-install.md +++ b/content/post/k3s-install.md @@ -20,10 +20,9 @@ categories: ["container"] | k3s agent | k3s-174 | 10.0.4.174 | RockyLinux 8.5 | k3s v1.27.4 | | k3s agent | k3s-175 | 10.0.4.175 | RockyLinux 8.5 | k3s v1.27.4 | +## 前期准备 - **全部服务器关闭 firewalld、selinux 和 swap,设置时间同步** - **全部 k3s 服务器(除了k3s-170)必须设置唯一主机名** - -## 前期准备 - 在 k3s-170 上执行如下操作 - 安装 docker 环境,部署私有镜像库 - 安装 mysql,用来存储 k3s server 数据