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

Support Kubeflow installation on Kubernetes 1.26 #117

Open
Yajing-Z opened this issue Sep 20, 2023 · 0 comments
Open

Support Kubeflow installation on Kubernetes 1.26 #117

Yajing-Z opened this issue Sep 20, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@Yajing-Z
Copy link
Contributor

Yajing-Z commented Sep 20, 2023

Is your feature request related to a problem? Please describe.

You may meet problems like:

kctrl: Error: packageinstall/kubeflow (packaging.carvel.dev/v1alpha1) namespace: carvel-kubeflow:
Reconciling: kapp:
Error:
Expected to find kind 'autoscaling/v2beta2/HorizontalPodAutoscaler', but did not:

  • Kubernetes API server did not have matching apiVersion + kind
  • No matching CRD was found in given configuration. Reconcile failed: Error (see .status.usefulErrorMessage for details)

Describe the solution you'd like

Install Kubeflow on Kubernetes 1.26

For some resources, there is no autoscaling/v2beta2 version on Kubernetes 1.26. As blow. But now Kubeflow 1.6.1 needs autoscaling/v2beta2 version.

vSphere with Tanzu, Kubernetes 1.25:
$ kubectl api-versions | grep auto
autoscaling.internal.knative.dev/v1alpha1
autoscaling/v1
autoscaling/v2
autoscaling/v2beta1
autoscaling/v2beta2

OpenShift 4.13.11 , Kubernetes 1.26:
$ kubectl api-versions | grep auto
autoscaling.openshift.io/v1
autoscaling.openshift.io/v1beta1
autoscaling/v1
autoscaling/v2

Describe alternatives you've considered

No response

Additional context

No response

@Yajing-Z Yajing-Z added the enhancement New feature or request label Sep 20, 2023
@Yajing-Z Yajing-Z changed the title Can't install Kubeflow on Kubernetes 1.26 Support Kubeflow installation on Kubernetes 1.26 Sep 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant