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

install fail and volcano-admission-init Job can't start #2699

Closed
631068264 opened this issue Feb 23, 2023 · 2 comments · Fixed by #2709
Closed

install fail and volcano-admission-init Job can't start #2699

631068264 opened this issue Feb 23, 2023 · 2 comments · Fixed by #2709
Assignees
Labels
kind/bug Categorizes issue or PR as related to a bug.

Comments

@631068264
Copy link

631068264 commented Feb 23, 2023

What happened:

helm install volcano volcano-1.7.0-beta.0.tgz -n volcano --create-namespace 
kubectl get all -n volcano
NAME                                TYPE        CLUSTER-IP      EXTERNAL-IP   PORT(S)    AGE
service/volcano-admission-service   ClusterIP   10.43.189.200   <none>        443/TCP    2m6s
service/volcano-scheduler-service   ClusterIP   10.43.118.202   <none>        8080/TCP   2m6s

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

NAME                                             DESIRED   CURRENT   READY   AGE
replicaset.apps/volcano-admission-54d5989bb5     1         0         0       2m6s
replicaset.apps/volcano-controllers-57ff8bdf9b   1         0         0       2m6s
replicaset.apps/volcano-scheduler-565bd5564b     1         0         0       2m6s

NAME                               COMPLETIONS   DURATION   AGE
job.batch/volcano-admission-init   0/1                      2m6s

image

https://volcano-admission-service.svc:443/pods/mutate timeout

What you expected to happen:

How to reproduce it (as minimally and precisely as possible):

Anything else we need to know?:

Environment:

  • Volcano Version: 1.7.0
  • Kubernetes version (use kubectl version):
Client Version: version.Info{Major:"1", Minor:"23", GitVersion:"v1.23.16", GitCommit:"60e5135f758b6e43d0523b3277e8d34b4ab3801f", GitTreeState:"clean", BuildDate:"2023-01-18T16:01:10Z", GoVersion:"go1.19.5", Compiler:"gc", Platform:"linux/amd64"}
Server Version: version.Info{Major:"1", Minor:"22", GitVersion:"v1.22.9", GitCommit:"6df4433e288edc9c40c2e344eb336f63fad45cd2", GitTreeState:"clean", BuildDate:"2022-04-13T19:52:02Z", GoVersion:"go1.16.15", Compiler:"gc", Platform:"linux/amd64"}
  • Cloud provider or hardware configuration:
  • OS (e.g. from /etc/os-release): Ubuntu 18.04.2 LTS
  • Kernel (e.g. uname -a): Linux d-ecs-38357230 4.15.0-128-generic
  • Install tools: helm
  • Others:
@631068264 631068264 added the kind/bug Categorizes issue or PR as related to a bug. label Feb 23, 2023
@631068264 631068264 changed the title Can't not install volcano-admission-init Job can't start install fail and volcano-admission-init Job can't start Feb 23, 2023
@631068264
Copy link
Author

631068264 commented Feb 23, 2023

volcano must install in volcano-system because MutatingWebhookConfiguration/volcano-admission-service-pods-mutate

   namespaceSelector:
      matchExpressions:
        - key: kubernetes.io/metadata.name
          operator: NotIn
          values:
            - volcano-system
            - kube-system

Please emphasize it in install doc or fix it

@hwdef
Copy link
Member

hwdef commented Feb 27, 2023

/assign

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

Successfully merging a pull request may close this issue.

2 participants