k8s-merge-robot
0e562d29c7
Merge pull request #26932 from aaronlevy/conformance-fix
...
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-21 14:30:58 -07:00
Daniel Smith
4a040d11ca
Merge pull request #26032 from pmorie/improve-tests
...
Testing improvements
2016-06-15 15:44:33 -07:00
Daniel Smith
5617360d39
Merge pull request #27221 from david-mcmahon/updatedocs
...
Update the latestReleaseBranch to release-1.3 in the munger.
2016-06-15 14:43:06 -07:00
Paul Morie
25f25cbafd
Improve debugging experience for single integration test case
2016-06-14 12:51:02 -04:00
David McMahon
2bff72b769
Updated docs and examples for release-1.3.
2016-06-13 12:24:34 -07:00
Paul Morie
15213d0a1c
Improve developer docs on unit and integration testing
2016-06-13 15:10:46 -04:00
Madhusudan.C.S
c7a4401359
Default to GCR as the image registry if the provider is GCE or GKE.
2016-06-13 02:08:59 -07:00
Dawn Chen
88de86fcb9
Revert "Versioning docs and examples for v1.4.0-alpha.0."
...
This reverts commit cce9db3aa9
.
2016-06-10 16:46:46 -07:00
David McMahon
cce9db3aa9
Versioning docs and examples for v1.4.0-alpha.0.
2016-06-10 14:55:35 -07:00
k8s-merge-robot
6a388d4a0d
Merge pull request #27072 from colhom/federation-e2e-docs
...
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-09 19:14:11 -07:00
Colin Hom
5f7c7ad195
document federation e2e cli flow
2016-06-09 15:11:52 -07:00
Daniel Smith
adcd48ccea
update documentation & hooks
2016-06-08 17:22:12 -07:00
k8s-merge-robot
525a56eff8
Merge pull request #26832 from pwittrock/node-e2e-makefile
...
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-08 14:25:28 -07:00
Phillip Wittrock
e94e1c6e3d
Node e2e Makefile support for running remote tests against 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-08 07:31:54 -07:00
Aaron Levy
e8d1dae1a9
Use a skeleton provider for unimplemented functionality
2016-06-07 16:08:09 -07:00
Eric Paris
2fba6d2d63
update automation.md
2016-06-07 17:30:50 -04:00
pwittrock
c74997508e
Node e2e use vendored testing packages.
2016-06-03 17:01:50 -07:00
Girish Kalele
4c1047d359
Switch DNS addons from skydns to kubedns
...
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-31 10:14:14 -07:00
k8s-merge-robot
c17465be03
Merge pull request #25531 from 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] 542668cc79/docs/proposals/kubelet-eviction.md (scheduler)
[2] https://github.com/kubernetes/kubernetes/pull/14943
2016-05-21 19:37:15 -07:00
Jan Chaloupka
b95b30bbd7
Scheduler: introduce CheckNodeMemoryPressurePredicate, don't schedule pods for nodes that reports memory pressury.
...
Introduce unit-test for CheckNodeMemoryPressurePredicate
Following work done in #14943
2016-05-22 00:40:28 +02:00
Vishnu kannan
f48c83600c
Updating QoS policy to be per-pod instead of per-resource.
...
Signed-off-by: Vishnu kannan <vishnuk@google.com>
2016-05-20 11:52:16 -07:00
Daniel Smith
28333a0041
Merge pull request #25672 from ihmccreery/fix-link
...
Fix link to Jenkins
2016-05-18 17:56:08 -07:00
Paul Morie
e157febfe2
Add notes about endgame for test flakes
2016-05-17 17:34:09 -04:00
k8s-merge-robot
e6ada45793
Merge pull request #25576 from k82/k8s-24411-doc
...
Automatic merge from submit-queue
Update document for kubectl service output.
Fix for #24411 , Update document for kubectl service output
2016-05-17 01:55:59 -07:00
Tim Hockin
915655a2eb
Document godep updates better
...
`godep update` doesn't work. It just says 'nothing to update'. Drop it, and
use The Big Hammer instead.
2016-05-16 13:15:39 -07:00
Isaac Hollander McCreery
4ef33834d3
Fix link to Jenkins
2016-05-16 07:29:04 -07:00
Klaus Ma
f3556be51d
Update kubectl service output.
2016-05-14 11:10:29 +08:00
Tim Hockin
0114eef83d
Update docs re: godep
2016-05-12 22:04:24 -04:00
Eric Paris
ad3e18d60c
Stop pinning to version v53
2016-05-12 22:04:24 -04:00
k8s-merge-robot
7339b7c094
Merge pull request #25162 from mikebrow/devel-tree-80col-updates-C
...
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-10 18:15:19 -07:00
Robert Bailey
c7a7f0592f
Update links for the user and troubleshooting guides for the build
...
cop to copy-paste from the oncall documentation.
2016-05-10 11:15:18 -07:00
k8s-merge-robot
f6eefd4762
Merge pull request #25168 from mikebrow/devel-tree-80col-updates-D
...
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-10 09:35:34 -07:00
k8s-merge-robot
aade9eaabc
Merge pull request #24878 from pwittrock/docsdoc
...
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-09 23:18:22 -07:00
k8s-merge-robot
27f418848d
Merge pull request #25099 from mikebrow/devel-tree-80col-updates
...
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-09 21:09:38 -07:00
Mike Brown
0054ddcad1
devel/ tree 80col updates; and other minor edits
...
Signed-off-by: Mike Brown <brownwm@us.ibm.com>
2016-05-09 18:39:56 -05:00
Phillip Wittrock
c6aa507aae
Address PR comments
2016-05-09 23:20:08 +00:00
k8s-merge-robot
ff339c77cf
Merge pull request #25269 from janetkuo/kubectl-conventions
...
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-09 15:03:19 -07:00
Phillip Wittrock
448cc8754d
Address PR comments
2016-05-09 13:39:27 -07:00
Phillip Wittrock
163a4873c4
How to update docs - doc
2016-05-09 13:39:27 -07:00
k8s-merge-robot
833cfc08b3
Merge pull request #24894 from david-mcmahon/cp2
...
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-09 12:12:11 -07:00
Janet Kuo
b5ccc1465d
Document that kubectl commands shouldn't have aliases
2016-05-09 11:19:52 -07:00
Mike Brown
a42ea536ba
devel/ tree 80col wrap and other minor edits
...
Signed-off-by: Mike Brown <brownwm@us.ibm.com>
2016-05-09 12:42:50 -05:00
David McMahon
8c15651ff2
Update pull request and cherrypick docs for release notes to more accurately reflect current process.
2016-05-09 10:19:19 -07:00
deads2k
8e8e9cdce0
create command guidance
2016-05-09 08:14:48 -04:00
Tim Hockin
18e7a3eb24
Get rid of hack/after-build scripts
...
The build is now fast enough to not need them.
2016-05-08 20:32:06 -07:00
Tim Hockin
cbf886c7f4
Convert everything to use vendor/
2016-05-08 20:30:37 -07:00
CJ Cullen
69756576f2
Update adding-an-APIGroup.md for #23110
2016-05-07 11:23:39 -07:00
Robert Bailey
742a164ba1
Merge pull request #24889 from dlorenc/docfix
...
Add missing "--test" flag to conformance test instructions.
2016-05-06 13:29:13 -07:00
Mike Brown
77e63c5043
devel/ tree 80col wrap and other minor edits
...
Signed-off-by: Mike Brown <brownwm@us.ibm.com>
2016-05-04 17:05:44 -05:00
k8s-merge-robot
fee33e1a5c
Merge pull request #25048 from david-mcmahon/note-in-body
...
Automatic merge from submit-queue
Update docs to describe new PR release-note block parsing.
2016-05-04 03:06:57 -07:00