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
Smaine Kahlouch
c9769965b8
Merge pull request #540 from aateem/enable-network-policy
Add possibility to enable network policy via Calico network controller
8 years ago
Smaine Kahlouch
52cee1f57f
Merge pull request #538 from kubespray/upgrade_k8s_v1.4.0
Upgrade to kubernetes version 1.4.0
8 years ago
Smana
056f4b6c00
upgrade to kubernetes version 1.4.0
test to change the machine type
Revert "test to change the machine type"
This reverts commit 7a91f1b540
.
use google dns server when no upstream dns are defined
comment upstream_dns_servers
update documentation
remove deprecated kubelet flags
Revert "remove deprecated kubelet flags"
This reverts commit 21e3b893c8
.
8 years ago
Artem Roma
3919d666c1
Add possibility to enable network policy via Calico network controller
The requirements for network policy feature are described here [1]. In
order to enable it, appropriate configuration must be provided to the CNI
plug in and Calico policy controller must be set up. Beside that
corresponding extensions needed to be enabled in k8s API.
Now to turn on the feature user can define `enable_network_policy`
customization variable for Ansible.
[1] http://kubernetes.io/docs/user-guide/networkpolicies/
8 years ago
Smaine Kahlouch
8c8d978cd8
Merge pull request #537 from xenolog/issues/535
Issues/535
8 years ago
Sergey Vasilenko
dea4210da1
Bump Calico-CNI plugin binaries versions
and correct checksums
8 years ago
Sergey Vasilenko
a6344f7561
Changes in Kubernetes and Calico-CNI plugin config files
required for usage of Calico CNI plugin version 1.4.2
8 years ago
Smaine Kahlouch
c490e5c8a1
Merge pull request #528 from kubespray/proxy-nginx
Use nginx proxy on non-master nodes to proxy apiserver traffic
8 years ago
Matthew Mosesohn
84052ff0b6
use nginx proxy on non-master nodes to proxy apiserver traffic
Also adds all masters by hostname and localhost/127.0.0.1 to
apiserver SSL certificate.
Includes documentation update on how localhost loadbalancer works.
8 years ago
Smaine Kahlouch
9ca374a88d
Merge pull request #491 from kubespray/calicopools
Allow calico to configure pool if tree exists, but no pools defined
8 years ago
Smaine Kahlouch
648aa7422d
Merge pull request #522 from anthonyhaussman/KubeVersionDefaults
Move kube_version var to defaults
8 years ago
Smaine Kahlouch
41aefd131b
Merge pull request #531 from kubespray/reverselookups
Disable reverse lookups again
8 years ago
Matthew Mosesohn
2e90d3fe76
Merge branch 'master' into reverselookups
8 years ago
Smaine Kahlouch
4f33c6cfe6
Merge pull request #533 from kubespray/etcd_quorum_read
Enable quorum read for apiserver
8 years ago
Matthew Mosesohn
f4e6fdc193
Enable quorum read for apiserver
This reduces the likelihood of apiserver status updates
timing out due to etcd write conflicts.
8 years ago
Smaine Kahlouch
9d069d54d6
Merge pull request #530 from adidenko/fix-calico-cluster-ip
Add support for --masquerade-all in kube-proxy
8 years ago
Aleksandr Didenko
fb0ee9d84a
Add support for --masquerade-all in kube-proxy
New boolean var `kube_proxy_masquerade_all` which enables/disables
`--masquerade-all` argument for kube-proxy.
Closes #524
8 years ago
Smaine Kahlouch
016b7893c6
Merge pull request #525 from keglevich3/patch-2
changed to the correct link
8 years ago
Smaine Kahlouch
1724772b20
Merge pull request #527 from bogdando/download_binaries
Skip download_run_once for binaries as unimplemented yet
8 years ago
Bogdan Dobrelya
a6a5d0e068
Skip download_run_once for binaries as unimplemented yet
Signed-off-by: Bogdan Dobrelya <bdobrelia@mirantis.com>
8 years ago
keglevich3
d548cb6ac2
changed to the correct link
8 years ago
Matthew Mosesohn
d9641771ed
add kube-masters to SSL certificate
8 years ago
Smaine Kahlouch
aaa3f1c491
Merge pull request #502 from adidenko/custom-calico-hyperkube
Allow to use custom "canalized" calico cni
8 years ago
Smaine Kahlouch
5889f7af0e
Merge pull request #515 from adidenko/fix-delegate-to
Fix delegate_to expression in download tasks
8 years ago
Matthew Mosesohn
5579cddbdb
Disable reverse lookups again
Initially this was removed, but it turns out that services that
perform reverse lookups (such as MariaDB) will encounter severe
performance degredation with this disabled.
8 years ago
Aleksandr Didenko
2b6866484e
Allow to use custom "canalized" calico cni
- Allow to overwrite calico cni binaries copied from hyperkube
by the custom ones.
- Fix calico-ipam deployment (it had wrong source in rsync)
- Make copy from hyperkube idempotent (use rsync instead of cp)
- Remove some orphaned comments
8 years ago