- Jun 28, 2016
-
-
Smaine Kahlouch authored
upgrade etcd version to 2.3.7
-
Smana authored
-
- Jun 27, 2016
-
-
Smaine Kahlouch authored
Add KUBE_API_INSECURE_BIND to systemd unit file
-
- Jun 24, 2016
-
-
Smaine Kahlouch authored
Add configurable option for kube_apiserver_insecure_bind_address
-
Matthew Mosesohn authored
-
- Jun 22, 2016
-
-
Smaine Kahlouch authored
Update calico systemd.service template for EL7
-
Chris Bell authored
-
Chris Bell authored
-
- Jun 21, 2016
-
-
Smaine Kahlouch authored
upgrade pypy version
-
Smana authored
-
- Jun 18, 2016
-
-
Smaine Kahlouch authored
Add IAM profiles for Kubernetes nodes
-
- Jun 17, 2016
-
-
Smaine Kahlouch authored
Force install of specified docker version, fixes #295
-
Matthew Mosesohn authored
This allows Ubuntu/Debian to downgrade Docker version if a newer version is installed, instead of failing.
-
Smaine Kahlouch authored
WIP: terraform openstack
-
- Jun 15, 2016
-
-
Bill Young authored
-
- Jun 14, 2016
-
-
Smaine Kahlouch authored
Add docker_options to calico networking
-
Matthew Mosesohn authored
-
- Jun 12, 2016
-
-
Smaine Kahlouch authored
Add kpm role
-
Smana authored
-
ant31 authored
-
ant31 authored
-
ant31 authored
-
- Jun 11, 2016
-
-
Smaine Kahlouch authored
install kpm in order to deploy addons
-
Smana authored
-
- Jun 10, 2016
-
-
Smaine Kahlouch authored
upgrade calico to v0.20 and calico-cni to v1.3.1
-
- Jun 09, 2016
-
-
Smana authored
-
Smaine Kahlouch authored
base functionality to create aws resources
-
- Jun 07, 2016
-
-
Spencer Smith authored
-
- Jun 06, 2016
-
-
Smaine Kahlouch authored
allow for bootstrapping of separate CoreOS etcd nodes
-
- Jun 05, 2016
-
-
Paul Czarkowski authored
-
- Jun 03, 2016
-
-
Spencer Smith authored
-
- Jun 02, 2016
-
-
Smaine Kahlouch authored
clean conditions into docker templates
-
Smana authored
-
- Jun 01, 2016
-
-
Smaine Kahlouch authored
Add scale-up for etcd cluster
-
- May 31, 2016
-
-
Smaine Kahlouch authored
Fix order in restart kubelet to fix systemd reload
-
mattymo authored
Systemd reload before reload kubelet was failing because its definition was before "restart kubelet". Its definition should be after the notify hook.
-
Evgeny L authored
* Set ETCD_INITIAL_CLUSTER_STATE from `new` to `existing`, because parameter `new` makes sense only on cluster assembly stage. * If cluster exists and current node is not a part of the cluster, add it with command `etcdctl add member name url`. Closes kubespray/kargo/#270
-
- May 28, 2016
-
-
Smaine Kahlouch authored
example env allow insecure-registry
-
Paul Czarkowski authored
Many use cases of k8s involve running a local registry, chances are the person running this will learn the hard way that they need to allow insecure registry on the `kube_service_addresses` network. We should just default to settings this in `inventory/group_vars/all.yml` to help reduce potential friction for first time users.
-