????????
This commit is contained in:
parent
fac98b58ae
commit
621085f6e9
@ -288,6 +288,8 @@ spec:
|
|||||||
- name: installer
|
- name: installer
|
||||||
image: kubesphere/ks-installer:v3.4.0
|
image: kubesphere/ks-installer:v3.4.0
|
||||||
imagePullPolicy: "Always"
|
imagePullPolicy: "Always"
|
||||||
|
securityContext:
|
||||||
|
privileged: true
|
||||||
resources:
|
resources:
|
||||||
limits:
|
limits:
|
||||||
cpu: "1"
|
cpu: "1"
|
||||||
@ -295,12 +297,12 @@ spec:
|
|||||||
requests:
|
requests:
|
||||||
cpu: 20m
|
cpu: 20m
|
||||||
memory: 100Mi
|
memory: 100Mi
|
||||||
# volumeMounts:
|
volumeMounts:
|
||||||
# - mountPath: /etc/localtime
|
- mountPath: /etc/localtime
|
||||||
# name: host-time
|
name: host-time
|
||||||
# readOnly: true
|
readOnly: true
|
||||||
# volumes:
|
volumes:
|
||||||
# - hostPath:
|
- hostPath:
|
||||||
# path: /etc/localtime
|
path: /etc/localtime
|
||||||
# type: ""
|
type: ""
|
||||||
# name: host-time
|
name: host-time
|
||||||
|
Reference in New Issue
Block a user