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

[KEP-3962]Add feature gate for MAP #123425

Merged
merged 2 commits into from
Feb 22, 2024
Merged

Conversation

cici37
Copy link
Contributor

@cici37 cici37 commented Feb 21, 2024

What type of PR is this?

/kind feature

What this PR does / why we need it:

Which issue(s) this PR fixes:

Fixes #

Special notes for your reviewer:

Does this PR introduce a user-facing change?

Add feature gate `MutatingAdmissionPolicy` for enabling mutation policy in admission chain.

Additional documentation e.g., KEPs (Kubernetes Enhancement Proposals), usage docs, etc.:


@k8s-ci-robot k8s-ci-robot added release-note Denotes a PR that will be considered when it comes time to generate release notes. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. kind/feature Categorizes issue or PR as related to a new feature. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. do-not-merge/needs-sig Indicates an issue or PR lacks a `sig/foo` label and requires one. needs-triage Indicates an issue or PR lacks a `triage/foo` label and requires one. needs-priority Indicates a PR lacks a `priority/foo` label and requires one. labels Feb 21, 2024
@k8s-ci-robot k8s-ci-robot added area/apiserver sig/api-machinery Categorizes an issue or PR as relevant to SIG API Machinery. and removed do-not-merge/needs-sig Indicates an issue or PR lacks a `sig/foo` label and requires one. labels Feb 21, 2024
@cici37
Copy link
Contributor Author

cici37 commented Feb 21, 2024

/assign @jpbetz
Would you please take a look when have time? Thanks

@jpbetz
Copy link
Contributor

jpbetz commented Feb 21, 2024

/approve
For API Machinery

Should this be combined with the feature PR?

@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: cici37, jpbetz

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@k8s-ci-robot k8s-ci-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Feb 21, 2024
@jpbetz
Copy link
Contributor

jpbetz commented Feb 21, 2024

Leaving LGTM with @alexzielenski

@alexzielenski
Copy link
Contributor

alexzielenski commented Feb 21, 2024

I think we want to merge this with the rest of the implementation. I"ve added the commit to our WIP implementation branch #123332

@jiahuif
Copy link
Member

jiahuif commented Feb 21, 2024

/retest
/lgtm

@alexzielenski
Copy link
Contributor

/lgtm

@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Feb 21, 2024
@k8s-ci-robot
Copy link
Contributor

LGTM label has been added.

Git tree hash: c21a97060bb92620eadffc5461d93c699d2e4cb6

@cici37
Copy link
Contributor Author

cici37 commented Feb 21, 2024

@alexzielenski We could merge this PR separately. The API changes is the one need to go with implementation. :)

Copy link
Member

@jiahuif jiahuif left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like we need to add this before OpenAPIEnums to keep the feature gates sorted, according to the verify CI job.

@k8s-ci-robot k8s-ci-robot removed the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Feb 21, 2024
@jiahuif
Copy link
Member

jiahuif commented Feb 21, 2024

/lgtm
/label tide/merge-method-squash

@k8s-ci-robot k8s-ci-robot added tide/merge-method-squash Denotes a PR that should be squashed by tide when it merges. lgtm "Looks good to me", indicates that a PR is ready to be merged. labels Feb 21, 2024
@k8s-ci-robot
Copy link
Contributor

LGTM label has been added.

Git tree hash: e81eb71e38d13db450d16f890781c1e6271dcd0e

@k8s-ci-robot k8s-ci-robot merged commit 9bc5257 into kubernetes:master Feb 22, 2024
14 of 15 checks passed
@k8s-ci-robot k8s-ci-robot added this to the v1.30 milestone Feb 22, 2024
@cici37 cici37 deleted the mapFG branch February 22, 2024 02:50
@alexzielenski
Copy link
Contributor

/triage accepted

@k8s-ci-robot k8s-ci-robot added triage/accepted Indicates an issue or PR is ready to be actively worked on. and removed needs-triage Indicates an issue or PR lacks a `triage/foo` label and requires one. labels Feb 22, 2024
Jeffwan pushed a commit to Jeffwan/kubernetes that referenced this pull request Mar 5, 2024
* Add feature gate for MAP

* sort feature gates.

---------

Co-authored-by: Jiahui Feng <[email protected]>
Jeffwan pushed a commit to Jeffwan/kubernetes that referenced this pull request Mar 6, 2024
* Add feature gate for MAP

* sort feature gates.

---------

Co-authored-by: Jiahui Feng <[email protected]>
dinhxuanvu pushed a commit to dinhxuanvu/kubernetes that referenced this pull request Mar 28, 2024
* Add feature gate for MAP

* sort feature gates.

---------

Co-authored-by: Jiahui Feng <[email protected]>
ah8ad3 pushed a commit to ah8ad3/kubernetes that referenced this pull request Apr 6, 2024
* Add feature gate for MAP

* sort feature gates.

---------

Co-authored-by: Jiahui Feng <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. area/apiserver cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. kind/feature Categorizes issue or PR as related to a new feature. lgtm "Looks good to me", indicates that a PR is ready to be merged. needs-priority Indicates a PR lacks a `priority/foo` label and requires one. 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. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. tide/merge-method-squash Denotes a PR that should be squashed by tide when it merges. triage/accepted Indicates an issue or PR is ready to be actively worked on.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants