Compare commits

..

5 Commits
v0.2.1 ... main

Author SHA1 Message Date
Volcano Bot 04d1afc71d
Merge pull request #22 from Monokaix/dev
fix queue allocate err
2025-06-24 10:43:16 +08:00
Monokaix 6434092d7c fix queue allocate err
Signed-off-by: Monokaix <changxuzheng@huawei.com>
2025-06-19 15:43:46 +08:00
Volcano Bot 0aed15c49f
Merge pull request #21 from anryko/fix_docs_1
fix: docs example is broken
2025-06-19 15:31:09 +08:00
Andrej Svenke 3080740142 fix: docs example is broken
Signed-off-by: Andrej Svenke <anryko@nebius.com>
2025-06-11 11:24:29 +02:00
Volcano Bot f186d9c6de
Merge pull request #17 from tanberBro/main
bugfix: cache updates from events all use atomic locks and the calculation of allocated use rbi.DispatchStatus != api.Suspended.
2025-05-30 11:23:51 +08:00
2 changed files with 3 additions and 3 deletions

View File

@ -26,7 +26,7 @@ spec:
- --dispatch-period=1s
- -v=5
- 2>&1
imagePullPolicy: Never
imagePullPolicy: IfNotPresent
volumeMounts:
- name: webhook-config
mountPath: /etc/kubeconfig

View File

@ -32,7 +32,7 @@ spec:
- -v=5
- 2>&1
image: volcanosh/volcano-global-webhook-manager:latest
imagePullPolicy: Never
imagePullPolicy: IfNotPresent
volumeMounts:
- mountPath: /admission.local.config/certificates
name: admission-certs
@ -79,7 +79,7 @@ spec:
containers:
- name: main
image: volcanosh/volcano-global-webhook-manager:latest
imagePullPolicy: Never
imagePullPolicy: IfNotPresent
command: ["./gen-admission-secret.sh", "--service", "volcano-global-webhook", "--namespace",
"volcano-global", "--secret", "volcano-global-webhook-cert"]
---