Bogdan Dobrelya
672d50393c
Merge branch 'master' into idempotency_resolvconf
8 years ago
Pablo Moreno
d4467ab1c6
Merge pull request #3 from kubernetes-incubator/master
stays up to date with upstream
8 years ago
Smaine Kahlouch
ebeb57ee7c
Merge pull request #576 from sgm-media/master
Reload docker.socket after installing flannel on coreos
8 years ago
Jan Jungnickel
f9355ea14d
Swap order in which we reload docker/socket
8 years ago
Jan Jungnickel
2ca6819cdf
Reload docker.socket after installing flannel on coreos
Workaround for #569
8 years ago
Bogdan Dobrelya
437372021d
Merge pull request #574 from kad/vagrant-proxy
Vagrantfile: setup proxy inside virtual machines
8 years ago
Bogdan Dobrelya
78ac01add7
Merge pull request #573 from kad/newvb
Vagrantfile: use Ubuntu 16.04 LTS
8 years ago
Smaine Kahlouch
3b3938c6a6
Merge branch 'master' into newvb
8 years ago
Pablo Moreno
36fc05d2fd
Merge pull request #2 from kubernetes-incubator/master
stays up to date with upstream repo
8 years ago
Bogdan Dobrelya
7abc747b56
Merge pull request #572 from bogdando/ci_matrix_chagnes
Add CI test layouts
8 years ago
Alexander Kanevskiy
9f976e568d
Vagrantfile: setup proxy inside virtual machines
In corporate networks, it is good to pre-configure proxy variables.
8 years ago
Alexander Kanevskiy
9d7142f476
Vagrantfile: use Ubuntu 16.04 LTS
Use recent supported version of Ubuntu for local development setup
with Vagrant.
8 years ago
Bogdan Dobrelya
50f77cca1d
Add CI test layouts
* Drop Wily from test matrix
* Replace the Wily cases dropped with extra cases to test separate
roles deployment
Signed-off-by: Bogdan Dobrelya <bdobrelia@mirantis.com>
8 years ago
Antoine Legrand
33ebf124c4
Merge pull request #570 from mattymo/update_owners
Update OWNERS
8 years ago
Matthew Mosesohn
03e162b342
Update OWNERS
8 years ago
Matthew Mosesohn
d8b06f3e2f
Ignore changes on check resolvconf task
8 years ago
Smaine Kahlouch
d6f206b5fd
Merge pull request #561 from kubespray/rsync_certs
Use tar+register instead of copy/slurp for distributing tokens and certs
8 years ago
Smaine Kahlouch
357a15ffd4
Merge pull request #568 from kubespray/issue/452
Add new var skip_dnsmasq_k8s
8 years ago
Pablo Moreno
a3f892c76c
Merge pull request #1 from kubespray/master
stays up to date with main project
8 years ago
Matthew Mosesohn
2778ac61a4
Add new var skip_dnsmasq_k8s
If skip_dnsmasq is set, it will still not set up dnsmasq
k8s pod. This enables independent setup of resolvconf section
before kubelet is up.
8 years ago
Matthew Mosesohn
c7b00caeaa
Use tar+register instead of copy/slurp for distributing tokens and certs
Related bug: https://github.com/ansible/ansible/issues/15405
Uses tar and register because synchronize module cannot sudo on the
remote side correctly and copy is too slow.
This patch dramatically cuts down the number of tasks to process
for cert synchronization.
8 years ago
Smaine Kahlouch
7fe255e5bb
Merge pull request #566 from bogdando/smart_facts
Enable smart facts cache for CI jobs
8 years ago
Bogdan Dobrelya
93f7a26896
Enable smart facts cache for CI jobs
Signed-off-by: Bogdan Dobrelya <bdobrelia@mirantis.com>
8 years ago
Smaine Kahlouch
3d617fbf88
Merge pull request #564 from bogdando/containers_download
Fix idempotency/recurrence of download and preinstall
8 years ago
Bogdan Dobrelya
c59c3a1bcf
Fix idempotency/recurrence of download and preinstall
* Don't push containers if not changed
* Do preinstall role only once and redistribute defaults to
corresponding roles
Signed-off-by: Bogdan Dobrelya <bdobrelia@mirantis.com>
8 years ago
Smaine Kahlouch
4c0bf6225a
Merge pull request #562 from kubespray/enable_standalone_node
Enable standalone node deployment
8 years ago
Smaine Kahlouch
b11662a887
Merge pull request #558 from chadswen/etcdctl-path
Use absolute path for etcdctl
8 years ago
Matthew Mosesohn
11f1f71b3b
dynamically calculate etcd peer names
8 years ago
Matthew Mosesohn
0e9d1e09e3
Sync master tokens only with those in play_hosts
8 years ago
Matthew Mosesohn
65d2a3b0e5
Use only native cachable hostvars for etcd set_facts
8 years ago
Smaine Kahlouch
8165da3f3d
Merge pull request #559 from kubespray/fix_cloud_provider
fix dnsmasq template cloud_provider lookup
8 years ago
Matthew Mosesohn
4b7347f1cd
fix dnsmasq template cloud_provider lookup
8 years ago
Chad Swenson
e6902d8ecc
Use absolute path for etcdctl
Small fix. The shell module won't automatically resolve the path to the etcdctl binary, so i prefixed with {{ bin_dir }}/
8 years ago
Chad Swenson
a5137affeb
Hostname alias fixes
Change the kubelet --hostname-override flag to use the ansible_hostname variable which should be more consistent with the value required by cloud providers
Add ansible_hostname alias to /etc/hosts when it is different from inventory_hostname to overcome node name limitations see https://github.com/kubernetes/kubernetes/issues/22770
Signed-off-by: Chad Swenson <chadswen@gmail.com>
8 years ago
Smaine Kahlouch
a423927ac9
Merge pull request #546 from chadswen/dependency-variables
Parameterize dependency endpoints
8 years ago
Smaine Kahlouch
31c2922752
Merge pull request #552 from kubespray/upgrade_k8s_v1.4.3
upgrade to k8s v1.4.3
8 years ago
Smaine Kahlouch
7e81855e24
Merge pull request #554 from bogdando/kubeadm_adoption
Update roadmap for the kubeadm LCM track
8 years ago
Smaine Kahlouch
2510092599
Merge pull request #555 from kubespray/update_roadmap
update roadmap, kubeadm adoption
8 years ago
Smana
6113a3f350
update roadmap, kubeadm adoption
8 years ago
Bogdan Dobrelya
7d6fc1d680
Update roadmap for the kubeadm LCM track
Signed-off-by: Bogdan Dobrelya <bdobrelia@mirantis.com>
8 years ago
Smana
91a101c855
upgrade to k8s v1.4.3
8 years ago
Smaine Kahlouch
1de127470f
Merge pull request #549 from bogdando/fix_ha_lb
Update ha docs
8 years ago
Bogdan Dobrelya
40de468413
Update ha docs
Fix mismatch in code and docs, see
https://github.com/kubespray/kargo/pull/528
Signed-off-by: Bogdan Dobrelya <bdobrelia@mirantis.com>
8 years ago
Chad Swenson
c402feffbd
Parameterize several dependency endpoints so that they can be overridden with internal mirrors.
Signed-off-by: Chad Swenson <chadswen@gmail.com>
8 years ago
Smaine Kahlouch
f74d6b084b
Merge pull request #545 from kubespray/upgrade_calico_v0.22.0
upgrade calico version v0.22.0
8 years ago
Smana
dd022f2dbc
upgrade calico version v0.22.0
8 years ago
Smaine Kahlouch
19928dea2b
Merge pull request #544 from kubespray/upgrade_flannel_v0.6.2
upgrade flannel version v0.6.2
8 years ago
Smana
21273926ce
upgrade flannel version
8 years ago
Smaine Kahlouch
c03bab3246
Merge pull request #543 from kubespray/kube-proxy-cluster-cidr
[WIP] Add cluster-cidr to kube-proxy config
8 years ago
Matthew Mosesohn
71347322d6
Add cluster-cidr to kube-proxy config
This option enables masquerading for traffic directed at pods
that comes frmom outside the cluster.
8 years ago