You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Deleting the job manually fixes the upgrade issue.
Since the job is idempotent, it runs during the upgrade but doesn't recreate the token used by the admission controller.
Helm chart hooks look like something the admission-job would benefit from: running only once, during the pre-install phase, for example.
Environment:
Volcano Version: 1.8.2
Kubernetes version (use kubectl version): Server version 1.28.8
Install tools: Helm 3.14.4
The text was updated successfully, but these errors were encountered:
What happened
volcano-admission-init
job attempting to change immutable fieldsWhat you expected to happen
Upgrade should work
How to reproduce it (as minimally and precisely as possible):
Anything else we need to know?
Deleting the job manually fixes the upgrade issue.
Since the job is idempotent, it runs during the upgrade but doesn't recreate the token used by the admission controller.
Helm chart hooks look like something the
admission-job
would benefit from: running only once, during thepre-install
phase, for example.Environment:
kubectl version
): Server version 1.28.8The text was updated successfully, but these errors were encountered: