Commit Graph

21247 Commits

Author SHA1 Message Date
Brendan Burns
63149d05fe Add a description of the proposed owners file system for the repo 2015-11-18 11:46:33 -08:00
Mike Danese
ae05eed14a add a way to discover git version from a built release 2015-11-18 11:11:50 -08:00
Solly Ross
e5ef9e1406 Add Validators for Scale Objects
This commit introduces a validator for use with Scale updates.
The validator checks that we have > 0 replica count, as well
as the normal ObjectMeta checks (some of which have to be
faked since they don't exist on the Scale object).
2015-11-18 13:53:56 -05:00
Eric Tune
761a425b92 Replace readlink in update-codecgen for OSX
OS X does not have `readlink -f`
2015-11-18 10:34:32 -08:00
Jeff Lowdermilk
e95cf1d109 Delete orphaned namespaces at e2e start for soak tests
This will help prevent soak clusters getting hosed if a test is
interrupted without cleaning up resources.
2015-11-18 09:57:19 -08:00
Isaac Hollander McCreery
2bc124d510 Defer release notes to announcement of release, and move instructions for release notes back into docs and away from scripts 2015-11-18 09:50:56 -08:00
Prashanth B
01b371370d Merge pull request #17409 from bprashanth/clean1
Fix port typo, fix tests
2015-11-18 09:34:14 -08:00
Brian Grant
d625217285 Address feedback 2015-11-18 17:30:19 +00:00
Hongchao Deng
1fde840aa8 kubemark: check if kubectl is installed in start script 2015-11-18 09:28:05 -08:00
Brian Grant
c75e568ef3 Minor clarifications to whatisk8s 2015-11-18 17:13:46 +00:00
Corey Farwell
2dd4f1f40f Fix typo in guestbook README 2015-11-18 11:25:21 -05:00
gmarek
98633316a5 Print an external IP for Nodes in a density test for easier log lookup 2015-11-18 16:48:39 +01:00
gmarek
b4e7495d47 Add Kubemark User Guide 2015-11-18 15:21:14 +01:00
gmarek
9ca196dd75 Log an error instantly in expectNoError 2015-11-18 14:51:04 +01:00
Adrien Delorme
f64024e245 Allow to specify the type of minion disks on GCE 2015-11-18 14:39:42 +01:00
combk8s
9bad6b65ec Update nodecontroller.go 2015-11-18 19:58:53 +08:00
Wojciech Tyczynski
d7b098b0e9 Add DecodeParametersInto method to Codec. 2015-11-18 09:56:04 +01:00
He Simei
06b62ef498 upgrade etcd flag for docker-k8s 2015-11-18 16:48:20 +08:00
Tim Hockin
2a92988392 Merge pull request #17418 from thockin/fix_examples_test
try harder to timeout hung curls in examples test
2015-11-17 23:54:49 -08:00
Tim Hockin
efe566621f try harder to timeout hung curls in examples test 2015-11-17 23:53:39 -08:00
He Simei
cc9fff8e92 fix kube-up workflow 2015-11-18 14:54:32 +08:00
feihujiang
4d2333b7d8 Let kubectl run follow rules for -- 2015-11-18 14:46:01 +08:00
Tim Hockin
0ed6432ff7 Merge pull request #17356 from thockin/fix_examples_test
Fix the petstore example test with iptables proxy
2015-11-17 22:40:00 -08:00
Jeff Grafton
e0d447bf53 Use NODE_NAME in addition to EXECUTOR_NUMBER in PR Jenkins 2015-11-17 21:36:58 -08:00
Tim St. Clair
66194c6eca Correct erroneous metric endpoint. 2015-11-17 19:02:28 -08:00
Prashanth B
e82277b86a Merge pull request #17302 from bprashanth/wait_leak
Fix timer leak in wait.Poll
2015-11-17 18:35:49 -08:00
Prashanth Balasubramanian
4f3e007581 Fix port typo, fix tests 2015-11-17 18:13:36 -08:00
He Simei
b836f0cf85 fix messy quote thing 2015-11-18 09:47:33 +08:00
k8s-merge-robot
01656fd9a2 Merge pull request #15950 from sdminonne/mt_loop_initial_content
Auto commit by PR queue bot
2015-11-17 17:43:24 -08:00
Yifan Gu
9bf6bc1817 cluster/gce: Move build-kube-env to util.sh
This allows all 3 distros(coreos, debian, trusty) to share the same
build-kube-env.
2015-11-17 17:23:04 -08:00
Fabiano Franz
ab455784f5 kubectl attach only takes one argument 2015-11-17 23:16:02 -02:00
Yu-Ju Hong
760309f349 kubelet: add RawPodStatus and related functions
RawPodStatus will be the internal status of the pod that kubelet relies on for
syncing.
2015-11-17 17:04:05 -08:00
k8s-merge-robot
65cdb12a1c Merge pull request #17076 from Symmetric/patch-2
Auto commit by PR queue bot
2015-11-17 16:38:58 -08:00
k8s-merge-robot
e665c44833 Merge pull request #17310 from ZJU-SEL/fix-ubuntu-doc
Auto commit by PR queue bot
2015-11-17 16:37:09 -08:00
k8s-merge-robot
364e3a0aab Merge pull request #17325 from thockin/beta-annotation-names
Auto commit by PR queue bot
2015-11-17 16:37:03 -08:00
k8s-merge-robot
8dc51efa04 Merge pull request #17379 from mikedanese/beta-deb
Auto commit by PR queue bot
2015-11-17 16:36:53 -08:00
k8s-merge-robot
2afe5178ca Merge pull request #17383 from mikedanese/get-build-cleanup
Auto commit by PR queue bot
2015-11-17 16:36:51 -08:00
Kris
4115738558 Change PodLogs test to use testClient validate
And also switch the 200s to http.StatusOK while I'm here.
2015-11-17 14:54:09 -08:00
Zach Loafman
f8b83a65da Zeppelin: Compress the image by doing the build on a separate image
Pull the tar through to the image we need it on.

Addresses #17231
2015-11-17 14:51:16 -08:00
Madhusudan.C.S
706d768e20 Implement e2e test for node out of disk condition.
The ability to SSH into individual nodes, described by api.Node, and running
commands on them appears to be useful for other e2e tests too. So, move
issueSSHCommand utility function to e2e util file.

Also, modify waitForNodeToBe e2e util function to take any node condition. The
current implementation only takes api.NodeReady condition into consideration.
This change makes the function take any node condition.
2015-11-17 13:19:32 -08:00
Piotr Szczesniak
a10a2f0e2b Merge pull request #17387 from liggitt/metrics_https
Fix transposed controller manager args
2015-11-17 22:00:01 +01:00
Avesh Agarwal
920f32eaa4 Set execute permission for hack/build-ui.sh as other script files. 2015-11-17 15:37:58 -05:00
Jordan Liggitt
14c40fa741 Fix transposed controller manager args 2015-11-17 15:24:57 -05:00
Dr. Stefan Schimanski
2d6c2eb897 e2e: replace ssh with net=host hostexec pod and kubectl exec
- document needed packages in hostexec image
- add RunHostCmdOrDie
- kube-proxy e2e: port from ssh to hostexec
  - use preset NodeName to schedule test pods to different nodes
  - parallel launch of pods
  - port from ssh to hostexec
  - add timeout because nc might block on udp
  - delete test container without grace period
- PrivilegedPod e2e: port from ssh to hostexec
- NodePort e2e: port from ssh to hostexec
- cluster/mesos/docker: Enable privileged pods
2015-11-17 20:48:34 +01:00
Mike Danese
91de3a12a1 cleanup some nits in hack/get-build.sh 2015-11-17 11:20:17 -08:00
Paul Morie
1f9d605096 Add description check for spaces around omitempty directive 2015-11-17 14:01:28 -05:00
Mike Danese
29f6074d96 drop another beta from the debian-iptables image 2015-11-17 11:00:56 -08:00
Mike Danese
fb056c47b2 use inClusterConfig before using default config for cluster components 2015-11-17 10:37:40 -08:00
k8s-merge-robot
0798915490 Merge pull request #17261 from nikhiljindal/masterClean
Auto commit by PR queue bot
2015-11-17 08:16:18 -08:00
k8s-merge-robot
e960505bad Merge pull request #17374 from wojtek-t/remove_fake_client_from_master_test_1
Auto commit by PR queue bot
2015-11-17 08:13:09 -08:00