Daniel Leining
72ab34f210
Add --bind-address to kube-apiserver
8 years ago
Smaine Kahlouch
67ca186dd1
Merge pull request #318 from kubespray/upgrade_k8s_v1.2.5
upgrade kubernetes to v1.2.5
8 years ago
Smana
85fa3efc06
upgrade kubernetes to v1.2.5
8 years ago
Smaine Kahlouch
8531ec9186
Merge pull request #313 from Smana/choose_k8s_version
Helper to change k8s version
8 years ago
Smana
8c3f5f0831
change licence to apache2
8 years ago
Smana
c4beee38f6
include variables from a distinct file
8 years ago
Smana
247a1a6e6e
change hyperkube repository
8 years ago
Smana
a4396cfca0
use python script to update sha256 sum in the vars
8 years ago
Smaine Kahlouch
53b72920a5
Merge pull request #317 from kubespray/etcd_upgrade_v2.3.7
upgrade etcd version to 2.3.7
8 years ago
Smana
536454b079
upgrade etcd version to 2.3.7
8 years ago
Smaine Kahlouch
95bb8075f5
Merge pull request #315 from mattymo/patch-2
Add KUBE_API_INSECURE_BIND to systemd unit file
8 years ago
mattymo
708d2fbd61
Add KUBE_API_INSECURE_BIND to systemd unit file
This was missing from commit c4c312c2e6
8 years ago
Smaine Kahlouch
103f09b470
Merge pull request #310 from mattymo/kube_api_insecure_port
Add configurable option for kube_apiserver_insecure_bind_address
8 years ago
Matthew Mosesohn
c4c312c2e6
Add configurable option for kube_apiserver_insecure_bind_address
8 years ago
Smaine Kahlouch
d7babeba2e
Merge pull request #308 from aLostEngineer/master
Update calico systemd.service template for EL7
8 years ago
Chris Bell
9e59c74c24
Maintain backwards compatibility with EL6
8 years ago
Chris Bell
d94253ff6a
Modify calico docker.service
8 years ago
Smaine Kahlouch
dc90c594c6
Merge pull request #305 from kubespray/upgrade_coreos_pypy
upgrade pypy version
8 years ago
Smana
094c2c75f3
upgrade pypy version
8 years ago
Smaine Kahlouch
9ddace0566
Merge pull request #294 from billyoung/master
Add IAM profiles for Kubernetes nodes
8 years ago
Smaine Kahlouch
47061a31e2
Merge pull request #296 from mattymo/forcedockerpkg
Force install of specified docker version, fixes #295
8 years ago
Matthew Mosesohn
33d897bcb6
Force install of specified docker version, fixes #295
This allows Ubuntu/Debian to downgrade Docker version if
a newer version is installed, instead of failing.
8 years ago
Smaine Kahlouch
bf94d6f45e
Merge pull request #285 from paulczar/contrib_terraform_openstack
WIP: terraform openstack
8 years ago
Bill Young
1556d1c63e
Add IAM profiles for Kubernetes nodes
8 years ago
Smaine Kahlouch
c2093b128d
Merge pull request #293 from mattymo/calicodockeropts
Add docker_options to calico networking
8 years ago
Matthew Mosesohn
153b82a803
Add docker_options to calico networking
8 years ago
Smaine Kahlouch
587c8f4701
Merge pull request #220 from kubespray/deploy_application_with_kpm
Add kpm role
8 years ago
Smana
922c6897d1
Install python-pip on first master
8 years ago
ant31
eb6025a184
Add kubedns as default package to install
8 years ago
ant31
c43f9bc705
Add variables to kpm module
8 years ago
ant31
cd2847c1b9
Add kpm role
8 years ago
Smaine Kahlouch
309d6a49b6
Merge pull request #291 from kubespray/install_pip_kpm
install kpm in order to deploy addons
8 years ago
Smana
8281b98e19
install kpm in order to deploy addons
8 years ago
Smaine Kahlouch
0e99cbb0ad
Merge pull request #290 from kubespray/upgrade_calico_v0.20_cni_v1.3.1
upgrade calico to v0.20 and calico-cni to v1.3.1
8 years ago
Smana
7c7adc7198
upgrade calico to v0.20 and calico-cni to v1.3.1
8 years ago
Smaine Kahlouch
c1ebd84bf0
Merge pull request #289 from rsmitty/issue-279
base functionality to create aws resources
8 years ago
Spencer Smith
26aeebb372
base functionality to create aws resources
8 years ago
Smaine Kahlouch
c7de2a524b
Merge pull request #284 from rsmitty/issue-283
allow for bootstrapping of separate CoreOS etcd nodes
8 years ago
Paul Czarkowski
e924504928
WIP: terraform openstack
8 years ago
Spencer Smith
63908108b2
allow for separate CoreOS etcd nodes
8 years ago
Smaine Kahlouch
9bc5da9780
Merge pull request #282 from kubespray/clean_docker_templates
clean conditions into docker templates
8 years ago
Smana
4a7d8c6fea
clean conditions into docker templates
8 years ago
Smaine Kahlouch
722aacb633
Merge pull request #272 from rustyrobot/fix-etcd-scale-up
Add scale-up for etcd cluster
8 years ago
Smaine Kahlouch
ab0581e114
Merge pull request #276 from mattymo/patch-1
Fix order in restart kubelet to fix systemd reload
8 years ago
mattymo
68808534b3
Fix order in restart kubelet to fix systemd reload
Systemd reload before reload kubelet was failing because its definition was before "restart kubelet". Its definition should be after the notify hook.
8 years ago
Evgeny L
0500f27db8
Scale-up functionality for etcd cluster
* 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
8 years ago
Smaine Kahlouch
cb92b30c25
Merge pull request #273 from kubespray/default_to_insecure_registry
example env allow insecure-registry
8 years ago
Paul Czarkowski
67147cf435
example env allow insecure-registry
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.
8 years ago
Smaine Kahlouch
96a2439c38
Merge pull request #264 from rsmitty/issue-255
resolves coreos nodes not setting up docker proxies
8 years ago
Smaine Kahlouch
e8f97aa437
Merge pull request #268 from rsmitty/issue-265
provides initial docker options support
8 years ago