Commit Graph

17953 Commits

Author SHA1 Message Date
Tim Hockin
bd3cd82a12 Change kube-proxy flag: annotation for proxy-mode
This changes the --legacy-userspace-proxy flag to be a string flag
--proxy-mode.  If specified, the flag will be respected ('userspace' and
'iptables' being valid values).  If left blank (default) we will choose the
"best".  best means userspace for now UNLESS the user adds an annotation
(net.experimental.kubernetes.io/proxy-mode) to their node, in which case we
will try to use that.

This allows people to try it on a single machine without fear of global failure
and without it getting rolled back on reboots.  It is a poor-man's config blob.
2015-09-21 18:06:24 -07:00
k8s-merge-robot
02b9930525 Merge pull request #9009 from liggitt/token_controller_fixes
Auto commit by PR queue bot
2015-09-21 17:42:39 -07:00
k8s-merge-robot
c96c76b729 Merge pull request #13780 from smarterclayton/pod_logs
Auto commit by PR queue bot
2015-09-21 17:02:47 -07:00
Abhi Shah
fec15efef9 Merge pull request #14317 from ArtfulCoder/netexec1.1
netexec shellCommand endpoint returns the error if shell command fail…
2015-09-21 16:47:35 -07:00
Dawn Chen
a5e8b57636 Merge pull request #14210 from vishh/heapster-v0.18.1
WIP: Upgraded heapster to v0.18.1, influxDB to v0.8.9, and Grafana to v2.0.
2015-09-21 16:42:56 -07:00
Abhishek Shah
e40f1533f9 netexec shellCommand endpoint returns the error if shell command fails, instead of killing netexec 2015-09-21 16:32:51 -07:00
k8s-merge-robot
74a0524fd1 Merge pull request #14191 from ArtfulCoder/rlimit
Auto commit by PR queue bot
2015-09-21 16:32:09 -07:00
k8s-merge-robot
9df172b06a Merge pull request #14246 from mvdan/fix-race-lifecycle
Auto commit by PR queue bot
2015-09-21 16:09:35 -07:00
Vishnu kannan
989aaef94f Upgraded heapster to v0.18.1, influxDB to v0.8.9, and Grafana to v2.0. 2015-09-21 15:42:24 -07:00
k8s-merge-robot
2e5a3cfbc6 Merge pull request #14240 from caesarxuchao/improve-latet-panic-message-for-v1
Auto commit by PR queue bot
2015-09-21 15:11:56 -07:00
k8s-merge-robot
5b898127d8 Merge pull request #14295 from ixdy/e2e-client-timeout
Auto commit by PR queue bot
2015-09-21 14:49:50 -07:00
k8s-merge-robot
8fda0969e6 Merge pull request #14298 from ixdy/test-go-junit-report
Auto commit by PR queue bot
2015-09-21 14:28:30 -07:00
k8s-merge-robot
6c30a0e170 Merge pull request #13955 from caesarxuchao/API-discovery
Auto commit by PR queue bot
2015-09-21 14:01:36 -07:00
k8s-merge-robot
653e695248 Merge pull request #14291 from deads2k/enable-patch-verb
Auto commit by PR queue bot
2015-09-21 13:27:52 -07:00
Jeff Grafton
4ce49b6f45 Filter test output when running unit tests in verbose mode 2015-09-21 13:11:12 -07:00
k8s-merge-robot
3713cbc912 Merge pull request #14169 from mesosphere/sttts-fix-kubelet-writer-npe
Auto commit by PR queue bot
2015-09-21 13:04:25 -07:00
k8s-merge-robot
98ed2ca28a Merge pull request #14267 from soltysh/job_defaults_fix
Auto commit by PR queue bot
2015-09-21 12:41:47 -07:00
Clayton Coleman
c2e90cd154 Support extended pod logging options
Increase the supported controls on pod logging. Add validaiton to pod
log options. Ensure the Kubelet is using a consistent, structured way to
process pod log arguments.

Add ?sinceSeconds=<durationInSeconds>, &sinceTime=<RFC3339>, ?timestamps=<bool>,
?tailLines=<number>, and ?limitBytes=<number>
2015-09-21 15:39:32 -04:00
Jeff Grafton
11f3785023 e2e: set default timeout on Client 2015-09-21 12:34:51 -07:00
Chao Xu
1278771b34 let apiserver support api discovery 2015-09-21 12:20:24 -07:00
k8s-merge-robot
915bc04488 Merge pull request #13632 from jiangyaoguo/create-new-cache-for-every-event-sink
Auto commit by PR queue bot
2015-09-21 12:15:27 -07:00
Chao Xu
9c2202a771 improve the panic message of GroupOrDie 2015-09-21 11:51:48 -07:00
k8s-merge-robot
81ec641f15 Merge pull request #14257 from feihujiang/removeCodeAboutMinionAgain
Auto commit by PR queue bot
2015-09-21 11:45:40 -07:00
k8s-merge-robot
b07b9918ce Merge pull request #14055 from gmarek/fix_density
Auto commit by PR queue bot
2015-09-21 11:14:48 -07:00
deads2k
630c6cc16a add patch verb to APIRequestInfo 2015-09-21 14:09:36 -04:00
k8s-merge-robot
11c31aeca7 Merge pull request #14252 from thockin/exp_annot_convention
Auto commit by PR queue bot
2015-09-21 10:50:40 -07:00
k8s-merge-robot
843134885e Merge pull request #12470 from simon3z/add-host-ipc
Auto commit by PR queue bot
2015-09-21 09:15:01 -07:00
Clayton Coleman
a02bcefa10 Allow []string to be converted to *int64
Not something we hit before
2015-09-21 12:02:03 -04:00
Maciej Szulik
5d3b4de435 Extended defaults for jobs.
Currently jobs will only default completions and parallelism. This adds
copying labels map for pod's template as selectors, similarly how it's done
in replication controller.
2015-09-21 17:18:32 +02:00
Jordan Liggitt
079d5429de Retry service account update when adding token reference 2015-09-21 11:09:46 -04:00
k8s-merge-robot
9f93dceab1 Merge pull request #14112 from timothysc/e2e-docs
Auto commit by PR queue bot
2015-09-21 07:21:16 -07:00
k8s-merge-robot
1ad9aad8ab Merge pull request #14259 from mesosphere/sttts-cleanup-task-lost
Auto commit by PR queue bot
2015-09-21 07:11:48 -07:00
k8s-merge-robot
979bfc0f18 Merge pull request #14167 from socaa/static-consumption
Auto commit by PR queue bot
2015-09-21 05:13:11 -07:00
k8s-merge-robot
1446b7c4d3 Merge pull request #14113 from piosz/gcm
Auto commit by PR queue bot
2015-09-21 02:44:38 -07:00
Ewa Socala
152991f06c Static Consumption added to autoscaling_utils.go 2015-09-21 10:45:10 +02:00
gmarek
393baa5157 Allow Density to run on non-GCE/GKE provider, rename deleteTestingNS
function.
2015-09-21 10:43:45 +02:00
k8s-merge-robot
0525e6e1e6 Merge pull request #14121 from mesosphere/sttts-extract-suicide-code
Auto commit by PR queue bot
2015-09-21 01:14:00 -07:00
Dr. Stefan Schimanski
132f8892ed Move task-lost message prefix into messages module 2015-09-21 09:51:05 +02:00
k8s-merge-robot
832370ed4f Merge pull request #13985 from piosz/annotations
Auto commit by PR queue bot
2015-09-21 00:43:34 -07:00
Dr. Stefan Schimanski
9d8d0ed075 Fix missing volume writer in executor kubelet instantiation 2015-09-21 09:23:47 +02:00
Piotr Szczesniak
9a1ec3dfb5 Added GCM support for Initial Resources plugin 2015-09-21 09:01:54 +02:00
Piotr Szczesniak
767445c87f Added google api go client to deps 2015-09-21 09:01:54 +02:00
feihujiang
c99172924c Remove useless code about minion 2015-09-21 14:51:19 +08:00
k8s-merge-robot
c7a28d7091 Merge pull request #14198 from eparis/verify-godep
Auto commit by PR queue bot
2015-09-20 21:11:06 -07:00
Tim Hockin
cf1141220f Clarify experimental annotation format 2015-09-20 21:00:41 -07:00
Daniel Martí
80a37fbca4 Fix race in lifecycle admission test
.State.Phase is read and written by multiple goroutines as reported by `godep
go test -race` on Go 1.5.1. Adding the mutex around the object fixes the
issue.
2015-09-20 18:45:33 -07:00
k8s-merge-robot
6dad530a1f Merge pull request #12599 from rootfs/fc_volume
Auto commit by PR queue bot
2015-09-20 17:20:26 -07:00
k8s-merge-robot
568c0331b0 Merge pull request #13650 from markturansky/prov_creater
Auto commit by PR queue bot
2015-09-20 16:57:36 -07:00
k8s-merge-robot
cd37cd7c0a Merge pull request #12507 from nikhiljindal/swaggerValid
Auto commit by PR queue bot
2015-09-19 23:26:17 -07:00
k8s-merge-robot
c2f76e4ce7 Merge pull request #14106 from jszczepkowski/hpa-api
Auto commit by PR queue bot
2015-09-19 22:23:06 -07:00