summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-06-21Merge pull request #26932 from aaronlevy/conformance-fixk8s-merge-robot
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".
2016-06-15Merge pull request #26032 from pmorie/improve-testsDaniel Smith
Testing improvements
2016-06-15Merge pull request #27221 from david-mcmahon/updatedocsDaniel Smith
Update the latestReleaseBranch to release-1.3 in the munger.
2016-06-14Improve debugging experience for single integration test casePaul Morie
2016-06-14Revert "Redo v1.4.0-alpha.0"Zach Loafman
This reverts commit c7f1485e1b3491e98f102c30e7e342cb53dda818, reversing changes made to 939ad4115a2a96f1e18758ec45b7d312bec65aa7.
2016-06-14Redo v1.4.0-alpha.0Zach Loafman
2016-06-13Updated docs and examples for release-1.3.David McMahon
2016-06-13Improve developer docs on unit and integration testingPaul Morie
2016-06-13Merge pull request #26951 from madhusudancs/fed-detect-project-registry-basek8s-merge-robot
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 [![Analytics](https://kubernetes-site.appspot.com/UA-36037335-10/GitHub/.github/PULL_REQUEST_TEMPLATE.md?pixel)]()
2016-06-13Default to GCR as the image registry if the provider is GCE or GKE.Madhusudan.C.S
2016-06-10Revert "Versioning docs and examples for v1.4.0-alpha.0."Dawn Chen
This reverts commit cce9db3aa9555671c5ddf69549b46ed0fd7e472a.
2016-06-10Versioning docs and examples for v1.4.0-alpha.0.David McMahon
2016-06-10Versioning docs and examples for v1.4.0-alpha.0.David McMahon
2016-06-09Merge pull request #27072 from colhom/federation-e2e-docsk8s-merge-robot
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 [![Analytics](https://kubernetes-site.appspot.com/UA-36037335-10/GitHub/.github/PULL_REQUEST_TEMPLATE.md?pixel)]()
2016-06-09document federation e2e cli flowColin Hom
2016-06-08update documentation & hooksDaniel Smith
2016-06-08Merge pull request #26832 from pwittrock/node-e2e-makefilek8s-merge-robot
Automatic merge from submit-queue Node e2e Makefile support for running remote tests against kubernetes… Fixes #26665 [![Analytics](https://kubernetes-site.appspot.com/UA-36037335-10/GitHub/.github/PULL_REQUEST_TEMPLATE.md?pixel)]() …-node-e2e-images.
2016-06-08Node e2e Makefile support for running remote tests against ↵Phillip Wittrock
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
2016-06-07Use a skeleton provider for unimplemented functionalityAaron Levy
2016-06-07update automation.mdEric Paris
2016-06-03Node e2e use vendored testing packages.pwittrock
2016-05-31Switch DNS addons from skydns to kubednsGirish Kalele
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
2016-05-21Merge pull request #25531 from ↵k8s-merge-robot
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
2016-05-22Scheduler: introduce CheckNodeMemoryPressurePredicate, don't schedule pods ↵Jan Chaloupka
for nodes that reports memory pressury. Introduce unit-test for CheckNodeMemoryPressurePredicate Following work done in #14943
2016-05-20Updating QoS policy to be per-pod instead of per-resource.Vishnu kannan
Signed-off-by: Vishnu kannan <vishnuk@google.com>
2016-05-18Merge pull request #25672 from ihmccreery/fix-linkDaniel Smith
Fix link to Jenkins
2016-05-17Add notes about endgame for test flakesPaul Morie
2016-05-17Merge pull request #25576 from k82/k8s-24411-dock8s-merge-robot
Automatic merge from submit-queue Update document for kubectl service output. Fix for #24411, Update document for kubectl service output
2016-05-16Document godep updates betterTim Hockin
`godep update` doesn't work. It just says 'nothing to update'. Drop it, and use The Big Hammer instead.
2016-05-16Fix link to JenkinsIsaac Hollander McCreery
2016-05-14Update kubectl service output.Klaus Ma
2016-05-12Update docs re: godepTim Hockin
2016-05-12Stop pinning to version v53Eric Paris
2016-05-10Merge pull request #25162 from mikebrow/devel-tree-80col-updates-Ck8s-merge-robot
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>
2016-05-10Update links for the user and troubleshooting guides for the buildRobert Bailey
cop to copy-paste from the oncall documentation.
2016-05-10Merge pull request #25168 from mikebrow/devel-tree-80col-updates-Dk8s-merge-robot
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>
2016-05-09Merge pull request #24878 from pwittrock/docsdock8s-merge-robot
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 ```
2016-05-09Merge pull request #25099 from mikebrow/devel-tree-80col-updatesk8s-merge-robot
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>
2016-05-09devel/ tree 80col updates; and other minor editsMike Brown
Signed-off-by: Mike Brown <brownwm@us.ibm.com>
2016-05-09Address PR commentsPhillip Wittrock
2016-05-09Merge pull request #25269 from janetkuo/kubectl-conventionsk8s-merge-robot
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 [![Analytics](https://kubernetes-site.appspot.com/UA-36037335-10/GitHub/.github/PULL_REQUEST_TEMPLATE.md?pixel)]()
2016-05-09Address PR commentsPhillip Wittrock
2016-05-09How to update docs - docPhillip Wittrock
2016-05-09Merge pull request #24894 from david-mcmahon/cp2k8s-merge-robot
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.
2016-05-09Document that kubectl commands shouldn't have aliasesJanet Kuo
2016-05-09devel/ tree 80col wrap and other minor editsMike Brown
Signed-off-by: Mike Brown <brownwm@us.ibm.com>
2016-05-09Update pull request and cherrypick docs for release notes to more accurately ↵David McMahon
reflect current process.
2016-05-09create command guidancedeads2k
2016-05-08Get rid of hack/after-build scriptsTim Hockin
The build is now fast enough to not need them.
2016-05-08Convert everything to use vendor/Tim Hockin