Janrs.com | 杨建勇
Janrs.com | 杨建勇

RKE2 配置私有镜像仓库免 TLS 验证

RKE2 配置私有镜像仓库免 TLS 验证


打开文件

vim /etc/rancher/rke2/registries.yaml

添加以下配置:

mirrors:
  registry.example.com:
    endpoint:
    - "registry.example.com:1134"
configs:
  "registry.example.com:1134":
    tls:
      insecure_skip_verify: true
如果你有任何问题,欢迎在底部留言。或者点击加入微信技术交流群 | 我的GitHub

码仔

文章作者

Janrs.com

发表回复

textsms
account_circle
email

Janrs.com | 杨建勇

RKE2 配置私有镜像仓库免 TLS 验证
RKE2 配置私有镜像仓库免 TLS 验证 打开文件 vim /etc/rancher/rke2/registries.yaml 添加以下配置: mirrors: registry.example.com: endpoint: - "registry.example.co…
扫描二维码继续阅读
2023-04-29