/etc/rancher/k3s/registries.yaml

牧之丨發表於2024-07-23

mirrors:
"192.168.50.3":
endpoint:
- "https://192.168.50.3"
configs:
"192.168.50.3":
auth:
username: "hello"
password: "hello@123$"
tls:
cert_file: /root/devops/k3s/a.com.pem
key_file: /root/devops/k3s/a.com.key
insecure_skip_verify: true

相關文章