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

No support volcano 1.7 for kubeflow 1.6 #2708

Closed
631068264 opened this issue Feb 25, 2023 · 3 comments
Closed

No support volcano 1.7 for kubeflow 1.6 #2708

631068264 opened this issue Feb 25, 2023 · 3 comments
Labels
kind/bug Categorizes issue or PR as related to a bug.

Comments

@631068264
Copy link

What happened:

apiVersion: "serving.kserve.io/v1beta1"
kind: "InferenceService"
metadata:
  name: "volcano"
spec:
  predictor:
    schedulerName: volcano
    containers:
      - name: kserve-container
        image: xxx:8080/library/model/firesmoke:v1
        env:
          - name: MODEL_NAME
            value: volcano
        command:
          - python
          - -m
          - fire_smoke
        resources:
          limits:
            volcano.sh/gpu-memory: 2048

But get error

Events:
  Type     Reason         Age                    From                Message
  ----     ------         ----                   ----                -------
  Warning  InternalError  3m4s (x17 over 8m32s)  v1beta1Controllers  fails to reconcile predictor: admission webhook "validation.webhook.serving.knative.dev" denied the request: validation failed: must not set the field(s): spec.template.spec.schedulerName

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
  • Kubernetes version (use kubectl version): 1.22
  • Cloud provider or hardware configuration:
  • OS (e.g. from /etc/os-release): Ubuntu 18.04.2 LTS
  • Kernel (e.g. uname -a):
  • Install tools:
  • Others:
@631068264 631068264 added the kind/bug Categorizes issue or PR as related to a bug. label Feb 25, 2023
@william-wang
Copy link
Member

/assign @gj199575 please help to take a look.

@631068264
Copy link
Author

Maybe , knative/serving#10029 is the reason

@631068264
Copy link
Author

refer to knative/serving#13745 (comment)

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