Update longhorn from upstream
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
90b39872e2
commit
d1ef859440
17 changed files with 335 additions and 66 deletions
|
|
@ -16,7 +16,7 @@ spec:
|
|||
spec:
|
||||
containers:
|
||||
- name: longhorn-manager
|
||||
image: longhornio/longhorn-manager:v1.0.2
|
||||
image: longhornio/longhorn-manager:v1.1.0
|
||||
imagePullPolicy: IfNotPresent
|
||||
securityContext:
|
||||
privileged: true
|
||||
|
|
@ -25,11 +25,13 @@ spec:
|
|||
- -d
|
||||
- daemon
|
||||
- --engine-image
|
||||
- longhornio/longhorn-engine:v1.0.2
|
||||
- longhornio/longhorn-engine:v1.1.0
|
||||
- --instance-manager-image
|
||||
- longhornio/longhorn-instance-manager:v1_20200514
|
||||
- longhornio/longhorn-instance-manager:v1_20201216
|
||||
- --share-manager-image
|
||||
- longhornio/longhorn-share-manager:v1_20201204
|
||||
- --manager-image
|
||||
- longhornio/longhorn-manager:v1.0.2
|
||||
- longhornio/longhorn-manager:v1.1.0
|
||||
- --service-account
|
||||
- longhorn-service-account
|
||||
ports:
|
||||
|
|
@ -43,9 +45,6 @@ spec:
|
|||
mountPath: /host/dev/
|
||||
- name: proc
|
||||
mountPath: /host/proc/
|
||||
- name: varrun
|
||||
mountPath: /var/run/
|
||||
mountPropagation: Bidirectional
|
||||
- name: longhorn
|
||||
mountPath: /var/lib/longhorn/
|
||||
mountPropagation: Bidirectional
|
||||
|
|
@ -74,9 +73,6 @@ spec:
|
|||
- name: proc
|
||||
hostPath:
|
||||
path: /proc/
|
||||
- name: varrun
|
||||
hostPath:
|
||||
path: /var/run/
|
||||
- name: longhorn
|
||||
hostPath:
|
||||
path: /var/lib/longhorn/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue