Commit Graph

10796 Commits (3599d81ef169a6c1c78ddf90fe83afbf0caf1e5a)

Author SHA1 Message Date
Daniel Smith d136728df7 Merge pull request #7875 from satnam6502/elasticsearch
Elasticsearch Discovery with Kubernetes
2015-05-08 12:04:11 -07:00
Derek Carr 39de2ee5b8 Merge pull request #7982 from BenTheElder/vagrant_test_fixes
Call kube-down in test-teardown for vagrant.
2015-05-08 15:01:21 -04:00
BenTheElder 0b32bb1e4c Call kube-down in test-teardown
See https://github.com/GoogleCloudPlatform/kubernetes/issues/7978
2015-05-08 14:50:35 -04:00
Abhi Shah a453d0b187 Merge pull request #7977 from GoogleCloudPlatform/revert-7734-iscsi_pv2
Revert "Added ISCSI to PV structs"
2015-05-08 11:32:05 -07:00
Abhi Shah 87e85e25f1 Revert "Added ISCSI to PV structs" 2015-05-08 11:31:35 -07:00
Abhi Shah 9b2a0df811 Merge pull request #7734 from markturansky/iscsi_pv2
Added ISCSI to PV structs
2015-05-08 10:55:41 -07:00
Clayton Coleman e200d5a317 Make PortalIP alloc HA
* Add an allocator which saves state in etcd
* Perform PortalIP allocation check on startup and periodically afterwards

Also expose methods in master for downstream components to handle IP allocation
/ master registration themselves.
2015-05-08 13:34:16 -04:00
Satnam Singh 220e754f3e Make the API server deal with HEAD requests 2015-05-08 10:33:51 -07:00
Yu-Ju Hong 170f426fb6 Don't use the first token `uname -n` as the hostname
This change partially reverts the change made in #7910, which takes only the
first token of `uname -n` as the hostname.
2015-05-08 10:09:06 -07:00
Abhi Shah 0d16f43475 Merge pull request #7917 from caesarxuchao/redis-example
verify the v1beta3 yaml files all work; merge the yaml files
2015-05-08 09:56:18 -07:00
Robert Bailey a7bb598889 Merge pull request #7928 from manolitto/disable_minion_public_ip
AWS: make it possible to disable minion public ip assignment
2015-05-08 09:52:42 -07:00
Victor Marmol f7e3df4e66 Merge pull request #7952 from yifan-gu/rkt_switch
kubelet: Add container runtime option for rkt.
2015-05-08 09:43:17 -07:00
Eric Paris d28660ae49 Remove useless bash conditional
bash just returns the last return code, why are we testing and then
doing the same?
2015-05-08 12:22:07 -04:00
RichieEscarez 6d41db6f92 Issue7094- Replace "kubernetes_auth" with kubectl config view
Removed the deprecated “kubenetes_auth” command and replaced it with
the “kubectl config view” command (and corresponding example).
2015-05-08 08:48:39 -07:00
Manfred Geiler c5c62f7d57 fixed second missing $ and added curly brackets 2015-05-08 17:18:52 +02:00
Victor Marmol 86e347ffc3 Merge pull request #7951 from yifan-gu/rkt_pty
kubelet/container: Move pty*.go to container runtime package.
2015-05-08 08:12:36 -07:00
Victor Marmol 3c184fa5ef Merge pull request #7948 from pmorie/kubelet-image
Ease building kubelet image
2015-05-08 08:08:49 -07:00
Victor Marmol 92bd8577e0 Merge pull request #7931 from pmorie/typo
Fix typos in different config comments
2015-05-08 08:05:51 -07:00
Manfred Geiler 1119340260 fixed missing $ 2015-05-08 16:58:49 +02:00
Manfred Geiler 96d34c1106 AWS: added docs for KUBE_ENABLE_MINION_PUBLIC_IP option 2015-05-08 16:56:06 +02:00
Rohit Jnagal 6de568244f Merge pull request #7929 from vmarmol/cadvisor
Update cAdvisor dependency.
2015-05-08 07:37:18 -07:00
Yifan Gu 7e9ba26103 kubelet: Add container runtime option for rkt. 2015-05-07 23:39:37 -07:00
Yifan Gu 8b1174a3a7 kubelet/container: Move pty*.go to container runtime package.
This makes the labeld pty wrapper available for both container runtime.
2015-05-07 23:36:47 -07:00
Paul Morie ad4b6dcb0d Ease building kubelet image 2015-05-08 01:21:25 -04:00
goltermann e175728969 simple nginx fixes 2015-05-07 18:28:00 -07:00
kargakis 93dc839b19 Load input object for increased safety 2015-05-08 03:17:54 +02:00
markturansky 6cdec4c093 rebased and updated 2015-05-07 20:54:35 -04:00
Quinton Hoole 12de230bb6 Merge pull request #7935 from saad-ali/jenkinssoak
Add control variables to Jenkins E2E script
2015-05-07 17:06:16 -07:00
Robert Bailey c903aa76b3 Merge pull request #7932 from fabioy/check-good-nodes.fix
Check node status as part of validate-cluster.sh.
2015-05-07 17:03:21 -07:00
saadali 7cc25842fa Add control variables to Jenkins E2E script 2015-05-07 17:01:25 -07:00
Abhi Shah 589154a557 Merge pull request #7821 from lavalamp/deleteEndpoints
Add old endpoint cleanup function
2015-05-07 16:54:41 -07:00
Victor Marmol 65bd04fc51 Merge pull request #7916 from yifan-gu/rkt_rm_label
kubelet/rkt: Remove build label.
2015-05-07 16:24:32 -07:00
Fabio Yeon 89b3ffa5b7 Check node status as part of validate-cluster.sh. 2015-05-07 16:13:07 -07:00
Abhi Shah 7b1e9adb47 Merge pull request #7620 from brendandburns/fix
Support recovery from in the middle of a rename.
2015-05-07 16:04:26 -07:00
Clayton Coleman f2b6c41345 Merge pull request #7715 from csrwng/exec_portfw_client
Update Exec and Portforward client to use pod subresource
2015-05-07 18:57:10 -04:00
Paul Morie b5dd5be123 Fix typos in different config comments 2015-05-07 18:44:24 -04:00
Victor Marmol 55d167d154 Update cAdvisor dependency.
- Better handling of time-based queries
- Better handling of errors detecting machine topology

Fixes #7906
2015-05-07 15:37:52 -07:00
Clayton Coleman 6a86c48207 release build broken on Docker 1.6
By default, tmpfs on Docker 1.6 is 64mb which is too
small for Go builds on the Kube project (binary size, etc).

This moves the release build to use a non tmpfs work dir.
2015-05-07 18:20:15 -04:00
markturansky 4c9eac6c3d Added ISCSI to PV structs 2015-05-07 18:13:03 -04:00
Manfred Geiler 205ed2bf6e AWS: make it possible to disable minion public ip association 2015-05-08 00:09:47 +02:00
Victor Marmol 5074e98ee9 Merge pull request #7910 from yujuhong/hostname
Use the full hostname for mirror pod name.
2015-05-07 14:43:16 -07:00
Abhi Shah 42aa4ead7e Merge pull request #7564 from markturansky/nfs_pv
Added NFS to PV structs
2015-05-07 13:51:40 -07:00
Chao Xu e0f0ac463f verify the v1beta3 yaml files all work; merge the yaml files 2015-05-07 13:46:12 -07:00
Yifan Gu 41f8c79490 kubelet/rkt: Remove build label.
As we removed the linux specific dependency, now rkt can be built
on other platforms as well.
2015-05-07 13:42:05 -07:00
Robert Bailey e5b9f7421e Merge pull request #7616 from brendandburns/qps
Adds a simple release-note builder that scrapes the Github API for recent PRs
2015-05-07 13:04:47 -07:00
Victor Marmol 5cc90d2fc1 Merge pull request #7909 from GoogleCloudPlatform/revert-7900-rkt_switch
Revert "kubelet: Add container runtime option for rkt."
2015-05-07 13:01:58 -07:00
Victor Marmol ecf8348609 Revert "kubelet: Add container runtime option for rkt." 2015-05-07 13:01:37 -07:00
Yu-Ju Hong ab5e0e0b5c Use the full hostname for mirror pod name.
This change appends the full hostname to the mirror pod name (instead of taking
the first token) so that if the hostname is overriden, we'd not be creating
unncessary name conflicts. An example would be that a user overrides the
hostnames to be "127.0.0.1" and "127.0.0.2", and both of them were resolved to
"127" for the mirror pod name suffix.

Also, because `uname -n` could return a FQDN or not, this change takes only
the first token of it as the hostname for consistency.
2015-05-07 12:59:49 -07:00
Rohit Jnagal 70ec2f7fb7 Merge pull request #7904 from posita/fix-docs-vagrant
Fix environment variable error in Vagrant docs
2015-05-07 12:50:30 -07:00
Victor Marmol 3d0f54f1f6 Merge pull request #7900 from yifan-gu/rkt_switch
kubelet: Add container runtime option for rkt.
2015-05-07 12:22:31 -07:00