Sync with manager:

commit 3b86e81b2157a4457daaef10871bfae78356ae18
Author: Sheng Yang <sheng@yasker.org>
Date:   Tue Aug 21 23:09:11 2018 -0700

    Update image to rancher/longhorn-manager:v0.3-rc5

    Engine image: rancher/longhorn-engine:v0.3-rc5

    UI Image: rancher/longhorn-ui:v0.3-rc5
This commit is contained in:
Sheng Yang 2018-08-21 23:19:43 -07:00
parent 158c767e55
commit 87c733c101

View File

@ -178,7 +178,7 @@ spec:
spec:
containers:
- name: longhorn-manager
image: rancher/longhorn-manager:2c17d9e
image: rancher/longhorn-manager:v0.3-rc5
imagePullPolicy: Always
securityContext:
privileged: true
@ -187,9 +187,9 @@ spec:
- -d
- daemon
- --engine-image
- rancher/longhorn-engine:v0.3-rc4
- rancher/longhorn-engine:v0.3-rc5
- --manager-image
- rancher/longhorn-manager:2c17d9e
- rancher/longhorn-manager:v0.3-rc5
- --service-account
- longhorn-service-account
ports:
@ -266,7 +266,7 @@ spec:
spec:
containers:
- name: longhorn-ui
image: rancher/longhorn-ui:72303d9
image: rancher/longhorn-ui:v0.3-rc5
ports:
- containerPort: 8000
env:
@ -305,18 +305,18 @@ spec:
spec:
initContainers:
- name: wait-longhorn-manager
image: rancher/longhorn-manager:2c17d9e
image: rancher/longhorn-manager:v0.3-rc5
command: ['sh', '-c', 'while [ $(curl -m 1 -s -o /dev/null -w "%{http_code}" http://longhorn-backend:9500/v1) != "200" ]; do echo waiting; sleep 2; done']
containers:
- name: longhorn-driver-deployer
image: rancher/longhorn-manager:2c17d9e
image: rancher/longhorn-manager:v0.3-rc5
imagePullPolicy: Always
command:
- longhorn-manager
- -d
- deploy-driver
- --manager-image
- rancher/longhorn-manager:2c17d9e
- rancher/longhorn-manager:v0.3-rc5
- --manager-url
- http://longhorn-backend:9500/v1
# manually choose "flexvolume" or "csi"