Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

use namespace which already exist install fail because volcano-admission-init Job can't start #3337

Open
bf1216 opened this issue Mar 4, 2024 · 2 comments
Labels
kind/bug Categorizes issue or PR as related to a bug.

Comments

@bf1216
Copy link

bf1216 commented Mar 4, 2024

$ helm install volcano volcano-1.8.2.tgz -n training
NAME: volcano
LAST DEPLOYED: Mon Mar 4 15:43:49 2024
NAMESPACE: training
STATUS: deployed
REVISION: 1
TEST SUITE: None
NOTES:
Thank you for installing volcano.

Your release is named volcano.

For more information on volcano, visit:
https://volcano.sh/

error:

NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE
service/volcano-admission-service ClusterIP 10.96.17.84 443/TCP 33s
service/volcano-scheduler-service ClusterIP 10.96.13.174 8080/TCP 33s

NAME READY UP-TO-DATE AVAILABLE AGE
deployment.apps/volcano-admission 0/1 0 0 33s
deployment.apps/volcano-controllers 0/1 0 0 33s
deployment.apps/volcano-scheduler 0/1 0 0 33s

NAME DESIRED CURRENT READY AGE
replicaset.apps/volcano-admission-86cb795c9b 1 0 0 33s
replicaset.apps/volcano-controllers-6bdb49649b 1 0 0 33s
replicaset.apps/volcano-scheduler-696c65d4b 1 0 0 33s

NAME COMPLETIONS DURATION AGE
job.batch/volcano-admission-init 0/1 33s

Events:
Type Reason Age From Message


Warning FailedCreate 82s replicaset-controller Error creating: Internal error occurred: failed calling webhook "validatepod.volcano.sh": Post "https://volcano-admission-service.training.svc:443/pods/validate?timeout=10s": no endpoints available for service "volcano-admission-service"
Warning FailedCreate 41s (x13 over 82s) replicaset-controller Error creating: Internal error occurred: failed calling webhook "mutatepod.volcano.sh": Post "https://volcano-admission-service.training.svc:443/pods/mutate?timeout=10s": no endpoints available for service "volcano-admission-service"

@bf1216 bf1216 added the kind/bug Categorizes issue or PR as related to a bug. label Mar 4, 2024
@bf1216

This comment was marked as resolved.

@Monokaix
Copy link
Member

Monokaix commented Mar 7, 2024

Hi, please check why volcano-admission-init failed to start.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Categorizes issue or PR as related to a bug.
Projects
None yet
Development

No branches or pull requests

2 participants