mirror of
https://github.com/kubesphere/kubekey.git
synced 2025-12-25 17:12:50 +00:00
Signed-off-by: joyceliu <joyceliu@yunify.com> Co-authored-by: joyceliu <joyceliu@yunify.com>
16 lines
433 B
YAML
16 lines
433 B
YAML
sc:
|
|
local:
|
|
enabled: true
|
|
default: true
|
|
provisioner_image: |
|
|
{{ .dockerio_registry }}/openebs/provisioner-localpv:3.3.0
|
|
linux_utils_image: |
|
|
{{ .dockerio_registry }}/openebs/linux-utils:3.3.0
|
|
path: /var/openebs/local
|
|
nfs: # each k8s_cluster node should install nfs-utils
|
|
enabled: false
|
|
default: false
|
|
server: |
|
|
{{ .groups.nfs | default list | first }}
|
|
path: /share/kubernetes
|