Commit Graph

21962 Commits

Author SHA1 Message Date
k8s-merge-robot
a486977e19 Merge pull request #17982 from deads2k/gv-testapi-01
Auto commit by PR queue bot
2015-12-08 22:16:59 -08:00
Daniel Smith
dc5e1ea98f Create client package proposal 2015-12-08 21:15:24 -08:00
k8s-merge-robot
d71e838d91 Merge pull request #17760 from gmarek/kubelet-port-salt
Auto commit by PR queue bot
2015-12-08 21:14:10 -08:00
Anish Bhatt
6e46fa1fd4 Add support for open-iscsi transports.
This enables use of software or hardware transports viz. be2iscsi,
bnx2i, cxgb3i, cxgb4i, qla4xx, iser and ocs. The default transport
(tcp) happens to be called "default".

Use of non-default transports changes the disk path to the following format:
/dev/disk/by-path/pci-<pci_id>-ip-<portal>-iscsi-<iqn>-lun-<lun_id>
2015-12-08 17:28:06 -08:00
k8s-merge-robot
d153b2a8cd Merge pull request #17808 from pwittrock/conf
Auto commit by PR queue bot
2015-12-08 17:24:04 -08:00
Mike Danese
0b6167c0c4 fix package doc so it shows up on godoc.org 2015-12-08 17:19:44 -08:00
Minhan Xia
fa30b796a8 Merge pull request #18244 from freehan/eslogging
Increase verbosity for cluster logging e2e test
2015-12-08 16:47:47 -08:00
k8s-merge-robot
90d5bc1834 Merge pull request #18300 from spxtr/build-job
Auto commit by PR queue bot
2015-12-08 16:13:43 -08:00
k8s-merge-robot
77a5ba6c57 Merge pull request #16830 from mikedanese/leader-election
Auto commit by PR queue bot
2015-12-08 15:42:41 -08:00
Arsen Mamikonyan
693213656b Add --config=/etc/kubernetes/manifests to kubelet 2015-12-08 15:33:47 -08:00
Isaac Hollander McCreery
2838af6147 Configure upgrade jobs to use 7-step upgrade, and remove obsolete configs 2015-12-08 15:32:32 -08:00
Isaac Hollander McCreery
cb56fdc27e Add 7-stage upgrade configs to configure_upgrade_step 2015-12-08 15:32:08 -08:00
Minhan Xia
3e7882e808 improve retry for checking es cluster health and increase verbosity 2015-12-08 15:22:51 -08:00
k8s-merge-robot
d568a92d63 Merge pull request #18317 from spxtr/verify-flags
Auto commit by PR queue bot
2015-12-08 14:40:46 -08:00
k8s-merge-robot
be0d55ca52 Merge pull request #18313 from thockin/bump-flannel-ver
Auto commit by PR queue bot
2015-12-08 14:40:40 -08:00
k8s-merge-robot
1900c626f4 Merge pull request #18312 from erictune/example-syncer
Auto commit by PR queue bot
2015-12-08 14:40:35 -08:00
k8s-merge-robot
32ac5c57ba Merge pull request #18046 from janetkuo/fix-local-cluster
Auto commit by PR queue bot
2015-12-08 14:39:32 -08:00
Mike Danese
4ace8280a0 add an option to push/pull component images from a registry using kube-up 2015-12-08 14:19:30 -08:00
Mike Danese
68cf14695c implement client leaderelection library 2015-12-08 13:39:56 -08:00
Spencer Brown
2a10556f3f Add JetBrains IDE project files to .gitignore
for those of us who use these IDEs
2015-12-08 15:37:48 -06:00
Dr. Stefan Schimanski
47a541aa1e Document package default for etcd persistence 2015-12-08 21:50:19 +01:00
Dawn Chen
41cb3d6a39 Merge pull request #17201 from timstclair/allocatable
Proposal: Node Allocatable Resources
2015-12-08 12:15:11 -08:00
Robert Bailey
628ac539e8 Add retries to fetch the easy-rsa bundle from GCS.
Fixes #18335.
2015-12-08 11:44:11 -08:00
Kris
cec9c47f41 Only delete pods when they reach final state 2015-12-08 11:35:42 -08:00
Jeff Grafton
96f302d771 Quote string to preserve newlines in output 2015-12-08 11:27:49 -08:00
Robert Bailey
48a84bae68 Use gcloud install instead of gcloud update for components to remove
the annoying prompt.

Fixes #18374
2015-12-08 11:26:04 -08:00
Zach Loafman
fdc433a9ee Merge pull request #18365 from roberthbailey/session-affinity
Change the gce constant for session affinity to have the capitalization shown in the documentation
2015-12-08 09:59:59 -08:00
Robert Bailey
2ecf504a2e Change the gce constant for session affinity to have the capitalization
shown in the documentation.

Fixes #18347
2015-12-08 09:36:49 -08:00
Joe Finney
89f6e1bdd7 Check in kubernetes-build job configs. 2015-12-08 09:34:47 -08:00
Yu-Ju Hong
6e3c7aaae6 Bump the timeout for container readiness probe e2e tests
To reduce the flakiness.
2015-12-08 08:27:38 -08:00
Robert Roland
ebeb7bc524 Removing quoting of the PROXY_SETTING value.
When PROXY_SETTING is empty, you end up an empty
command of "", as witnessed by this bash debug
output when +x is enabled:

    + '' /home/ubuntu/kube/make-ca-cert.sh 10.0.0.232 IP:10.0.0.232,IP:192.168.3.1,DNS:kubernetes,DNS:kubernetes.default,DNS:kubernetes.default.svc,DNS:kubernetes.default.svc.cluster.local

Given the example:

    PROXY_SETTING="http_proxy=http://server:port https_proxy=https://server:port"

You would not want this quoted on the script executed
on the remote master or minion node.

Enabling +e, for additional tracing and to
abort on any failure in the remote SSH session.

Adding a DEBUG parameter into config-default.sh allowing additional
debug information to be present in the logs during node rollout, using
bash's "set -x" when DEBUG=true
2015-12-08 07:53:02 -08:00
Robert Roland
6698ac6dcc Need to source the config-default.sh file before modifying the /etc/default/docker file, otherwise the DOCKER_OPTS set there do not get applied to new minion nodes. 2015-12-08 07:52:11 -08:00
gmarek
217149c199 Tweak constants in monitor_resources test 2015-12-08 13:46:27 +01:00
Wojciech Tyczynski
f4d3f06067 Merge pull request #18328 from wojtek-t/increase_addons_limits
Increase limits for addons in scalability test
2015-12-08 11:50:15 +01:00
Alexander
a505e19a9a Minor update to Cassandra example docs
Changing name of docker image to match given example + add some links to the sources
2015-12-08 19:02:58 +09:00
Janet Kuo
72bd4e8caf Fix bug when getting new RC of a deployment 2015-12-07 23:57:30 -08:00
Wojciech Tyczynski
f27c69851e Increase limits for addons in scalability test 2015-12-08 08:08:43 +01:00
Tim Hockin
d0d27be9b0 Merge pull request #18243 from thockin/test-flake
Try to fix rare test flake in services e2e
2015-12-07 20:57:13 -08:00
Justin Santa Barbara
428e4156e2 AWS: Strip more comments from instance user-data
To stay under the 16KB limit
2015-12-07 22:27:33 -05:00
Janet Kuo
524ec8b48b Fix bug when getting old RCs of a deployment 2015-12-07 18:09:51 -08:00
Tim St. Clair
54a6da979c Node Allocatable resources proposal 2015-12-07 16:43:15 -08:00
Joe Finney
ca3524639d Add .md and .yaml exceptions to verify-flags-underscore.py.
Also removed duplicated exception checks for file extensions.
2015-12-07 16:33:27 -08:00
k8s-merge-robot
929ab32865 Merge pull request #18181 from mesosphere/guide-spacing
Auto commit by PR queue bot
2015-12-07 16:00:21 -08:00
k8s-merge-robot
94752c12a8 Merge pull request #18128 from ZJU-SEL/fix-typo
Auto commit by PR queue bot
2015-12-07 15:59:08 -08:00
Fabio Yeon
a545809738 Merge pull request #18316 from spxtr/add-exception
Add exception to hack/jenkins/README.md for jenkins_jobs.ini line.
2015-12-07 15:33:46 -08:00
Joe Finney
47250d8b1b Add exception for hack/jenkins/README.md 2015-12-07 15:32:18 -08:00
Tamer Tas
e5100279db Rename githash to build_version and version to release_version 2015-12-08 01:21:20 +02:00
Fabio Yeon
0fe724f4eb Merge pull request #17996 from spxtr/jenkins-jobs
Check Jenkins job configs into git
2015-12-07 15:04:23 -08:00
Tim Hockin
8ba250e149 Bump flannel to 0.5.5 in instructions 2015-12-07 14:20:30 -08:00
Eric Tune
21f81935e2 examples munger allows any file extension. 2015-12-07 14:18:42 -08:00