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

Taints/tolerations #108

Closed
23 tasks
davidopp opened this issue Oct 1, 2016 · 15 comments
Closed
23 tasks

Taints/tolerations #108

davidopp opened this issue Oct 1, 2016 · 15 comments
Assignees
Labels
lifecycle/rotten Denotes an issue or PR that has aged beyond stale and will be auto-closed. sig/scheduling Categorizes an issue or PR as relevant to SIG Scheduling. stage/beta Denotes an issue tracking an enhancement targeted for Beta status
Milestone

Comments

@davidopp
Copy link
Member

davidopp commented Oct 1, 2016

Description

Design doc discussion in kubernetes/kubernetes#18263, checked in here.

Implementation in kubernetes/kubernetes#24134

This feature first appeared in Kubernetes 1.4. I'm filing the issue to track moving it to Beta in 1.5 (kubernetes/kubernetes#25320).

See also #61

Progress Tracker

  • Before 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 docs/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 (/pkg/apis/...)
        • cc @kubernetes/api
      • Identify shepherd (your SIG lead and/or [email protected] will be able to help you). My Shepherd is: [email protected] (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: [email protected] (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 @kubernetes/docs on docs PR
        • cc @kubernetes/feature-reviewers on this issue to get approval before checking this off
        • New apis: Glossary Section Item in the docs repo: kubernetes/kubernetes.github.io
      • Update release notes
  • Before Beta
    • Testing is sufficient for beta
    • User docs with tutorials
      • 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
    • Thorough API review
      • cc @kubernetes/api
  • Before Stable
    • docs/proposals/foo.md moved to docs/design/foo.md
      • cc @kubernetes/feature-reviewers on this issue to get approval before checking this off
    • Soak, load testing
    • detailed user docs and examples
      • cc @kubernetes/docs
      • cc @kubernetes/feature-reviewers on this issue to get approval before checking this off

FEATURE_STATUS is used for feature tracking and to be updated by @kubernetes/feature-reviewers.
FEATURE_STATUS: IN_DEVELOPMENT

More advice:

Design

  • Once you get LGTM from a @kubernetes/feature-reviewers member, you can check this checkbox, and the reviewer will apply the "design-complete" label.

Coding

  • 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 https://github.com/kubernetes/kubernetes repository,
    and sometimes https://github.com/kubernetes/contrib, or other repos.
  • When you are done with the code, apply the "code-complete" label.
  • When the feature has user docs, please add a comment mentioning @kubernetes/feature-reviewers and they will
    check 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

@davidopp davidopp added the sig/scheduling Categorizes an issue or PR as relevant to SIG Scheduling. label Oct 1, 2016
@davidopp davidopp added this to the v1.5 milestone Oct 1, 2016
@idvoretskyi idvoretskyi modified the milestone: v1.5 Oct 11, 2016
@davidopp davidopp modified the milestones: next-milestone, v1.5 Nov 10, 2016
@davidopp davidopp modified the milestones: v1.6, next-milestone Jan 20, 2017
@davidopp
Copy link
Member Author

We will be moving this feature to beta in 1.6. Tracking issue is
kubernetes/kubernetes#25320

@idvoretskyi idvoretskyi added the stage/beta Denotes an issue tracking an enhancement targeted for Beta status label Jan 26, 2017
@idvoretskyi
Copy link
Member

@davidopp could you please update the documentation status of the feature.

@davidopp
Copy link
Member Author

This has been moved to beta, still needs documentation.

@davidopp
Copy link
Member Author

davidopp commented Mar 2, 2017

In addition to documentation, we need to update the rescheduler and cluster autoscaler to use the beta fields instead of alpha annotations. I've filed issues for this:
kubernetes-retired/contrib#2381
kubernetes-retired/contrib#2382

@erictune
Copy link
Member

erictune commented Mar 2, 2017 via email

@davidopp
Copy link
Member Author

davidopp commented Mar 2, 2017

Most deployment platforms will upgrade all the master components at approximately the same time, so it just needs to not do anything bad during the short window when the versions mismatch. But we're also going to have instructions on what order to upgrade the components if they don't upgrade at approximately the same time (in particular, upgrade the rescheduler first). @piosz is working on all of this.

@idvoretskyi
Copy link
Member

@davidopp any update on this feature? Docs and release notes are required (please, provide them to the features spreadsheet.

@davidopp
Copy link
Member Author

davidopp commented Mar 8, 2017

Speadsheet updated. Docs not done yet.

@davidopp
Copy link
Member Author

Documentation PR out for review: kubernetes/website#2774

@davidopp
Copy link
Member Author

@aveshagarwal noted that in addition to the above doc PR, we also need the following doc updates:

@davidopp
Copy link
Member Author

Oh, and also, I have text for the "Notable Changes to Existing Behavior" and "Action Required Before Upgrading" sections of the Release Notes ready to go, but won't be able to create a PR for that until https://github.com/kubernetes/features/blob/master/release-1.6/release-notes-draft.md is created.

(BTW I'd like to change "Action Required Before Upgrading" to "Action Required Before or After Upgrading" for this release, since the scheduler features we moved from alpha to beta require using fields that only exist after you upgrade. So the action is actually taken after upgrade, not before.)

@davidopp
Copy link
Member Author

kubernetes/website#2737

@fejta-bot
Copy link

Issues go stale after 90d of inactivity.
Mark the issue as fresh with /remove-lifecycle stale.
Stale issues rot after an additional 30d of inactivity and eventually close.

Prevent issues from auto-closing with an /lifecycle frozen comment.

If this issue is safe to close now please do so with /close.

Send feedback to sig-testing, kubernetes/test-infra and/or @fejta.
/lifecycle stale

@k8s-ci-robot k8s-ci-robot added the lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. label Dec 22, 2017
@fejta-bot
Copy link

Stale issues rot after 30d of inactivity.
Mark the issue as fresh with /remove-lifecycle rotten.
Rotten issues close after an additional 30d of inactivity.

If this issue is safe to close now please do so with /close.

Send feedback to sig-testing, kubernetes/test-infra and/or @fejta.
/lifecycle rotten
/remove-lifecycle stale

@k8s-ci-robot k8s-ci-robot added lifecycle/rotten Denotes an issue or PR that has aged beyond stale and will be auto-closed. and removed lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. labels Jan 21, 2018
@fejta-bot
Copy link

Rotten issues close after 30d of inactivity.
Reopen the issue with /reopen.
Mark the issue as fresh with /remove-lifecycle rotten.

Send feedback to sig-testing, kubernetes/test-infra and/or fejta.
/close

ingvagabund pushed a commit to ingvagabund/enhancements that referenced this issue Apr 2, 2020
LOG-545: Cluster logging Elasticsearch rollover data design
howardjohn pushed a commit to howardjohn/enhancements that referenced this issue Oct 21, 2022
* update dry-run feature yaml

* update

* fix
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
lifecycle/rotten Denotes an issue or PR that has aged beyond stale and will be auto-closed. sig/scheduling Categorizes an issue or PR as relevant to SIG Scheduling. stage/beta Denotes an issue tracking an enhancement targeted for Beta status
Projects
None yet
Development

No branches or pull requests

5 participants