| Age | Commit message (Collapse) | Author |
|
Automatic merge from submit-queue
Allow conformance tests to run on non-GCE providers
fixes https://github.com/kubernetes/kubernetes/issues/26869
Creates a skeleton provider which has all the required function stubs -- but will allow a previously set "skeleton" KUBERNETES_PROVIDER to not be overriden with "gce".
|
|
Testing improvements
|
|
Update the latestReleaseBranch to release-1.3 in the munger.
|
|
|
|
This reverts commit c7f1485e1b3491e98f102c30e7e342cb53dda818, reversing
changes made to 939ad4115a2a96f1e18758ec45b7d312bec65aa7.
|
|
|
|
|
|
|
|
Automatic merge from submit-queue
Detect the project in which the federation of clusters are being created and point the federation docker registry to that project.
Only the last commit here needs review.
Depends on #26950.
cc @colhom @kubernetes/sig-cluster-federation
[]()
|
|
|
|
This reverts commit cce9db3aa9555671c5ddf69549b46ed0fd7e472a.
|
|
|
|
|
|
Automatic merge from submit-queue
Updating e2e docs with instructions on running federation tests
Last two commits are for review. Depends on #26951
\cc @madhusudancs @quinton-hoole @nikhiljindal
[]()
|
|
|
|
|
|
Automatic merge from submit-queue
Node e2e Makefile support for running remote tests against kubernetes…
Fixes #26665
[]()
…-node-e2e-images.
|
|
kubernetes-node-e2e-images.
Also includes other improvements:
- Makefile rule to run tests against remote instance using existing host or image
- Makefile will reuse an instance created from an image if it was not torn down
- Runner starts gce instances in parallel with building source
- Runner uses instance ip instead of hostname so that it doesn't need to resolve
- Runner supports cleaning up files and processes on an instance without stopping / deleting it
- Runner runs tests using `ginkgo` binary to support running tests in parallel
|
|
|
|
|
|
|
|
Unified skydns templates using a simple underscore based template and
added transform sed scripts to transform into salt and sed yaml
templates
Moved all content out of cluster/addons/dns into build/kube-dns and
saltbase/salt/kube-dns
|
|
ingvagabund/introduce-memory-pressure-to-scheduler
Automatic merge from submit-queue
Introduce node memory pressure condition to scheduler
Following the work done by @derekwaynecarr at https://github.com/kubernetes/kubernetes/pull/21274, introducing memory pressure predicate for scheduler.
Missing:
* write down unit-test
* test the implementation
At the moment this is a heads up for further discussion how the new node's memory pressure condition should be handled in the generic scheduler.
**Additional info**
* Based on [1], only best effort pods are subject to filtering.
* Based on [2], best effort pods are those pods "iff requests & limits are not specified for any resource across all containers".
[1] https://github.com/derekwaynecarr/kubernetes/blob/542668cc7998fe0acb315a43731e1f45ecdcc85b/docs/proposals/kubelet-eviction.md#scheduler
[2] https://github.com/kubernetes/kubernetes/pull/14943
|
|
for nodes that reports memory pressury.
Introduce unit-test for CheckNodeMemoryPressurePredicate
Following work done in #14943
|
|
Signed-off-by: Vishnu kannan <vishnuk@google.com>
|
|
Fix link to Jenkins
|
|
|
|
Automatic merge from submit-queue
Update document for kubectl service output.
Fix for #24411, Update document for kubectl service output
|
|
`godep update` doesn't work. It just says 'nothing to update'. Drop it, and
use The Big Hammer instead.
|
|
|
|
|
|
|
|
|
|
Automatic merge from submit-queue
devel/ tree further minor edits
Address line wrap issue #1488. Also cleans up other minor editing issues in the docs/devel/* tree such as spelling errors, links, content tables...
Signed-off-by: Mike Brown <brownwm@us.ibm.com>
|
|
cop to copy-paste from the oncall documentation.
|
|
Automatic merge from submit-queue
devel/ tree more minor edits
Address line wrap issue #1488. Also cleans up other minor editing issues in the docs/devel/* tree such as spelling errors, links, content tables...
Signed-off-by: Mike Brown <brownwm@us.ibm.com>
|
|
Automatic merge from submit-queue
How to update docs - doc
## Contributor guidelines
1. Please read our [contributor guidelines](https://github.com/kubernetes/kubernetes/blob/master/CONTRIBUTING.md).
1. See our [developer guide](https://github.com/kubernetes/kubernetes/blob/master/docs/devel/development.md).
1. Follow the instructions for [labeling and writing a release note for this PR](https://github.com/kubernetes/kubernetes/blob/master/docs/devel/pull-requests.md#release-notes) in the block below. (_this would also contain updated detail later about this new template_)
```release-note
* Use the release-note-* labels to set the release note state
* Clear this block to use the PR title as the release note
-OR-
* Enter your extended release note here
```
|
|
Automatic merge from submit-queue
devel/ tree minor edits
Address line wrap issue #1488. Also cleans up other minor editing issues in the docs/devel/* tree such as spelling errors, links,...
Signed-off-by: Mike Brown <brownwm@us.ibm.com>
|
|
Signed-off-by: Mike Brown <brownwm@us.ibm.com>
|
|
|
|
Automatic merge from submit-queue
Document that kubectl commands shouldn't have aliases
## Pull Request Guidelines
1. Please read our [contributor guidelines](https://github.com/kubernetes/kubernetes/blob/master/CONTRIBUTING.md).
1. See our [developer guide](https://github.com/kubernetes/kubernetes/blob/master/docs/devel/development.md).
1. Follow the instructions for [labeling and writing a release note for this PR](https://github.com/kubernetes/kubernetes/blob/master/docs/devel/pull-requests.md#release-notes) in the block below.
```release-note
* Use the release-note-* labels to set the release note state
* Clear this block to use the PR title as the release note
-OR-
* Enter your extended release note here
```
Ref https://github.com/kubernetes/kubernetes/issues/25180#issuecomment-217453402 @kubernetes/kubectl
[]()
|
|
|
|
|
|
Automatic merge from submit-queue
Update cherrypick doc for release notes to more accurately reflect current process.
## Contributor guidelines
1. Please read our [contributor guidelines](https://github.com/kubernetes/kubernetes/blob/master/CONTRIBUTING.md).
1. See our [developer guide](https://github.com/kubernetes/kubernetes/blob/master/docs/devel/development.md).
1. Follow the instructions for [labeling and writing a release note for this PR](https://github.com/kubernetes/kubernetes/blob/master/docs/devel/pull-requests.md#release-notes) in the block below.
|
|
|
|
Signed-off-by: Mike Brown <brownwm@us.ibm.com>
|
|
reflect current process.
|
|
|
|
The build is now fast enough to not need them.
|
|
|