我安装nfs失败
addons:
- name: nfs-client
namespace: kube-system
sources:
chart:
name: nfs-client-provisioner
repo: https://charts.kubesphere.io/main
valuesFile: /root/kubesphere-all-v3.0.0-offline-linux-amd64/nfs-client.yaml
—
nfs:
server: “192.168.2.107” # This is the server IP address. Replace it with your own.
path: “/data” # Replace the exported directory with your own.
storageClass:
defaultClass: true
错误:
Release “nfs-client” does not exist. Installing it now.
WARN[00:33:22 EDT] Task failed …
WARN[00:33:22 EDT] error: unable to build kubernetes objects from release manifest: error validating "": error validating data: ValidationError(Deployment.spec.template.spec.volumes[0].nfs): missing required field “server” in io.k8s.api.core.v1.NFSVolumeSource
Error: Failed to deploy addons: unable to build kubernetes objects from release manifest: error validating "": error validating data: ValidationError(Deployment.spec.template.spec.volumes[0].nfs): missing required field “server” in io.k8s.api.core.v1.NFSVolumeSource
能给个链接指导下吗?