Update install.yaml
Longhorn 3772 Signed-off-by: Derek Su <derek.su@suse.com>
This commit is contained in:
parent
931a692eb9
commit
dba0d38ff1
@ -1291,7 +1291,10 @@ spec:
|
|||||||
description: EngineImageSpec defines the desired state of the Longhorn engine image
|
description: EngineImageSpec defines the desired state of the Longhorn engine image
|
||||||
properties:
|
properties:
|
||||||
image:
|
image:
|
||||||
|
minLength: 1
|
||||||
type: string
|
type: string
|
||||||
|
required:
|
||||||
|
- image
|
||||||
type: object
|
type: object
|
||||||
status:
|
status:
|
||||||
description: EngineImageStatus defines the observed state of the Longhorn engine image
|
description: EngineImageStatus defines the observed state of the Longhorn engine image
|
||||||
@ -3466,6 +3469,8 @@ spec:
|
|||||||
- name: longhorn-conversion-webhook
|
- name: longhorn-conversion-webhook
|
||||||
image: longhornio/longhorn-manager:master-head
|
image: longhornio/longhorn-manager:master-head
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
|
securityContext:
|
||||||
|
runAsUser: 2000
|
||||||
command:
|
command:
|
||||||
- longhorn-manager
|
- longhorn-manager
|
||||||
- conversion-webhook
|
- conversion-webhook
|
||||||
@ -3524,10 +3529,15 @@ spec:
|
|||||||
- name: wait-longhorn-conversion-webhook
|
- name: wait-longhorn-conversion-webhook
|
||||||
image: longhornio/longhorn-manager:master-head
|
image: longhornio/longhorn-manager:master-head
|
||||||
command: ['sh', '-c', 'while [ $(curl -m 1 -s -o /dev/null -w "%{http_code}" -k https://longhorn-conversion-webhook:9443/v1/healthz) != "200" ]; do echo waiting; sleep 2; done']
|
command: ['sh', '-c', 'while [ $(curl -m 1 -s -o /dev/null -w "%{http_code}" -k https://longhorn-conversion-webhook:9443/v1/healthz) != "200" ]; do echo waiting; sleep 2; done']
|
||||||
|
imagePullPolicy: IfNotPresent
|
||||||
|
securityContext:
|
||||||
|
runAsUser: 2000
|
||||||
containers:
|
containers:
|
||||||
- name: longhorn-admission-webhook
|
- name: longhorn-admission-webhook
|
||||||
image: longhornio/longhorn-manager:master-head
|
image: longhornio/longhorn-manager:master-head
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
|
securityContext:
|
||||||
|
runAsUser: 2000
|
||||||
command:
|
command:
|
||||||
- longhorn-manager
|
- longhorn-manager
|
||||||
- admission-webhook
|
- admission-webhook
|
||||||
@ -3544,4 +3554,8 @@ spec:
|
|||||||
valueFrom:
|
valueFrom:
|
||||||
fieldRef:
|
fieldRef:
|
||||||
fieldPath: metadata.namespace
|
fieldPath: metadata.namespace
|
||||||
|
- name: NODE_NAME
|
||||||
|
valueFrom:
|
||||||
|
fieldRef:
|
||||||
|
fieldPath: spec.nodeName
|
||||||
serviceAccountName: longhorn-service-account
|
serviceAccountName: longhorn-service-account
|
||||||
|
Loading…
Reference in New Issue
Block a user