Automatic merge from submit-queue.
config: move config proposal to developer docs
* strip some of the design proposal cruft
* make recommendation on config group naming
@bgrant0607 @mtaufen @ncdc
Automatic merge from submit-queue.
correct the arg of kubelet in test-e2e-node
Signed-off-by: yanxuean <yan.xuean@zte.com.cn>
The --experimental-cgroups-per-qos is outdated.
The arg is renamed since 1.6.0.
See 1.6.0 changelog.
https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG-1.6.md
Rename --experiemental-cgroups-per-qos to --cgroups-per-qos (#39972,)
Automatic merge from submit-queue.
Adding naming discussion details to the design document.
Adding the synopsis of a naming thread to the webhook's design document.
Automatic merge from submit-queue.
Add a design doc for admission webhook bootstrapping
Originally distributed as a [google doc](https://docs.google.com/document/d/1pw6FyobY3pVxfWYwmAFuF5WJpvjfq-M3Ciz996kblVc/edit?ts=59f1d824#).
The idea is from an Oct. 23 meeting with lavalamp, cheftako, deads2k, smarterclayton, liggitt. It also draws inspiration from #1191.
cc @kubernetes/sig-api-machinery-api-reviews @lavalamp @deads2k
Automatic merge from submit-queue.
api_changes.md: update place with list of packages for protobuf
After renaming `k8s.io/kube-gen` package, the instruction got dated. As far I understand, now we need to modify `hack/update-generated-protobuf-dockerized.sh` script. This PR updates the instruction.
PTAL @sttts
CC @simo5
Automatic merge from submit-queue.
move webhooks design doc to design proposals dir
I'm not sure why this design doc was in the sig dir rather than the design-proposals directory.
@kubernetes/sig-api-machinery-proposals
Automatic merge from submit-queue.
Add sig labels and use aliases in OWNERS files
This PR does the following:
- Creates a sig-*-leads alias for all sigs and working groups
- Replaces the reviewers/approvers in the sig folders and design-proposals folders with that alias
- Adds a label field to the OWNERS files to allow for automatic sig labelling (https://github.com/kubernetes/test-infra/pull/3502)
Automatic merge from submit-queue.
Proposal: SubResources for CustomResources
[CustomResourceDefinitions](https://github.com/kubernetes/community/pull/524) (CRDs) were introduced in 1.7. The objects defined by CRDs are called CustomResources (CRs). Currently, we do not provide subresources for CRs.
However, it is one of the [most requested features](https://github.com/kubernetes/kubernetes/issues/38113) and this proposal seeks to add `/status` and `/scale` subresources for CustomResources.
cc @sttts @deads2k @enisoc @bgrant0607 @erictune @lavalamp @brendandburns @philips @liggitt @mbohlool @fabxc @adohe @munnerz
Automatic merge from submit-queue.
fixed get-describe-apiserver-extensions.md and container-init.md
`compability` to `compatibility`
`compatibilty` to `compatibility`
Automatic merge from submit-queue.
Simplify Container Status for Ephemeral Containers proposal
This leaves reporting command & args of Ephemeral Containers for a future proposal.
Automatic merge from submit-queue.
api-changes: update proto script
There is no script called `hack/update-codecgen.sh` anymore and the proto files are generated using `hack/update-generated-protobuf.sh`.