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 support for k8s 1.17 #706

Merged
merged 10 commits into from
Dec 9, 2019
Merged

Add support for k8s 1.17 #706

merged 10 commits into from
Dec 9, 2019

Conversation

lblackstone
Copy link
Member

@lblackstone lblackstone commented Aug 13, 2019

Important note:

The discovery.v1alpha1.EndpointSlice and discovery.v1alpha1.EndpointSliceList APIs were removed in k8s 1.17, and no longer appear in the Pulumi Kubernetes SDKs. These resources can now be found at discovery.v1beta1.EndpointSlice and discovery.v1beta1.EndpointSliceList.

Fixes #705

@lblackstone lblackstone marked this pull request as ready for review December 9, 2019 21:07
@metral
Copy link
Contributor

metral commented Dec 9, 2019

Of note, v1.14 has been removed. AWS & GKE for example only support 1.14 as of today. What should we do to make sure we support them?

@lblackstone
Copy link
Member Author

Anything from 1.14 should continue working as usual, even though it's outside of the N-2 support window. We'll consider if we need to expand that support in the future to avoid breaking changes.

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.

Support k8s 1.17 on release
2 participants