Promote admission webhook API to v1#79549
Merged
k8s-ci-robot merged 11 commits intokubernetes:masterfrom Jul 12, 2019
Merged
Conversation
eb1d207 to
a8aeb29
Compare
38632e9 to
875eac0
Compare
Member
Author
|
/retest |
1 similar comment
Member
Author
|
/retest |
875eac0 to
ddad5bd
Compare
Member
Author
|
/priority important-soon |
8500cb2 to
b15aed6
Compare
Member
Author
|
/retest |
Contributor
|
lgtm /assign @smarterclayton for final lgtm |
Contributor
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: liggitt, sttts The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Contributor
|
/lgtm |
This was referenced Aug 2, 2019
Member
|
/area admission-control |
This was referenced Sep 30, 2020
Ark-kun
added a commit
to Ark-kun/pipelines
that referenced
this pull request
Oct 17, 2020
The sideEffects field field became required in v1 version of the resource kubernetes/kubernetes#79549 Also adding failurePolicy: Ignore, because the default value has changed to Fail in v1.16. These changes are not needed for v1beta1, but I still add them for those cases as well for consistency.
k8s-ci-robot
pushed a commit
to kubeflow/pipelines
that referenced
this pull request
Oct 20, 2020
…ixes #4627 (#4632) * Backend - Caching - Fixed deployer failure on Kubernetes v1.16+ The sideEffects field field became required in v1 version of the resource kubernetes/kubernetes#79549 Also adding failurePolicy: Ignore, because the default value has changed to Fail in v1.16. These changes are not needed for v1beta1, but I still add them for those cases as well for consistency. * The admissionReviewVersions field became required in the v1 API in v1.16 See https://kubernetes.io/docs/reference/access-authn-authz/extensible-admission-controllers/#request
Bobgy
pushed a commit
to Bobgy/pipelines
that referenced
this pull request
Oct 22, 2020
…ixes kubeflow#4627 (kubeflow#4632) * Backend - Caching - Fixed deployer failure on Kubernetes v1.16+ The sideEffects field field became required in v1 version of the resource kubernetes/kubernetes#79549 Also adding failurePolicy: Ignore, because the default value has changed to Fail in v1.16. These changes are not needed for v1beta1, but I still add them for those cases as well for consistency. * The admissionReviewVersions field became required in the v1 API in v1.16 See https://kubernetes.io/docs/reference/access-authn-authz/extensible-admission-controllers/#request
Bobgy
pushed a commit
to Bobgy/pipelines
that referenced
this pull request
Oct 22, 2020
…ixes kubeflow#4627 (kubeflow#4632) * Backend - Caching - Fixed deployer failure on Kubernetes v1.16+ The sideEffects field field became required in v1 version of the resource kubernetes/kubernetes#79549 Also adding failurePolicy: Ignore, because the default value has changed to Fail in v1.16. These changes are not needed for v1beta1, but I still add them for those cases as well for consistency. * The admissionReviewVersions field became required in the v1 API in v1.16 See https://kubernetes.io/docs/reference/access-authn-authz/extensible-admission-controllers/#request
Bobgy
pushed a commit
to kubeflow/pipelines
that referenced
this pull request
Oct 22, 2020
…ixes #4627 (#4632) * Backend - Caching - Fixed deployer failure on Kubernetes v1.16+ The sideEffects field field became required in v1 version of the resource kubernetes/kubernetes#79549 Also adding failurePolicy: Ignore, because the default value has changed to Fail in v1.16. These changes are not needed for v1beta1, but I still add them for those cases as well for consistency. * The admissionReviewVersions field became required in the v1 API in v1.16 See https://kubernetes.io/docs/reference/access-authn-authz/extensible-admission-controllers/#request
Jeffwan
pushed a commit
to Jeffwan/pipelines
that referenced
this pull request
Dec 9, 2020
…ixes kubeflow#4627 (kubeflow#4632) * Backend - Caching - Fixed deployer failure on Kubernetes v1.16+ The sideEffects field field became required in v1 version of the resource kubernetes/kubernetes#79549 Also adding failurePolicy: Ignore, because the default value has changed to Fail in v1.16. These changes are not needed for v1beta1, but I still add them for those cases as well for consistency. * The admissionReviewVersions field became required in the v1 API in v1.16 See https://kubernetes.io/docs/reference/access-authn-authz/extensible-admission-controllers/#request
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.Suggestion cannot be applied right now. Please check back later.
What type of PR is this?
/kind api-change
/kind feature
What this PR does / why we need it:
failurePolicydefault changed fromIgnoretoFailfor v1matchPolicydefault changed fromExacttoEquivalentfor v1timeoutdefault changed from30sto10sfor v1sideEffectsdefault value is removed and the field made required for v1admissionReviewVersionsdefault value is removed and the field made required for v1Fixes #78510
Special notes for your reviewer:
Does this PR introduce a user-facing change?:
/sig api-machinery
/cc @sttts @jpbetz @roycaihw