lkhtest
离线环境好像只能自己手动装,helm pull 然后 helm install ,因为dockerhub.kubekey.local 用的自签名证书,手动传到harbor仓库也用不了,下面这个不支持指定–ca-file 参数
addons:
- name: nfs-client
namespace: kube-system
sources:
chart:
name: nfs-client-provisioner
repo: https://charts.kubesphere.io/main
valuesFile: /mycluster/nfs/custom-nfs-client-values.yaml # or https://raw.githubusercontent.com/kubesphere/helm-charts/master/src/main/nfs-client-provisioner/values.yaml
# values also supports parameter lists
# values:
# - storageClass.defaultClass=true
# - nfs.server=192.168.6.3
# - nfs.path=/mnt/kubesphere
而且kubekey artifact 不支持打包yaml和helm chart