-
Notifications
You must be signed in to change notification settings - Fork 37
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
Labels
Comments
t92549
added a commit
that referenced
this issue
May 31, 2022
ctas582
added a commit
that referenced
this issue
Aug 15, 2022
t92549
pushed a commit
that referenced
this issue
Aug 15, 2022
t92549
pushed a commit
that referenced
this issue
Aug 15, 2022
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
The options server creates Ingress resources using
apiVersion: extensions/v1beta1
:gaffer-docker/docker/gaffer-jhub-options-server/src/spark-config-provisioner.js
Line 146 in e26dbe7
The
extensions/v1beta1
andnetworking.k8s.io/v1beta1
API versions of Ingress are no longer served as of Kubernetes v1.22. We need to migrate to usingnetworking.k8s.io/v1
, which has been available since v1.19 (deprecation notes)The text was updated successfully, but these errors were encountered: