Commit 09b85b63 authored by 舒成's avatar 舒成

update

parent d3854471
Pipeline #1656 passed with stage
......@@ -17,40 +17,38 @@ cat /etc/kubernetes/helm/storageos/values-overrides.yaml
```
```yaml
# Default values for storageos.
# This is a YAML-formatted file.
# Declare variables to be passed into your templates.
image:
repository: reg.local:5000/k8s/storageos-node
repository: registry.cn-qingdao.aliyuncs.com/wod/storageos-node
tag: 1.0.0-rc4
pullPolicy: IfNotPresent
initContainer:
repository: reg.local:5000/k8s/storageos-init
repository: registry.cn-qingdao.aliyuncs.com/wod/storageos-init
tag: 0.1
pullPolicy: IfNotPresent
csiDriverRegistrar:
repository: reg.local:5000/k8s/k8scsi-driver-registrar
repository: registry.cn-qingdao.aliyuncs.com/wod/k8scsi-driver-registrar
tag: v0.2.0
pullPolicy: IfNotPresent
csiExternalProvisioner:
repository: reg.local:5000/k8s/k8scsi-csi-provisioner
repository: registry.cn-qingdao.aliyuncs.com/wod/k8scsi-csi-provisioner
tag: v0.3.0
pullPolicy: Always
csiExternalAttacher:
repository: reg.local:5000/k8s/k8scsi-csi-attacher
repository: registry.cn-qingdao.aliyuncs.com/wod/k8scsi-csi-attacher
tag: v0.3.0
pullPolicy: Always
rbacEnabled: true
cluster:
join: 172.16.158.229
sharedDir: /var/lib/kubelet/plugins/kubernetes.io~storageos
kv_address: 172.16.158.229:2379
# master node ip
join: 172.16.1.1
sharedDir: /data/storageos
kv_address: 172.16.1.1:2379
kv_backend: etcd
storageclass:
......@@ -68,7 +66,7 @@ namespace: storageos
ingress:
enabled: true
hosts:
- name: storageos.wodcloud.ysgz
- name: storageos.wodcloud.local
csi:
enable: true
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment