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-3705: simplify initial alpha, discuss possible changes to plan #3898

Merged
merged 1 commit into from
Apr 14, 2023

Conversation

danwinship
Copy link
Contributor

@danwinship danwinship commented Mar 3, 2023

While starting to implement the new dual-stack cloud --node-ip behavior, I realized that the constraint of preserving backward-compatible behavior for all existing --node-ip values means that you can't express certain things in some clusters, depending on the set of NodeAddresses provided by the cloud. (See the commit for an example.)

There are various things we could do about this, but it's too late to debate them in the 1.27 cycle. However, we know that we want to support explicit-dual-stack IPs on clouds; we know how we want to support it (using the same syntax we use for bare metal); and we know there are already people waiting for this functionality who would be sad if it missed 1.27.

So this PR updates the KEP to indicate that we're doing just that (explicit dual-stack --node-ip on external clouds, without the originally-proposed new IPv4 and IPv6 literals) for 1.27, and that we'll update the KEP again in the 1.28 cycle after reconsidering the plan.

(Where "update the KEP again" could mean saying "ok, never mind, we'll just continue with what we originally planned", but I think I'm going to suggest reducing this KEP to just the explicit-dual-stack-IPs part, and then file a new KEP proposing we deprecate --node-ip in favor of --node-ips with better semantics, and tie the annotation renaming to that as well.)

/sig network
/cc @thockin @aojea @mdbooth @JoelSpeed

@k8s-ci-robot k8s-ci-robot added sig/network Categorizes an issue or PR as relevant to SIG Network. 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 size/M Denotes a PR that changes 30-99 lines, ignoring generated files. labels Mar 3, 2023
@danwinship danwinship force-pushed the cloud-node-ips-alpha1 branch from 09ee5bb to 0a7c39c Compare March 3, 2023 18:15
@danwinship danwinship force-pushed the cloud-node-ips-alpha1 branch from 0a7c39c to dd4fcdf Compare March 21, 2023 17:18
@danwinship
Copy link
Contributor Author

/assign @thockin

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.

I'm glad you're able to keep this area in your brain, because...whew! Quite a tangle.

/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 Apr 14, 2023
@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

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

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 Apr 14, 2023
@k8s-ci-robot k8s-ci-robot merged commit 7f4ad2f into kubernetes:master Apr 14, 2023
@k8s-ci-robot k8s-ci-robot added this to the v1.28 milestone Apr 14, 2023
@danwinship danwinship deleted the cloud-node-ips-alpha1 branch April 16, 2023 08:39
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.

3 participants