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.
1 parent 4c12e2a commit 2b7c5f5Copy full SHA for 2b7c5f5
src/xpk/core/kueue.py
@@ -252,6 +252,8 @@
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