-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Bring Network Policy to GA #185
Comments
The PR(s) missed the window. I am not sure if we should apply for an
exception, but it was largely my fault (review bandwidth)
…On Tue, Feb 28, 2017 at 4:56 AM, Ihor Dvoretskyi ***@***.***> wrote:
@mdelio <https://github.com/mdelio> @thockin <https://github.com/thockin>
are there any updates on the feature status?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#185 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AFVgVOqa3ju8h6PS2sfSbQgoa7wdq9HVks5rhBmFgaJpZM4LwUfE>
.
|
Ohh I know this is inappropriate for GitHub but I was super excited about this feature! |
The feature still works, it's just beta. And in fact, there's a facet of
the API (named ports) that apparently almost nobody implements, so leaving
it beta isn't unwarranted.
…On Wed, Mar 1, 2017 at 12:30 AM, Andrew Howden ***@***.***> wrote:
Ohh I know this is inappropriate for GitHub but I was super excited about
this feature!
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#185 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AFVgVIlWaV_qUc3dEtLhvHyVlAleQ2sFks5rhSysgaJpZM4LwUfE>
.
|
@thockin thank you for clarifying. |
Thanks for the clarification @thockin. I'm guessing this will make it to GKE once it reaches GA in open source kubernetes? |
can someone from @kubernetes/sig-network-feature-requests update the issue description to the new template. Thanks! |
@calebamiles happy to update the description to the new template, but I don't seem to have the right GitHub permissions to do so. |
@caseydavenport invited to the features maintainers. Please, update the description. |
/assign @danwinship |
Current status:
|
But also, we have to figure out if we want to get kubernetes/kubernetes#47123 (ability to update NetworkPolicy.spec) in |
Oh, what do we do about the old design proposal (which now documents incorrect semantics)? Delete it? Update it to reflect reality? Add a prominent comment noting that it is out of date? |
@danwinship I'd update it with a history section linking to relevant historic versions of it |
All three of those are now complete
It looks like people are OK with that sliding to 1.8. |
I think this can be closed? |
@idvoretskyi Anything left for us to do here? |
@cmluciano please keep it open until the release will be shipped - it may happen that the discussion has to continue. |
@idvoretskyi This feature is complete for 1.8. Is there anymore to do with this issue or do we just close it? |
I think we can close this |
Feature Description
# Description Network Policy is a specification of how selections of pods are allowed to communicate with each other and other network endpoints.- Alpha
- Write and maintain draft quality doc
- During development keep a doc up-to-date about the desired experience of the feature and how someone can try the feature in its current state. Think of it as the README of your new feature and a skeleton for the docs to be written before the Kubernetes release. Paste link to Google Doc: DOC-LINK
- Design Approval
- Design Proposal. This goes under design-proposals. Doing a proposal as a PR allows line-by-line commenting from community, and creates the basis for later design documentation. Paste link to merged design proposal here: PROPOSAL-NUMBER
- Decide which repo this feature's code will be checked into. Not everything needs to land in the core kubernetes repo. REPO-NAME
- Initial API review (if API). Maybe same PR as design doc. PR-NUMBER
- Any code that changes an API (
- cc
- Identify shepherd (your SIG lead and/or kubernetes-pm@googlegroups.com will be able to help you). My Shepherd is: replace.me@replaceme.com (and/or GH Handle)
- A shepherd is an individual who will help acquaint you with the process of getting your feature into the repo, identify reviewers and provide feedback on the feature. They are not (necessarily) the code reviewer of the feature, or tech lead for the area.
- The shepherd is not responsible for showing up to Kubernetes-PM meetings and/or communicating if the feature is on-track to make the release goals. That is still your responsibility.
- Identify secondary/backup contact point. My Secondary Contact Point is: replace.me@replaceme.com (and/or GH Handle)
- Write (code + tests + docs) then get them merged. ALL-PR-NUMBERS
- Code needs to be disabled by default. Verified by code OWNERS
- Minimal testing
- Minimal docs
- cc
- cc
- New apis: Glossary Section Item in the docs repo: kubernetes/kubernetes.github.io
- Update release notes
- Beta
- Testing is sufficient for beta
- User docs with tutorials
- Thorough API review
- cc
- Stable
- docs/proposals/foo.md moved to docs/design/foo.md
- Soak, load testing
- detailed user docs and examples
- cc
- cc
- Once you get LGTM from a
- Use as many PRs as you need. Write tests in the same or different PRs, as is convenient for you.
- As each PR is merged, add a comment to this issue referencing the PRs. Code goes in the http://github.com/kubernetes/kubernetes repository,
- When you are done with the code, apply the "code-complete" label.
- When the feature has user docs, please add a comment mentioning
- Write user docs and get them merged in.
- User docs go into http://github.com/kubernetes/kubernetes.github.io.
- When the feature has user docs, please add a comment mentioning
- When you get LGTM, you can check this checkbox, and the reviewer will apply the "docs-complete" label.
Progress Tracker
/pkg/apis/...
)@kubernetes/api
@kubernetes/docs
on docs PR@kubernetes/feature-reviewers
on this issue to get approval before checking this off- Updated walkthrough / tutorial in the docs repo: kubernetes/kubernetes.github.io
- cc
@kubernetes/docs
on docs PR- cc
@kubernetes/feature-reviewers
on this issue to get approval before checking this off@kubernetes/api
- cc
@kubernetes/feature-reviewers
on this issue to get approval before checking this off@kubernetes/docs
@kubernetes/feature-reviewers
on this issue to get approval before checking this offFEATURE_STATUS is used for feature tracking and to be updated by
@kubernetes/feature-reviewers
.FEATURE_STATUS: IN_DEVELOPMENT
More advice:
Design
@kubernetes/feature-reviewers
member, you can check this checkbox, and the reviewer will apply the "design-complete" label.Coding
and sometimes http://github.com/kubernetes/contrib, or other repos.
@kubernetes/feature-reviewers
and they willcheck that the code matches the proposed feature and design, and that everything is done, and that there is adequate
testing. They won't do detailed code review: that already happened when your PRs were reviewed.
When that is done, you can check this box and the reviewer will apply the "code-complete" label.
Docs
@kubernetes/docs
.The text was updated successfully, but these errors were encountered: