Skip to content

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

Open
@bf1216

Description

@bf1216

$ 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"

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    kind/bugCategorizes issue or PR as related to a bug.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions