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

Jupyter Hub Options Server does not work on Kubernetes v1.22+ #221

Closed
ctas582 opened this issue Apr 21, 2022 · 0 comments · Fixed by #247
Closed

Jupyter Hub Options Server does not work on Kubernetes v1.22+ #221

ctas582 opened this issue Apr 21, 2022 · 0 comments · Fixed by #247
Labels
bug Confirmed or suspected bug Kubernetes Issue related to the Kubernetes side of the project

Comments

@ctas582
Copy link
Member

ctas582 commented Apr 21, 2022

The options server creates Ingress resources using apiVersion: extensions/v1beta1:

The extensions/v1beta1 and networking.k8s.io/v1beta1 API versions of Ingress are no longer served as of Kubernetes v1.22. We need to migrate to using networking.k8s.io/v1, which has been available since v1.19 (deprecation notes)

@ctas582 ctas582 added bug Confirmed or suspected bug Kubernetes Issue related to the Kubernetes side of the project labels Apr 21, 2022
ctas582 added a commit that referenced this issue Aug 15, 2022
t92549 pushed a commit that referenced this issue Aug 15, 2022
…eta1/Ingress (#247)

* gh-221 Support networking.k8s.io/v1/Ingress and networking.k8s.io/v1beta1/Ingress

* gh-221 Add tests
t92549 pushed a commit that referenced this issue Aug 15, 2022
…eta1/Ingress (#247)

* gh-221 Support networking.k8s.io/v1/Ingress and networking.k8s.io/v1beta1/Ingress

* gh-221 Add tests
t92549 added a commit that referenced this issue Aug 16, 2022
* gh-221 Support networking.k8s.io/v1/Ingress and networking.k8s.io/v1beta1/Ingress (#247)

* gh-221 Support networking.k8s.io/v1/Ingress and networking.k8s.io/v1beta1/Ingress

* gh-221 Add tests

* Updated copyright

* Added more copyright headers

* Fix whitespace trimming

Co-authored-by: ctas582 <ctas582@users.noreply.github.com>
t92549 added a commit that referenced this issue May 16, 2023
* gh-216: Ensure that uploading release artifacts waits for develop to be updated (#217)

* gh-222: Change kind usages to use kubernetes 1.21 (#223)

* gh-225: Fix release action not seeing branch (#226)

* gh-98 Stop git from auto converting line endings on clone (#242)

* gh-221 Support networking.k8s.io/v1/Ingress and networking.k8s.io/v1beta1/Ingress (#247)

* gh-221 Support networking.k8s.io/v1/Ingress and networking.k8s.io/v1beta1/Ingress

* gh-221 Add tests

* Set kubernetes version to 1.24.4 in kind CI (#254)

* Gh 262 refactor integration tests (#263)

* Updated teams notification

* Consolidate develop release workflow with v2-alpha (#288)

* Update Gaffer version to 1.23.0 (#293)

* prepare release v1.1.0

* prepare release v1.1.1

* Change base image to Ubuntu focal (#295)

* Gh 302: Cherry-pick CI (#299)

---------

Co-authored-by: ctas582 <ctas582@users.noreply.github.com>
Co-authored-by: Gaffer <github-actions@github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Confirmed or suspected bug Kubernetes Issue related to the Kubernetes side of the project
Projects
None yet
1 participant