06 2025 档案

摘要:一、为K3s API Server 添加授权 IP 1. 修改 K3s/RKE2 Server 配置 在以下路径创建配置文件 /etc/rancher/k3s/config.yaml 并添加以下配置: # 允许访问 API Server 的 IP 地址段 tls-san: - 192.168.1.0 阅读全文
posted @ 2025-06-17 11:21 呆瓜小贼66 阅读(82) 评论(0) 推荐(0)
摘要:RKE2 的安装方法如下: Linux Server 节点安装 运行安装程序: 国外用户:curl -sfL https://get.rke2.io | sh - 中国用户:curl -sfL https://rancher-mirror.rancher.cn/rke2/install.sh | I 阅读全文
posted @ 2025-06-12 15:58 呆瓜小贼66 阅读(477) 评论(0) 推荐(0)
摘要:学习参考链接 https://www.bilibili.com/video/BV1zU411U7y1?spm_id_from=333.788.videopod.sections&vd_source=0372d3f32c3f19a6a2676a7529d6698a https://istio.io/l 阅读全文
posted @ 2025-06-05 11:43 呆瓜小贼66 阅读(82) 评论(0) 推荐(0)