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

Support for k8s 1.16.x #250

Closed
adinaclaudia opened this issue Jan 21, 2020 · 2 comments
Closed

Support for k8s 1.16.x #250

adinaclaudia opened this issue Jan 21, 2020 · 2 comments

Comments

@adinaclaudia
Copy link

K8s 1.16 deprecates some api versions that are still used in wicked. This makes it impossible to deploy wicked on a cluster >= 1.16

See https://kubernetes.io/blog/2019/07/18/api-deprecations-in-1-16/ for a short description.

Beside the api version update, the selector field is mandatory for deployments and has to match the template.metadata.labels: https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.16/#deploymentspec-v1-apps

@DonMartin76
Copy link
Member

Will address ASAP, thanks for pointing out!

@DonMartin76 DonMartin76 added this to the 1.0.0-rc.12 milestone Jan 21, 2020
@DonMartin76
Copy link
Member

Fixed for 1.0.0-rc.12. Sorry for the delay.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants