This commit is contained in:
parent
3d54f0c30d
commit
8cc1e01af4
7 changed files with 70 additions and 7 deletions
|
|
@ -16,7 +16,7 @@ spec:
|
|||
spec:
|
||||
containers:
|
||||
- name: longhorn-manager
|
||||
image: longhornio/longhorn-manager:v1.0.1
|
||||
image: longhornio/longhorn-manager:v1.0.2
|
||||
imagePullPolicy: IfNotPresent
|
||||
securityContext:
|
||||
privileged: true
|
||||
|
|
@ -25,11 +25,11 @@ spec:
|
|||
- -d
|
||||
- daemon
|
||||
- --engine-image
|
||||
- longhornio/longhorn-engine:v1.0.1
|
||||
- longhornio/longhorn-engine:v1.0.2
|
||||
- --instance-manager-image
|
||||
- longhornio/longhorn-instance-manager:v1_20200514
|
||||
- --manager-image
|
||||
- longhornio/longhorn-manager:v1.0.1
|
||||
- longhornio/longhorn-manager:v1.0.2
|
||||
- --service-account
|
||||
- longhorn-service-account
|
||||
ports:
|
||||
|
|
@ -45,6 +45,7 @@ spec:
|
|||
mountPath: /host/proc/
|
||||
- name: varrun
|
||||
mountPath: /var/run/
|
||||
mountPropagation: Bidirectional
|
||||
- name: longhorn
|
||||
mountPath: /var/lib/longhorn/
|
||||
mountPropagation: Bidirectional
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue