RichieEscarez
f3d3f00146
Edit of the new kubectl overview
2015-10-22 09:10:00 -07:00
k8s-merge-robot
407ff583c4
Merge pull request #16032 from rootfs/nfs-support
...
Auto commit by PR queue bot
2015-10-22 09:08:27 -07:00
qiaolei
9b3ab4d642
Fix some errors in guestbook-go
...
Fix some errors in guestbook-go README.md:
1. fix some markdown errors by removing the `<nop>` tag
2. replace some (not all of them) `containers` with `pods`
3. `gcloud comput` -> `gcloud compute`
4. improved sentences that has `list all` to make the descriptions more accurate
5. other tiny fixes
2015-10-22 14:33:44 +00:00
Wojciech Tyczynski
80be983668
Merge pull request #15392 from timothysc/etcd-remove-fakeclient
...
Initial commit to enable migrating tests off of FakeClient.
2015-10-22 15:24:34 +02:00
Jan Safranek
e0e482e4c8
Move CephFS test container to test/images.
2015-10-22 15:20:20 +02:00
Filip Grzadkowski
295d28e101
Merge pull request #15986 from yujuhong/mem_inuse
...
e2e: change resource monitor to log memory working set
2015-10-22 14:49:18 +02:00
Filip Grzadkowski
52136bdb68
Merge pull request #15958 from deads2k/add-is-api-url
...
add nonResourceURL detection
2015-10-22 14:47:54 +02:00
Filip Grzadkowski
8e07d2fc93
Merge pull request #15975 from liggitt/validate_before_create
...
Validate ObjectMeta in BeforeCreate
2015-10-22 14:47:40 +02:00
Filip Grzadkowski
39e6a60224
Merge pull request #15997 from JanetKuo/kubectl-get-hpa-minpods
...
Handle the case when min pods is nil for "kubectl get hpa"
2015-10-22 14:47:14 +02:00
Filip Grzadkowski
cc62dd9b9b
Merge pull request #16001 from ixdy/resource-check
...
Fail Jenkins if GCP resources are leaked
2015-10-22 14:46:49 +02:00
Filip Grzadkowski
ef7f65ba0a
Merge pull request #16042 from deads2k/missing-err-handling
...
fix missing error handling
2015-10-22 14:46:39 +02:00
Filip Grzadkowski
aff29f9b6b
Merge pull request #16044 from mikedanese/store-err
...
fix cache.Get error handling on bad key
2015-10-22 14:46:24 +02:00
Filip Grzadkowski
343f195042
Merge pull request #16068 from JanetKuo/increase-annotation-size-limit
...
Increase the annotation size limit to 256k
2015-10-22 14:45:49 +02:00
k8s-merge-robot
ffd45f6110
Merge pull request #15714 from lavalamp/go2idl.2
...
Auto commit by PR queue bot
2015-10-22 04:15:50 -07:00
Filip Grzadkowski
19112a690e
Merge pull request #16092 from piosz/docs-fix
...
Fixed issue with generated docs
2015-10-22 13:11:19 +02:00
Piotr Szczesniak
5cc0aa3b62
Fixed issue with generated docs
2015-10-22 12:55:10 +02:00
gmarek
bae456cb9d
Add handling of old non-capitalized event reason to scheduler-predicates test
2015-10-22 12:08:30 +02:00
k8s-merge-robot
b44c7d79d6
Merge pull request #15842 from piosz/hpa-example
...
Auto commit by PR queue bot
2015-10-22 01:19:52 -07:00
k8s-merge-robot
0c4bfcff02
Merge pull request #16072 from ixdy/jenkins-configs
...
Auto commit by PR queue bot
2015-10-22 01:09:47 -07:00
Piotr Szczesniak
c400cbbd13
Fixed incorrect Min replicas value in kubectl describe
2015-10-22 09:59:37 +02:00
Paul Morie
e3642f1b3f
Merge pull request #14705 from pmorie/pod-sc-inline
...
PodSecurityContext with inline fields
2015-10-22 03:12:16 -04:00
eulerzgy
08785e0fd8
rename wantsExternalLoadBalancer
2015-10-22 15:03:57 +08:00
Brendan Burns
c4bc38f83d
Merge pull request #16088 from brendandburns/master
...
fix e2e.sh again...
2015-10-21 21:06:05 -07:00
Brendan Burns
7ba06c7f82
fix e2e.sh again...
2015-10-21 21:05:02 -07:00
Andy Goldstein
ad4f108bfa
Move port forward protocol constant to subpackage
...
Move port forward protocol name constant to a subpackage underneath
pkg/kubelet to avoid flags applicable to the kubelet leaking into
kubectl. Eventually, handlers for specific protocol versions will move
into the new subpackage as well.
2015-10-21 22:37:26 -04:00
jackgr
08b2275129
Update annotation only if apply already called.
2015-10-21 19:18:28 -07:00
Justin Santa Barbara
636a4a15ac
AWS: Add kubernetes-e2e-aws job to hack/jenkins/e2e.sh
...
We'll probably have to do something more scalable than duplicate every
GCE job, but this is probably the most important job to have.
2015-10-21 21:59:34 -04:00
Justin Santa Barbara
ff44cd113a
AWS: Wire-up ENABLE_DEPLOYMENT env var
...
The AWS equivalent of a558fca24b
2015-10-21 21:57:38 -04:00
Andy Goldstein
ff9883d9ec
Address code review comments
2015-10-21 21:53:51 -04:00
Andy Goldstein
6c7b519619
Move protocol handlers to separate files
2015-10-21 21:53:51 -04:00
Andy Goldstein
3d1cafc2c3
Add streaming subprotocol negotiation
...
Add streaming subprotocol negotiation for exec, attach, and port
forwarding. Restore previous (buggy) exec functionality as an
unspecified/unversioned subprotocol so newer kubectl clients can work
against 1.0.x kubelets.
2015-10-21 21:53:51 -04:00
Jeff Grafton
d3862d453f
Merge pull request #16081 from jlowdermilk/please-leave-flock-alone
...
Revert the flock command to the working version and add a warning
2015-10-21 18:47:13 -07:00
k8s-merge-robot
510711ab00
Merge pull request #16043 from bgrant0607/docfix3
...
Auto commit by PR queue bot
2015-10-21 18:20:35 -07:00
Jeff Lowdermilk
bf57290869
Revert the flock command to the working version and add a warning
...
This is the second time this command has been "fixed" resulting in
half the builds breaking. The comment explains why it should be the
way it is, with a warning for future readers.
2015-10-21 17:42:13 -07:00
Abhishek Shah
d172ca6986
Added UdpIdleTimeout flag
2015-10-21 17:25:35 -07:00
Dawn Chen
a702d5f29b
Merge pull request #15983 from yujuhong/hash_pods
...
Stores hash of pod manifest in mirror pod's annotation
2015-10-21 17:08:57 -07:00
k8s-merge-robot
7f7f9e343e
Merge pull request #15984 from mikedanese/aws-extensions
...
Auto commit by PR queue bot
2015-10-21 16:45:12 -07:00
k8s-merge-robot
9b667d1690
Merge pull request #16003 from mikedanese/extensions
...
Auto commit by PR queue bot
2015-10-21 16:43:57 -07:00
Janet Kuo
013096cb6e
Handle the case when min pods is nil for "kubectl get hpa"
2015-10-21 16:43:13 -07:00
k8s-merge-robot
f12171b430
Merge pull request #16020 from wojtek-t/fix_request_tests
...
Auto commit by PR queue bot
2015-10-21 16:42:54 -07:00
Jeff Lowdermilk
03ee15a460
Merge pull request #15888 from paralin/allow-more-than-num-minions
...
cluster/validate-cluster.sh: Allow for greater than NUM_MINIONS
2015-10-21 16:35:16 -07:00
Janet Kuo
e36121ae9b
Increase the annotation size limit to 256k
2015-10-21 16:16:55 -07:00
Paul Morie
393e2bc019
Inline some SecurityContext fields into PodSecurityContext
2015-10-21 19:01:17 -04:00
Jeff Grafton
39d94b5b16
Make 1.1 GCE e2e and soak builds use the correct CI-build release
2015-10-21 15:56:52 -07:00
Chao Xu
316bd058d0
fix htmlpreview links to point to subdictory
2015-10-21 15:46:52 -07:00
Tim St. Clair
07e9892003
Cleanup prober.prober
2015-10-21 15:45:34 -07:00
Jeff Lowdermilk
8421ae875f
Merge pull request #16064 from nikhiljindal/fixVerifyApiReferenceDocs
...
Running update-api-reference-docs on HEAD to fix verify-api-reference-docs
2015-10-21 15:34:34 -07:00
Jeff Lowdermilk
432a96c8bb
Merge pull request #16033 from rootfs/mount-verbose
...
mount returns more verbose message upon error
2015-10-21 15:32:02 -07:00
nikhiljindal
fe26c8d86a
Running update-api-reference-docs on HEAD to fix verify-api-reference-docs
2015-10-21 14:58:43 -07:00
Janet Kuo
1d37c549b1
Revert/disable the slash syntax for kubectl explain group/version
2015-10-21 13:58:54 -07:00