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

Test compatibility for kubernetes version > 1.25 #818

Open
kobiche opened this issue Apr 10, 2024 · 2 comments
Open

Test compatibility for kubernetes version > 1.25 #818

kobiche opened this issue Apr 10, 2024 · 2 comments
Labels
enhancement New feature or request

Comments

@kobiche
Copy link

kobiche commented Apr 10, 2024

I see that the page https://awslabs.github.io/kubeflow-manifests/docs/about/eks-compatibility/ explicitly states that EKS versions >=1.25 are compatible with kubeflow 1.7, but this EKS version will soon be obsolete (standard support on 1 May 2024). Is there any reason why it won't work with newer versions?

@kobiche kobiche added the enhancement New feature or request label Apr 10, 2024
@hasnainkothawala
Copy link

hasnainkothawala commented Apr 11, 2024

I see the following error whenever I try installing Kubeflow on EKS version > 1.25 , as mentioned EKS 1.25 is reaching end of support.

Error:

_validatingwebhookconfiguration.admissionregistration.k8s.io/validation.webhook.serving.knative.dev configured
error: resource mapping not found for name: "webhook" namespace: "knative-serving" from "STDIN": no matches for kind "HorizontalPodAutoscaler" in version "autoscaling/v2beta2"
ensure CRDs are installed first
Retrying to apply resources_

This is because :

The autoscaling/v2beta2 API version of HorizontalPodAutoscaler is no longer served as of v1.26.

Migrate manifests and API clients to use the autoscaling/v2 API version, available since v1.23.
All existing persisted objects are accessible via the new API
v1.25

Here is an open issue on stack-overflow:

@ilpianista
Copy link

My PR should solve that problem, but I don't know if this is enough to make it work on 1.26.

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

3 participants