Skip to content

KEP-4004: change from provisional to implementable #4199

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

Merged
merged 1 commit into from
Sep 27, 2023

Conversation

danwinship
Copy link
Contributor

@danwinship danwinship commented Sep 11, 2023

  • One-line PR description: KEP-4004 (deprecating node.status.kubeProxyVersion) got merged as "provisional" rather than "implementable". This just fixes that. (Meaning it needs PRR approval now.)
  • Other comments:

/assign @wojtek-t

@k8s-ci-robot k8s-ci-robot added cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. kind/kep Categorizes KEP tracking issues and PRs modifying the KEP directory labels Sep 11, 2023
@k8s-ci-robot k8s-ci-robot added sig/network Categorizes an issue or PR as relevant to SIG Network. size/S Denotes a PR that changes 10-29 lines, ignoring generated files. labels Sep 11, 2023
@danwinship
Copy link
Contributor Author

cc @HirazawaUi

@HirazawaUi
Copy link
Contributor

Thanks!

@wojtek-t
Copy link
Member

Queued - will take a look later this week.

# of http://git.k8s.io/enhancements/OWNERS_ALIASES
kep-number: 4004
alpha:
approver: "@wojtek-t"
Copy link
Member

Choose a reason for hiding this comment

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

Few comments:

  1. High-level question: for an existing node with the field set, after enabling feature-gate will kubelet set the field to empty?
    Can you add an answer to this question explicitly to the KEP (in proposal section I guess)?

  2. Testing strategy:

  1. Feature gates:
  • just double checking - won't kube-apiserver also depend on the FG? [I think it shouldn't and if someone sets the field it should accept it, but wanted to double check]
  1. feature enablement/disablement tests

I only partially agree with the answer - I have two concerns:

  • depending on the answer to my (0) question - we may want to actually verify if kubelet zero's the field
  • independently of everything, I would like to see some test that ensures that after disablement of the FG (given the reason of that will most probably be "oops, something still depends on it"), ensure that this will actually be set

[I will have some additional comments for Beta, but I want to unblock Alpha first :) ]

Copy link
Contributor Author

Choose a reason for hiding this comment

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

* just double checking - won't kube-apiserver also depend on the FG? [I think it shouldn't and if someone sets the field it should accept it, but wanted to double check]

We weren't planning to actually block access to the field. Just to have kubelet stop setting it. So no apiserver involvement.

Copy link
Contributor

Choose a reason for hiding this comment

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

  1. for an existing node with the field set, after enabling feature-gate will kubelet set the field to empty

I think with feature-gate enabled, the kubelet sets the fields to empty.

@danwinship danwinship force-pushed the kep-4004-implementable branch from fad8ca3 to 8214c39 Compare September 19, 2023 01:04
@k8s-ci-robot k8s-ci-robot added size/M Denotes a PR that changes 30-99 lines, ignoring generated files. and removed size/S Denotes a PR that changes 10-29 lines, ignoring generated files. labels Sep 19, 2023
@danwinship
Copy link
Contributor Author

updated

@wojtek-t
Copy link
Member

/approve PRR

/assign @thockin

@aojea
Copy link
Member

aojea commented Sep 19, 2023

/lgtm
/approve

@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Sep 19, 2023
Copy link
Member

@thockin thockin left a comment

Choose a reason for hiding this comment

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

Thanks!

/lgtm
/approve

@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: aojea, danwinship, thockin, wojtek-t

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 Sep 27, 2023
@k8s-ci-robot k8s-ci-robot merged commit f5fef77 into kubernetes:master Sep 27, 2023
@k8s-ci-robot k8s-ci-robot added this to the v1.29 milestone Sep 27, 2023
@danwinship danwinship deleted the kep-4004-implementable branch September 27, 2023 13:01
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. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. kind/kep Categorizes KEP tracking issues and PRs modifying the KEP directory lgtm "Looks good to me", indicates that a PR is ready to be merged. sig/network Categorizes an issue or PR as relevant to SIG Network. size/M Denotes a PR that changes 30-99 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants