-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Migrating from old kep to new template: sig-network #2446
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
Migrating from old kep to new template: sig-network #2446
Conversation
060d82f
to
29b1bbe
Compare
This PR is ready for review. |
@@ -0,0 +1,19 @@ | |||
title: NodeLocal DNS Cache | |||
kep-number: 2445 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This one is tricky, because technically we already have this:
https://github.com/kubernetes/enhancements/tree/master/keps/sig-network/1024-nodelocal-cache-dns
I guess this one should probably be somehow merged with that one KEP.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yeah, those 2 should merge, we don't need a whole new KEP
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@shekhar-rajak - So let's maybe leave this out of the PR and merge those in a separate PR.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/assign @thockin |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These are all implemented already (sigh)
keps/sig-network/2447-Make-kube-proxy-service-abstraction-optional/kep.yaml
Outdated
Show resolved
Hide resolved
keps/sig-network/2448-Remove-kube-proxy-automatic-clean-up-logic/kep.yaml
Outdated
Show resolved
Hide resolved
keps/sig-network/2450-Remove-knowledge-of-pod-cluster-CIDR-from-iptables-rules/kep.yaml
Outdated
Show resolved
Hide resolved
1cd8950
to
c5e8cbf
Compare
This PR is ready for review. |
Other than node-local., LGTM |
c5e8cbf
to
64f0cd8
Compare
This PR is ready now. Please have a look. |
/lgtm we need to wait for Tim`s approval |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
/lgtm
/approve
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: shekhar-rajak, 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 |
kep-number: 2449 | ||
authors: | ||
- "@njuettner" | ||
owning-sig: sig-network |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@shekhar-rajak - this failed validation because of lack of "status: implemented"
please fix
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for review I will do this
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
Migrating from old kep to new template: sig-network - updated the status Migrating from old kep to new template: sig-network - NodeLocal DNS Cache is not migrated added missing field in kep.yaml for 2449
64f0cd8
to
13a4bd1
Compare
/lgtm thanks! |
Related to: #2220
Migrating the old KEP files into new format - sig-network