Update longhorn-manager and UI
Match longhorn-manager: 7db0d8bd7a69bdfc0bf1a299f3929448aff977d3 Mostly bug fixes and clean up.
This commit is contained in:
parent
12c26136ef
commit
a91da5cbe7
@ -155,7 +155,7 @@ spec:
|
|||||||
mountPath: /data/
|
mountPath: /data/
|
||||||
containers:
|
containers:
|
||||||
- name: longhorn-manager
|
- name: longhorn-manager
|
||||||
image: rancher/longhorn-manager:aa8b454
|
image: rancher/longhorn-manager:2b34b4e
|
||||||
imagePullPolicy: Always
|
imagePullPolicy: Always
|
||||||
securityContext:
|
securityContext:
|
||||||
privileged: true
|
privileged: true
|
||||||
@ -166,7 +166,7 @@ spec:
|
|||||||
- --engine-image
|
- --engine-image
|
||||||
- rancher/longhorn-engine:de88734
|
- rancher/longhorn-engine:de88734
|
||||||
- --manager-image
|
- --manager-image
|
||||||
- rancher/longhorn-manager:aa8b454
|
- rancher/longhorn-manager:2b34b4e
|
||||||
- --service-account
|
- --service-account
|
||||||
- longhorn-service-account
|
- longhorn-service-account
|
||||||
ports:
|
ports:
|
||||||
@ -245,7 +245,7 @@ spec:
|
|||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: longhorn-ui
|
- name: longhorn-ui
|
||||||
image: rancher/longhorn-ui:9f5874c
|
image: rancher/longhorn-ui:4611040
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 8000
|
- containerPort: 8000
|
||||||
name: longhorn-ui
|
name: longhorn-ui
|
||||||
@ -283,14 +283,14 @@ spec:
|
|||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: longhorn-flexvolume-driver-deployer
|
- name: longhorn-flexvolume-driver-deployer
|
||||||
image: rancher/longhorn-manager:aa8b454
|
image: rancher/longhorn-manager:2b34b4e
|
||||||
imagePullPolicy: Always
|
imagePullPolicy: Always
|
||||||
command:
|
command:
|
||||||
- longhorn-manager
|
- longhorn-manager
|
||||||
- -d
|
- -d
|
||||||
- deploy-flexvolume-driver
|
- deploy-flexvolume-driver
|
||||||
- --manager-image
|
- --manager-image
|
||||||
- rancher/longhorn-manager:aa8b454
|
- rancher/longhorn-manager:2b34b4e
|
||||||
env:
|
env:
|
||||||
- name: POD_NAMESPACE
|
- name: POD_NAMESPACE
|
||||||
valueFrom:
|
valueFrom:
|
||||||
|
@ -6,7 +6,7 @@ metadata:
|
|||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: volume-test
|
- name: volume-test
|
||||||
image: nginx
|
image: nginx:stable-alpine
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: voll
|
- name: voll
|
||||||
@ -19,7 +19,7 @@ spec:
|
|||||||
driver: "rancher.io/longhorn"
|
driver: "rancher.io/longhorn"
|
||||||
fsType: "ext4"
|
fsType: "ext4"
|
||||||
options:
|
options:
|
||||||
size: "2G"
|
size: "2Gi"
|
||||||
numberOfReplicas: "2"
|
numberOfReplicas: "3"
|
||||||
staleReplicaTimeout: "20"
|
staleReplicaTimeout: "20"
|
||||||
fromBackup: ""
|
fromBackup: ""
|
||||||
|
@ -12,8 +12,8 @@ spec:
|
|||||||
driver: "rancher.io/longhorn"
|
driver: "rancher.io/longhorn"
|
||||||
fsType: "ext4"
|
fsType: "ext4"
|
||||||
options:
|
options:
|
||||||
size: "2G"
|
size: "2Gi"
|
||||||
numberOfReplicas: "2"
|
numberOfReplicas: "3"
|
||||||
staleReplicaTimeout: "20"
|
staleReplicaTimeout: "20"
|
||||||
fromBackup: ""
|
fromBackup: ""
|
||||||
---
|
---
|
||||||
@ -37,7 +37,7 @@ metadata:
|
|||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: volume-test
|
- name: volume-test
|
||||||
image: nginx
|
image: nginx:stable-alpine
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: volv
|
- name: volv
|
||||||
|
@ -18,7 +18,7 @@ metadata:
|
|||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: volume-test
|
- name: volume-test
|
||||||
image: nginx
|
image: nginx:stable-alpine
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: volv
|
- name: volv
|
||||||
|
Loading…
Reference in New Issue
Block a user