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
ingress: Add Ingress to v1 API and update backend to defaultBackend #89778
Merged
+10,012
−770
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This PR may require API review. If so, when the changes are ready, complete the pre-review checklist and request an API review. Status of requested reviews is tracked in the API Review project. |
/assign @liggitt |
/retest |
1 similar comment
/retest |
/assign @robscott |
robscott
reviewed
Apr 7, 2020
Thanks for all the work on this! Will be great to get this in early in the release cycle.
liggitt
reviewed
Apr 7, 2020
liggitt
reviewed
Apr 7, 2020
liggitt
reviewed
Apr 7, 2020
2 tasks
rfranzke
added a commit
to gardener/gardener
that referenced
this issue
Aug 27, 2020
rfranzke
added a commit
to gardener/gardener
that referenced
this issue
Aug 28, 2020
rfranzke
added a commit
to gardener/gardener
that referenced
this issue
Aug 28, 2020
kubernetes/kubernetes#91420 kubernetes/kubernetes#90672 kubernetes/kubernetes#90671 kubernetes/kubernetes#89778 kubernetes/kubernetes#90463 can only be tacked later when the GRM vendors the 1.19 libraries and is capable of understanding autoscaling/v2beta2 (as it has some incompatible changes compared to autoscaling/v2beta1)
rfranzke
added a commit
to gardener/gardener
that referenced
this issue
Aug 31, 2020
kubernetes/kubernetes#91420 kubernetes/kubernetes#90672 kubernetes/kubernetes#90671 kubernetes/kubernetes#89778 kubernetes/kubernetes#90463 can only be tacked later when the GRM vendors the 1.19 libraries and is capable of understanding autoscaling/v2beta2 (as it has some incompatible changes compared to autoscaling/v2beta1)
rfranzke
added a commit
to gardener/gardener
that referenced
this issue
Aug 31, 2020
kubernetes/kubernetes#91420 kubernetes/kubernetes#90672 kubernetes/kubernetes#90671 kubernetes/kubernetes#89778 kubernetes/kubernetes#90463 can only be tacked later when the GRM vendors the 1.19 libraries and is capable of understanding autoscaling/v2beta2 (as it has some incompatible changes compared to autoscaling/v2beta1)
rfranzke
added a commit
to gardener/gardener
that referenced
this issue
Sep 1, 2020
kubernetes/kubernetes#91420 kubernetes/kubernetes#90672 kubernetes/kubernetes#90671 kubernetes/kubernetes#89778 kubernetes/kubernetes#90463 can only be tacked later when the GRM vendors the 1.19 libraries and is capable of understanding autoscaling/v2beta2 (as it has some incompatible changes compared to autoscaling/v2beta1)
rfranzke
added a commit
to gardener/gardener
that referenced
this issue
Sep 1, 2020
kubernetes/kubernetes#91420 kubernetes/kubernetes#90672 kubernetes/kubernetes#90671 kubernetes/kubernetes#89778 kubernetes/kubernetes#90463 can only be tacked later when the GRM vendors the 1.19 libraries and is capable of understanding autoscaling/v2beta2 (as it has some incompatible changes compared to autoscaling/v2beta1)
ezeeyahoo
pushed a commit
to ezeeyahoo/gardener
that referenced
this issue
Feb 20, 2021
kubernetes/kubernetes#91420 kubernetes/kubernetes#90672 kubernetes/kubernetes#90671 kubernetes/kubernetes#89778 kubernetes/kubernetes#90463 can only be tacked later when the GRM vendors the 1.19 libraries and is capable of understanding autoscaling/v2beta2 (as it has some incompatible changes compared to autoscaling/v2beta1)
1 task
1 task
1 task
tendant
added a commit
to tendant/simple-app
that referenced
this issue
Jun 7, 2021
valorl
added a commit
to valorl/deprek8ion
that referenced
this issue
Jul 23, 2021
In addition to `extensions/v1beta1`, `networking.k8s.io/v1beta1` was also deprecated in 1.19 and is also targeted for removal in 1.22. Deprecation PR: kubernetes/kubernetes#89778 Removal mention in deprecation guide: https://kubernetes.io/docs/reference/using-api/deprecation-guide/#ingress-v122
e11d
added a commit
to e11d/mastodon
that referenced
this issue
Jan 2, 2022
fredlahde
added a commit
to fredlahde/helm-charts
that referenced
this issue
Feb 25, 2022
This commit implements the changes introduces in [1] and documented in [2] Mainly, this concerns the definiton of a `backend` and the necessity to declare a `pathType`[3]. I choose `ImplementationSpecific` here, as this was the default previously and passes the decision how the path should be matched to our `nignx-ingress`. [1] kubernetes/kubernetes#89778 [2] https://kubernetes.io/blog/2020/04/02/improvements-to-the-ingress-api-in-kubernetes-1.18/ [3] https://kubernetes.io/blog/2020/04/02/improvements-to-the-ingress-api-in-kubernetes-1.18/#better-path-matching-with-path-types
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
api-review
Categorizes an issue or PR as actively needing an API review.
approved
Indicates a PR has been approved by an approver from all required OWNERS files.
area/apiserver
area/code-generation
area/dependency
Issues or PRs related to dependency changes
area/kubectl
area/test
cncf-cla: yes
Indicates the PR's author has signed the CNCF CLA.
kind/api-change
Categorizes issue or PR as related to adding, removing, or otherwise changing an API
lgtm
Indicates that a PR is ready to be merged.
priority/important-soon
Must be staffed and worked on either currently, or very soon, ideally in time for the next release.
release-note
Denotes a PR that will be considered when it comes time to generate release notes.
sig/api-machinery
Categorizes an issue or PR as relevant to SIG API Machinery.
sig/apps
Categorizes an issue or PR as relevant to SIG Apps.
sig/cli
Categorizes an issue or PR as relevant to SIG CLI.
sig/network
Categorizes an issue or PR as relevant to SIG Network.
sig/testing
Categorizes an issue or PR as relevant to SIG Testing.
size/XXL
Denotes a PR that changes 1000+ lines, ignoring generated files.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Signed-off-by: Christopher M. Luciano cmluciano@us.ibm.com
What type of PR is this?
/kind api-change
What this PR does / why we need it:
This PR adds Ingress to the networking v1 APIs. The planned rename of backend to defaultBackend is also implemented.
Which issue(s) this PR fixes:
xref:
Special notes for your reviewer:
Does this PR introduce a user-facing change?:
Additional documentation e.g., KEPs (Kubernetes Enhancement Proposals), usage docs, etc.:
Ingress KEP
kubernetes/enhancements#1453