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

Use apps/v1 for Deployment for all K8s versions #2238

Merged
merged 2 commits into from May 26, 2020

Conversation

cPu1
Copy link
Collaborator

@cPu1 cPu1 commented May 26, 2020

Description

The fargate/coredns package had been using extensions/v1beta1 for Deployment but Deployment has been served from apps/v1 since Kubernetes 1.9.

This change updates fargate/coredns to use apps/v1 for all Kubernetes versions

Checklist

  • Added tests that cover your change (if possible)
  • Added/modified documentation as required (such as the README.md, or the userdocs directory)
  • Manually tested
  • Added labels for change area (e.g. area/nodegroup), target version (e.g. version/0.12.0) and kind (e.g. kind/improvement)
  • Make sure the title of the PR is a good description that can go into the release notes

cPu1 added 2 commits May 26, 2020 19:19
The fargate/coredns package had been using extensions/v1beta1 for Deployment but Deployment has been served from apps/v1 since Kubernetes 1.9.

This change updates fargate/coredns to use apps/v1 for all Kubernetes versions
@cPu1 cPu1 merged commit ef138ad into eksctl-io:master May 26, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants