Dan Williams
6248939e11
Push responsibility for bridge-nf-call-iptables to kubelet network plugins
...
bridge-nf-call-iptables appears to only be relevant when the containers are
attached to a Linux bridge, which is usually the case with default Kubernetes
setups, docker, and flannel. That ensures that the container traffic is
actually subject to the iptables rules since it traverses a Linux bridge
and bridged traffic is only subject to iptables when bridge-nf-call-iptables=1.
But with other networking solutions (like openshift-sdn) that don't use Linux
bridges, bridge-nf-call-iptables may not be not relevant, because iptables is
invoked at other points not involving a Linux bridge.
The decision to set bridge-nf-call-iptables should be influenced by networking
plugins, so push the responsiblity out to them. If no network plugin is
specified, fall back to the existing bridge-nf-call-iptables=1 behavior.
2016-02-23 09:34:59 -06:00
k8s-merge-robot
330f484c17
Merge pull request #21174 from deads2k/make-patch-more-predictable
...
Auto commit by PR queue bot
2016-02-20 05:56:41 -08:00
k8s-merge-robot
3639e43df2
Merge pull request #21016 from hongchaodeng/cache
...
Auto commit by PR queue bot
2016-02-20 02:47:53 -08:00
k8s-merge-robot
6f2b88cb2a
Merge pull request #21516 from nikhiljindal/limitRangee2e
...
Auto commit by PR queue bot
2016-02-20 02:20:17 -08:00
Marek Grabowski
06a6aaca2d
Merge pull request #21616 from gmarek/startup
...
enormous startup fix
2016-02-20 10:52:38 +01:00
gmarek
70bb358e12
enormous startup fix
2016-02-20 10:51:51 +01:00
k8s-merge-robot
783074eded
Merge pull request #21596 from caesarxuchao/linkcheck-golang-path
...
Auto commit by PR queue bot
2016-02-20 01:51:09 -08:00
k8s-merge-robot
a6d855bf64
Merge pull request #21149 from mwielgus/hpa-rescale
...
Auto commit by PR queue bot
2016-02-20 01:51:08 -08:00
Marek Grabowski
93eb6d1fc1
Merge pull request #21615 from gmarek/startup
...
fix enormous startup take 2
2016-02-20 10:30:30 +01:00
gmarek
503a2e66a2
fix enormous startup take 2
2016-02-20 10:29:39 +01:00
k8s-merge-robot
81366c85c7
Merge pull request #21009 from caesarxuchao/unversioned-discovery
...
Auto commit by PR queue bot
2016-02-20 01:23:29 -08:00
k8s-merge-robot
f08a8f23c1
Merge pull request #20959 from justinsb/fix_20911
...
Auto commit by PR queue bot
2016-02-20 00:56:53 -08:00
Marek Grabowski
77d30e393b
Merge pull request #21614 from gmarek/startup
...
fix enormous startup
2016-02-20 09:42:31 +01:00
gmarek
328a41675d
fix enormous startup
2016-02-20 09:41:58 +01:00
k8s-merge-robot
900ab8d2b1
Merge pull request #21597 from spxtr/remove-verify-jobs
...
Auto commit by PR queue bot
2016-02-20 00:29:47 -08:00
k8s-merge-robot
fe18055adc
Merge pull request #21165 from justinsb/aws_master_pd_in_fstab
...
Auto commit by PR queue bot
2016-02-20 00:29:46 -08:00
k8s-merge-robot
6c5bf89ed3
Merge pull request #21160 from justinsb/aws_bigger_master
...
Auto commit by PR queue bot
2016-02-20 00:29:45 -08:00
Daniel Smith
ca35f96b0e
Merge pull request #21611 from kubernetes/revert-21326-cbr0_promisc
...
Revert "Put the container bridge in promiscuous mode."
2016-02-19 23:15:25 -08:00
Daniel Smith
a8b943dddd
Revert "Put the container bridge in promiscuous mode."
2016-02-19 23:14:53 -08:00
Brian Grant
9a12c0a5ea
Merge pull request #21598 from janetkuo/log-available-pods
...
Log pods of RS when deployment e2e test fails
2016-02-19 19:18:48 -08:00
Prashanth B
b36e046fc8
Merge pull request #21326 from bprashanth/cbr0_promisc
...
Put the container bridge in promiscuous mode.
2016-02-19 17:52:34 -08:00
Janet Kuo
b267ede42c
Address comments
2016-02-19 15:58:33 -08:00
Janet Kuo
6ceb221f8e
Log pods of RS when deployment e2e test fails
2016-02-19 15:55:22 -08:00
k8s-merge-robot
5918967a86
Merge pull request #21590 from ixdy/jenkins-job-configs
...
Auto commit by PR queue bot
2016-02-19 15:48:32 -08:00
Joe Beda
11c7068b74
Merge pull request #21142 from justinsb/install_git_package
...
Salt: Make sure git is installed, for gitRepo volumes
2016-02-19 15:42:00 -08:00
Chao Xu
cdb6fb9a67
add golang to path to run on jenkins
2016-02-19 15:18:38 -08:00
Chao Xu
39838745e5
Strip version when encoding discovery API objects at endpoints that exist since release 1.1
2016-02-19 15:05:20 -08:00
Joe Finney
0c8403b266
Remove hack/verify-jenkins-jobs.sh.
2016-02-19 15:03:01 -08:00
Brian Grant
6766f11a5b
Merge pull request #21586 from janetkuo/retry-update-e2e
...
Retry all Update in deployment e2e tests
2016-02-19 15:02:28 -08:00
Prashanth Balasubramanian
a694a7ae4b
Teach the kubelet about --hairpin-mode=promiscuous-bridge.
2016-02-19 14:59:16 -08:00
Prashanth B
6a1156d7a3
Merge pull request #21573 from pmorie/configmap-flake
...
Make flake in configMap update e2e easier to debug
2016-02-19 14:44:13 -08:00
Joe Finney
1fa1b1aac9
Merge pull request #21592 from spxtr/fix-enormous
...
Properly set provider-env in an enormous cluster job.
2016-02-19 14:43:19 -08:00
Joe Finney
2cc07f1c6f
Properly set provider-env in an enormous cluster job.
2016-02-19 14:39:43 -08:00
Joe Finney
6fef6bc977
Merge pull request #21524 from spxtr/yaml-env
...
Move most E2E environment variables into YAML.
2016-02-19 14:30:43 -08:00
Joe Finney
27369806b5
Move e2e environment variables for most jobs into YAML.
2016-02-19 14:25:54 -08:00
Jeff Grafton
81e15e8b55
Upload build log after running custom GCS scripts
2016-02-19 14:20:44 -08:00
Janet Kuo
98a1eaf245
Retry all Update in deployment e2e tests
2016-02-19 13:45:57 -08:00
Brendan Burns
8bda033ef1
Merge pull request #21444 from dchen1107/test1
...
Log daemons' failure reasons to supervisord log files
2016-02-19 13:08:19 -08:00
k8s-merge-robot
d37060d4f0
Merge pull request #21061 from mqliang/deployment-e2e-IntPtr
...
Auto commit by PR queue bot
2016-02-19 13:07:25 -08:00
Brian Grant
f56ed88463
Merge pull request #21576 from janetkuo/fix-flake-scale
...
Fix a bug when getting deployments for RS
2016-02-19 12:15:49 -08:00
k8s-merge-robot
9274783d62
Merge pull request #20965 from olivierlemasle/vagrant-bearertoken
...
Auto commit by PR queue bot
2016-02-19 12:08:08 -08:00
k8s-merge-robot
94ad715f90
Merge pull request #21470 from deads2k/fix-limit-ranger
...
Auto commit by PR queue bot
2016-02-19 12:08:06 -08:00
Brian Grant
d9635b5e3e
Merge pull request #21572 from janetkuo/fix-flake-rollback-norevision
...
Retry Update in DeploymentReaper.Stop
2016-02-19 12:06:09 -08:00
Paul Morie
f8d58ac708
Make flake in configMap update e2e easier to debug
2016-02-19 15:01:20 -05:00
David McMahon
b24fc293e3
Merge pull request #21557 from luxas/fix_typo
...
Do not push images that don't exist
2016-02-19 11:56:21 -08:00
Joe Finney
dcc25e2a04
Merge pull request #21264 from gmarek/jenkins-config
...
Enormous cluster jenkins configs
2016-02-19 11:50:43 -08:00
Janet Kuo
cf2bbc0d6d
Fix a bug when getting deployments for RS
2016-02-19 11:42:17 -08:00
gmarek
ff5ddd93bf
Enormous cluster jenkins configs
2016-02-19 20:39:06 +01:00
k8s-merge-robot
1820da67a2
Merge pull request #21436 from caesarxuchao/clientget-doc
...
Auto commit by PR queue bot
2016-02-19 11:38:29 -08:00
Janet Kuo
3a3ebf68f0
Retry Update in DeploymentReaper.Stop
2016-02-19 11:31:41 -08:00