Title
摘要: 1、安装traefik helm repo add traefik https://traefik.github.io/charts helm repo update helm search repo traefik --versions 若是出现这种情况将版本调低一点或者升级helm版本就好了 [ 阅读全文
posted @ 2025-08-20 23:43 xwk123 阅读(49) 评论(0) 推荐(0)
摘要: 创建持久化存储 (PVC,PV),建议使用storageclass # pv.yaml apiVersion: v1 kind: PersistentVolume metadata: name: registry-pv labels: app: registry spec: capacity: st 阅读全文
posted @ 2025-08-17 13:33 xwk123 阅读(13) 评论(0) 推荐(0)