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

Removed support for k8s 1.13 and below and added support for 1.22 and above #89

Closed
wants to merge 1 commit into from
Closed

Conversation

rupertbenbrook
Copy link

I tried to install portainer on k8s version 1.22.5 and noticed it fail as the ingress apiVersion is now incorrect and it's been deprecated. This PR fixes this by using networking.k8s.io/v1 for v1.19 and above (where it was introduced), and networking.k8s.io/v1beta for anything below v1.19.

@samdulam
Copy link
Collaborator

@rupertbenbrook
Thank you for the PR. This is being added as part of a larger change. I'll close this in favour of #91

@samdulam samdulam closed this Jan 22, 2022
@rupertbenbrook
Copy link
Author

Thanks @samdulam, that makes sense.

@rupertbenbrook rupertbenbrook deleted the ingress-fix branch January 23, 2022 18:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants