You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the Jupyter Hub Options Server does not work on Kubernetes v1.22+: #221.
A longer term solution would be to actually fix the Options Server to be compatible, but in the meantime, change the deploy_to_kind.sh script to use 1.21.10 image so that tests pass.
The text was updated successfully, but these errors were encountered:
* 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>
Currently the Jupyter Hub Options Server does not work on Kubernetes v1.22+: #221.
A longer term solution would be to actually fix the Options Server to be compatible, but in the meantime, change the
deploy_to_kind.sh
script to use 1.21.10 image so that tests pass.The text was updated successfully, but these errors were encountered: