Mike Danese
ae1c8e55ef
Merge pull request #11737 from thockin/cleanup-remove-v1beta3
...
Remove v1beta3
2015-07-24 10:25:56 -07:00
Tim St. Clair
6676331663
Add prometheus extraction library to Godeps
2015-07-24 10:23:57 -07:00
Mike Danese
5c6f4f5906
Merge pull request #10024 from deads2k/name-reflectors
...
add originator to reflector logging
2015-07-24 10:23:34 -07:00
Mike Danese
13c5761268
Merge pull request #11358 from ZJU-SEL/upgradek8s
...
[WIP]upgrade ubuntu bare-metal k8s to 1.0.1
2015-07-24 10:22:43 -07:00
Mike Danese
2e1e4f81cb
Merge pull request #11794 from mikedanese/revert-revert
...
Revert revert of #11379
2015-07-24 10:20:48 -07:00
Mike Danese
8b990263e9
Merge pull request #11057 from liggitt/close_body
...
Close resp.Body before returning error
2015-07-24 09:57:23 -07:00
Mike Danese
18466bfc4f
Merge pull request #10563 from rootfs/rbd-fencing
...
rbd mount fencing
2015-07-24 09:53:31 -07:00
Mike Danese
81b3329c82
Merge pull request #10753 from samsabed/envvars
...
Print env vars in kubectl describe pod
2015-07-24 09:52:51 -07:00
Mike Danese
d6796ecd38
Merge pull request #11333 from deads2k/passthrough-errors
...
pass along status errors for upgrades
2015-07-24 09:49:34 -07:00
Mike Danese
c70d8d4c59
Merge pull request #11108 from mesosphere/fix-10795
...
Fix races in mesos scheduler plugin test
2015-07-24 09:35:29 -07:00
Mike Danese
823e5d45c3
Merge pull request #10841 from liggitt/delete_all
...
Default --ignore-not-found to true for delete --all
2015-07-24 09:26:35 -07:00
Mike Danese
e9084f95d1
Merge pull request #10517 from chrishiestand/gke-scopes
...
change shell var MINION_SCOPES to user setable
2015-07-24 09:22:25 -07:00
Anastasis Andronidis
2be1cbe0af
updated go-restful
2015-07-24 18:12:05 +02:00
Huamin Chen
fa8a2ef81d
fencing off multiple rbd mount
...
Signed-off-by: Huamin Chen <hchen@redhat.com>
2015-07-24 11:49:32 -04:00
Mike Danese
fab2c80281
Merge pull request #10062 from ironcladlou/update-acceptor
...
Rolling updater configurability enhancements
2015-07-24 08:48:48 -07:00
Mike Danese
db179e4cf4
Merge pull request #10346 from jhadvig/comment_fix
...
Fix NewNotFound method name in comments
2015-07-24 08:08:57 -07:00
Mike Danese
816586bcef
Merge pull request #10866 from jlowdermilk/kubectl-create-f
...
kubectl resource builder: don't check extension for single files
2015-07-24 08:03:43 -07:00
Mike Danese
01ee1b8634
Merge pull request #10840 from jbeda/master
...
Fix up check for min memory for parallel builds
2015-07-24 08:02:33 -07:00
Mike Danese
7a60a7c264
Merge pull request #11773 from jayunit100/etc-comment
...
Update comments to remove etcd specificity and minion term
2015-07-24 08:00:21 -07:00
Jan Chaloupka
3a90386c78
golang 1.4 was happy with -X key val
...
golang 1.5 complains ans wants -X key=val
2015-07-24 16:56:18 +02:00
Jordan Liggitt
5893f1c5b6
Use self-signed cert as CA for local-up-cluster.sh
2015-07-24 07:16:07 -07:00
Eric Paris
1253ca52cd
Ansible: start to support debian
2015-07-24 09:58:31 -04:00
Eric Paris
a25b34e1a4
Ansible: Vagrant: allow passing ansible tags to vagrant provision
...
Creating a cluster from scratch takes about 7 minutes. But if you just
rebuild the binaries and want to update those you don't want to have to
rerun the entire thing. There is an ansible tag 'binary-update' which
will do that. Now one can do
```
ANSIBLE_TAGS=binary-update vagrant provision
```
And it will push the new binaries.
2015-07-24 09:58:31 -04:00
Eric Paris
8ba4d85fa9
Ansible: Add kube-ui kube-addon support
2015-07-24 09:58:31 -04:00
Eric Paris
217f8eef95
Ansible: convert DNS from kube_config_dir to kube_addons_dir
2015-07-24 09:58:31 -04:00
Eric Paris
9aed89f816
Ansible: fast update of binaries
...
If you are using locally build binaries as a developer you likely will
want to just push those binaries to an existing cluster, not rerun the
entire playbook. Add a tag to do just that.
2015-07-24 09:58:31 -04:00
Jeff Bean
0653156e1e
Ansible: Updating README
2015-07-24 09:58:31 -04:00
Jeff Bean
29980851f7
Ansible: Adding variable for kubernetes apiserver port
2015-07-24 09:58:31 -04:00
Jeff Bean
90b1318168
Ansible: Adding variable for kubernetes addon dir
2015-07-24 09:58:30 -04:00
Eric Paris
ce4d2d41fb
Ansible: Vagrant: Add libvirt support
2015-07-24 09:58:30 -04:00
Eric Paris
51a33d3ff5
Ansible: vagrant: generic set_provider() function
2015-07-24 09:58:30 -04:00
Eric Paris
dda42add54
Ansible: Vagrant: Add vbox support
2015-07-24 09:58:30 -04:00
Eric Paris
36e991742b
Ansible: Vagrant: Update to os1 vagrant scripts
...
Do the /etc/host creation with vagrant, so it uses internal instead of
external ips (hostmanager only knew about the public ip)
Ignore errors on docker failure when 'restarting' docker in flannel
handler. If this is a clean install, we haven't run 'node' yet so docker
isn't installed so it doesn't need to be started. It would be better to
be more specific in ignoring errors though...
2015-07-24 09:58:30 -04:00
jayunit100
a008fe24bb
Ansible: Vagrant: kubernetes openstack deployer
...
vbox deployer separated and deprecated. Readded-later
2015-07-24 09:58:25 -04:00
Eric Paris
fd1024baa2
Install openssl when using make-ca-certs.sh
...
easyrsa requires openssl. So make sure it is installed.
2015-07-24 09:56:42 -04:00
Eric Paris
90ecd96f84
Ansible: Run from locally built binaries
...
Instead of from distro packages
2015-07-24 09:48:36 -04:00
Eric Paris
c3849fd240
Ansible: Minor typo in play text (no functional change)
2015-07-24 09:48:36 -04:00
Eric Paris
605437f811
Ansible: Support new upstream non-default namespace for addons
2015-07-24 09:48:35 -04:00
Eric Paris
165aa56c1a
Ansible: Do not fail flannel restart is docker not installed
...
On first install flannel runs before docker is installed. So do not fail
if docker is not installed
2015-07-24 09:48:35 -04:00
Eric Paris
8b57cc8918
Ansible: cert gen: use inventory hostname not ip address
2015-07-24 09:48:35 -04:00
Jerzy Szczepkowski
b459b796b6
Merge pull request #10981 from mwielgus/rethinkdb-e2e
...
E2E tests for examples/rethinkdb
2015-07-24 15:33:01 +02:00
Dan Mace
d044208b38
Rolling updater enhancements
...
Add an UpdateAcceptor interface to the rolling updater which supports
injecting code to validate the first replica during scale-up. If the
replica is not accepted, the deployment fails. This facilitates canary
checking so that many broken replicas aren't rolled out during an update.
Make the rolling update scale amount configurable as a percent of the replica
count; a negative value changes the scale direction to down/up to support
in-place deployments.
2015-07-24 08:53:50 -04:00
Marcin Wielgus
82cf645bad
E2E tests for examples/rethinkdb
2015-07-24 14:51:52 +02:00
Jerzy Szczepkowski
7645513d2a
Merge pull request #10749 from mwielgus/secret_and_downward
...
E2E tests for examples/downward-api and examples/secrets
2015-07-24 14:18:34 +02:00
Jerzy Szczepkowski
1081003e45
Merge pull request #11691 from gmarek/scale_e2e
...
Remove Scale e2e test
2015-07-24 14:15:42 +02:00
Jerzy Szczepkowski
a05acdd49a
Merge pull request #11800 from rafax/kubectl-typo
...
Fix typo in guestbook-go
2015-07-24 14:14:03 +02:00
Jerzy Szczepkowski
63ef538eae
Merge pull request #11804 from sgotti/fix_libvirtcoreos_masterport
...
Set the right master port to kube-proxy in libvirt-coreos.
2015-07-24 14:13:12 +02:00
Marcin Wielgus
561dd7d18b
Add scale retry in ScaleRC in test/e2e/util.go
2015-07-24 14:12:55 +02:00
Jerzy Szczepkowski
f1519434b5
Merge pull request #11805 from GoogleCloudPlatform/revert-11778-sshLog
...
Revert "Improve SSH logging for debugging"
2015-07-24 13:59:30 +02:00
Jerzy Szczepkowski
496895d610
Revert "Improve SSH logging for debugging"
2015-07-24 13:36:16 +02:00