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

Add "selector" to BinderHub Deployment object for k8s 1.16 #1012

Merged
merged 1 commit into from
Nov 28, 2019

Conversation

consideRatio
Copy link
Member

We also need to bump to a k8s 1.16 compateble z2jh helm chart release,
as the user-scheduler isn't working currently with k8s 1.16 for example.

Closes #1011

We also need to bump to a k8s 1.16 compateble z2jh helm chart release,
as the user-scheduler isn't working currently with k8s 1.16 for example.
@consideRatio consideRatio changed the title Fix some but not all k8s 1.16 compatebility issues Fix some but not all k8s 1.16 compatibility issues Nov 27, 2019
Copy link
Member

@sgibson91 sgibson91 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! Thanks for all your hard work 🎉

matchLabels:
app: binder
component: binder
release: {{ .Release.Name }}
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

note btw that I left out some labels here, it is not considered good practice selecting on some, such as heritage: tiller which is good because it is gone in helm 3 :D

@betatim betatim changed the title Fix some but not all k8s 1.16 compatibility issues Add "selector" to BinderHub Deployment object for k8s 1.16 Nov 28, 2019
@betatim betatim merged commit 9756642 into jupyterhub:master Nov 28, 2019
yuvipanda pushed a commit to jupyterhub/helm-chart that referenced this pull request Nov 28, 2019
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.

K8s 1.16 deprecates extensions/v1beta1 for apiVersion, breaking the Helm charts
3 participants