We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8259007 + c0fb3f6 commit a9e1873Copy full SHA for a9e1873
src/xpk/core/kueue.py
@@ -244,14 +244,16 @@
244
periodSeconds: 10
245
resources:
246
limits:
247
- cpu: 500m
+ cpu: 750m
248
memory: {memory_limit_size}
249
requests:
250
251
memory: 512Mi
252
securityContext:
253
allowPrivilegeEscalation: false
254
volumeMounts:
255
+ - mountPath: /visibility
256
+ name: visibility
257
- mountPath: /tmp/k8s-webhook-server/serving-certs
258
name: cert
259
readOnly: true
@@ -263,6 +265,8 @@
263
265
serviceAccountName: kueue-controller-manager
264
266
terminationGracePeriodSeconds: 10
267
volumes:
268
+ - name: visibility
269
+ emptyDir: {{}}
270
- name: cert
271
secret:
272
defaultMode: 420
0 commit comments