Compare commits

..

3 Commits
main ... v0.2.1

Author SHA1 Message Date
Volcano Bot 4b984c4a76
Merge pull request #23 from Monokaix/release-0.2
fix queue allocate err
2025-06-24 10:43:18 +08:00
Monokaix cf4c03361b fix queue allocate err
Signed-off-by: Monokaix <changxuzheng@huawei.com>
2025-06-23 09:17:24 +08:00
Volcano Bot c96f3a783d
Merge pull request #18 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:35: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: IfNotPresent
imagePullPolicy: Never
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: IfNotPresent
imagePullPolicy: Never
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: IfNotPresent
imagePullPolicy: Never
command: ["./gen-admission-secret.sh", "--service", "volcano-global-webhook", "--namespace",
"volcano-global", "--secret", "volcano-global-webhook-cert"]
---