From c02d21fc542f052f6ebf0e8278d39dfa61394a3e Mon Sep 17 00:00:00 2001 From: colben Date: Thu, 29 Aug 2024 11:52:03 +0800 Subject: [PATCH] update --- content/post/k3s-install.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/post/k3s-install.md b/content/post/k3s-install.md index 1a86c2e..948ca7b 100644 --- a/content/post/k3s-install.md +++ b/content/post/k3s-install.md @@ -10,7 +10,7 @@ categories: ["container"] ## 环境 | 角色 | 主机名 | IP | 操作系统 | 软件 | -| :----: | :----: | :----: | :----: | :----: | +|:----------:|:-------:|:----------:|:--------------:|:-----------:| | 镜像库 | k3s-170 | 10.0.4.170 | RockyLinux 8.5 | registry | | 数据库 | k3s-170 | 10.0.4.170 | RockyLinux 8.5 | mysql | | 负载均衡 | k3s-170 | 10.0.4.170 | RockyLinux 8.5 | nginx |