Automatic merge from submit-queue
Clean up contributors/devel docs
fixes: #851
also change some files mod from 755 to 644.
/assign @cblecker
/cc @bgrant0607
Automatic merge from submit-queue
Flexvolume Dynamic Plugin Discovery: Added comments about possible driver installation actions
Made it explicit that driver uninstalls are allowed, and cautioned against uninstalling while a volume depends on the driver.
/sig storage
/assign @chakri-nelluri @saad-ali
Automatic merge from submit-queue
incubator.md - making some links pointing to the right places.
OWNERS File - 2 places - pointing to the links
line 'kubernetes incubator' pointing to link
Reworded template project line pointing to link.
Automatic merge from submit-queue
add apiserver-count fix proposal
This is a proposal to fix the apiserver-count issue at https://github.com/kubernetes/kubernetes/issues/22609. I would appreciate a review on the proposal.
- [x] Add ConfigMap for configurable options
- [ ] Find out dependencies on the Endpoints API and add them to the proposal
Automatic merge from submit-queue
Update doc for release note and cherry pick labels
New labels are being used to signify that a PR should not be merged if
it's got a missing release note and/or requires a release note.
Signed-off-by: Steve Kuznetsov <skuznets@redhat.com>
/cc @spxtr @fejta @xiangpengzhao
New labels are being used to signify that a PR should not be merged if
it's got a missing release note and/or requires a release note.
Signed-off-by: Steve Kuznetsov <skuznets@redhat.com>
Automatic merge from submit-queue
Update the docs around alpha fields & deprecating
Fix some wording.
Remove the demand for validation to fail. It also says to clearthose
fields, which more closely models non-existent fields.
Change the tombstone (proposed - nobody is using this yet, obviously).
This format matches what gengo uses for other tags.
Fix some wording.
Remove the demand for validation to fail. It also says to clearthose
fields, which more closely models non-existent fields.
Change the tombstone (proposed - nobody is using this yet, obviously).
This format matches what gengo uses for other tags.
Automatic merge from submit-queue
Design for consistent API chunking in Kubernetes
In order to reduce the memory allocation impact of very large LIST operations against the Kubernetes apiserver, it should be possible to receive a single large resource list as many individual page requests to the server.
Part of kubernetes/features#365. Taken from kubernetes/kubernetes#49338. Original discussion in kubernetes/kubernetes#2349
In order to reduce the memory allocation impact of very large LIST
operations against the Kubernetes apiserver, it should be possible to
receive a single large list as many individual requests to the
server.
Automatic merge from submit-queue
Backoff policy and failed pod limit
This update addresses problems raised in https://github.com/kubernetes/kubernetes/issues/30243 and https://github.com/kubernetes/kubernetes/issues/43964.
@erictune I've mentioned this to you during last sig-apps, ptal
@kubernetes/sig-apps-feature-requests ptal
@lukasheinrich @nickschuch @Yancey1989 @sstarcher @maximz fyi since you all were interested in this