We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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:
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
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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:
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
The text was updated successfully, but these errors were encountered: