Changed Relase cycles timeline in accordance with new release cadence change. Changed release from four times a year to three times a year and changed the phases-: Normal Dev from to Weeks 1-11, Code freeze to Weeks 12-14 and Post release to Weeks 14+.
Edit parts of the Contributor Guide to match the Kubernetes
Documentation style guide. This PR updates the following:
- the GitHub Workflow document
- the Help Wanted guide
- the Coding Conventions document
Co-authored-by: Joel Barker <joel@lionswaycontent.com>
Co-authored-by: Bob Killen <killen.bob@gmail.com>
* update language to make emeritus process clearer
Signed-off-by: Davanum Srinivas <davanum@gmail.com>
* Update contributors/guide/owners.md
Co-authored-by: Bob Killen <killen.bob@gmail.com>
Co-authored-by: Bob Killen <killen.bob@gmail.com>
* Loosen the meaning of status in API conventions
As per KEP https://github.com/kubernetes/enhancements/issues/2527 -
remove the "from observation" guidance and add some discussion of when
to use status fields vs. additional types for allocated resources.
* Backtick spec and status
* Act on feedback
* Changed all instancesof k-dev@ and kubernetes-dev@ to dev@kubernetes.io
Changes Removed From archive
updated the link
changes made
csv undo
changed links
* Fix last two instances of googlegroups.com
* Revert changes to election docs for past elections
Co-authored-by: Christoph Blecker <admin@toph.ca>
- Markdown files updated with note redirecting users to archival repo
- Images, Owner files and misc files removed
- Deletion date of 2022-04-01 or the release of Kubernetes 1.24
We've removed support for Windows Docker in Kubernetes v1.24, so
we no longer need this tag.
Updates a few of the Windows tests considerations, since a few of them
are supported by Windows Containerd
* Change master to main
* Revert changes and add note to clarify that default branch may be called main
* Move comments to top of respective codeblocks
* Update URLs in scheduler.md with correct folder path
The `generic_scheduler.go` is moved under `scheduler` folder, not `scheduler/core` folder. This commit updated the description & the link to code file.
Note that `legacy_registry.go` is removed as well in master branch. We may need to fix the link and description as well after release.
* #6198 Updated scheduler part in contributors/devel/README.md, adding few doc links. Removed scheduler.md
* #6198 Removed 'Scheduler extensibility' part in scheduling_code_hierarchy_overview; removed scheduler framework plugins link in devel README