Chad Swenson
e5d8d8234d
Remove proxy settings from etcd and kubernetes/master roles
When proxy vars are set, `uri` module tasks will attempt to route traffic through the proxy. This causes the "Wait for" tasks in the `etcd` and `kubernetes/master` roles to hang, as localhost connections struggle with a proxy.
As far as I know these roles only need local/cluster networking, so a proxy doesn't apply here anyway.
7 years ago
Spencer Smith
5c5e879c2c
Merge pull request #1904 from guenhter/master
Change deprecated vagrant ansible flag 'sudo' to 'become'
7 years ago
Spencer Smith
4771716ab2
Merge pull request #1907 from mattymo/disable_anon_auth
Block anonymous auth requests to kubelet
7 years ago
Spencer Smith
b156585739
Merge pull request #1917 from chadswen/docker-daemon-graph
Fix kubelet container with alternate Docker data paths
7 years ago
Spencer Smith
7a77b5c419
Merge pull request #1919 from mattymo/fix_rkt_local_vols
Fix local volume provisioner mount point for rkt
7 years ago
Spencer Smith
9872b594bf
Merge pull request #1921 from pipo02mix/patch-2
Typo in apt-get command
7 years ago
Aivars Sterns
e6c88db0a0
change how terraform generates apiserver variables ( #1922 )
7 years ago
Fernando Ripoll
257280a050
Typo in apt-get command
Typo in apt-get command
7 years ago
Matthew Mosesohn
520103df78
Change namespace for provisioner account
7 years ago
Matthew Mosesohn
3e3787de15
Fix local volume provisioner mount point for rkt
7 years ago
Chad Swenson
0c824d5ef1
Fix kubelet container with alternate Docker data paths
Some time ago I think the hardcoded `/var/lib/docker` was required, but kubelet running in a container has been aware of the Docker path since at least as far back as k8s 1.6.
Without this change, you see a large number of errors in the kubelet logs if you installed with a non-default `docker_daemon_graph`
7 years ago
Matthew Mosesohn
c0e989b17c
New addon: local_volume_provisioner ( #1909 )
7 years ago
Spencer Smith
ef0a91da27
Merge pull request #1891 from rsmitty/proxy-fixes
Improved proxy support
7 years ago
Spencer Smith
8412181746
Merge pull request #1899 from skyscooby/update_kube182
Update to Kubernetes 1.8.2
7 years ago
Spencer Smith
400ee2aa57
Merge pull request #1898 from skyscooby/update_kubedns
Update kubedns to 1.14.7 release
7 years ago
Spencer Smith
05b8466f87
Merge pull request #1890 from chadswen/apt-repo-params
Parameterize dockerproject apt repo endpoints
7 years ago
Spencer Smith
6061c691e6
Merge pull request #1902 from pipo02mix/patch-1
Typo in the apt-get command
7 years ago
guenhter
3ac967a7b6
Merge branch 'master' of https://github.com/kubernetes-incubator/kubespray
7 years ago
Spencer Smith
19962f6b6a
fix indentation for master template ( #1906 )
7 years ago
Matthew Mosesohn
f7703dbca3
Block anonymous auth requests to kubelet
7 years ago
Spencer Smith
74a9eedb93
helm template check for http/https_proxy
7 years ago
Spencer Smith
6df104b275
don't check for no_proxy, only http/https_proxy. fix linting issues.
7 years ago
Spencer Smith
b27453d8d8
improved proxy support
7 years ago
Spencer Smith
4470ee4ccf
Merge pull request #1887 from mattymo/fix_indent_apiserver
fix indentation for network policy option
7 years ago
Andrew Greenwood
df27fd1e9c
Update README.md
7 years ago
guenhter
97c68810e0
Change deprecated vagrant ansible flag 'sudo' to 'become'
7 years ago
Andrew Greenwood
8a86acf75d
Update kubespray-defaults kubernetes to v1.8.2
7 years ago
Fernando Ripoll
160e479f8d
Typo in the apt-get command
Typo in the apt-get command
7 years ago
abelgana
d738acf638
Update kubelet.kubeadm.env.j2 ( #1901 )
7 years ago
tanshanshan
84d92aa3c7
fix-bug ( #1900 )
7 years ago
Andrew Greenwood
dd01cabcdc
Update to kubernetes 1.8.2
7 years ago
Andrew Greenwood
e196adb98c
Update kubernetes 1.8.2
7 years ago
Andrew Greenwood
c383c7e2c1
Update kubedns image to latest
7 years ago
Andrew Greenwood
958bb5285d
Update kubedns image to latest
7 years ago
Spencer Smith
f0317ae70b
Merge pull request #1876 from ArchiFleKs/update_flannel
update flannel
7 years ago
Spencer Smith
591941bd39
Merge pull request #1884 from abelgana/master
Sysctl reload if needed after IP forward enabling
7 years ago
Spencer Smith
e90769c869
Merge pull request #1888 from chapsuk/issue_1885
Disable swap in vagrant vms
7 years ago
Chad Swenson
256bbb1a8a
Parameterize apt repo endpoints
This allows overriding of apt repo endpoints when internet sources are not accessible. Additionally, switch to using the dockerproject.org gpg key url for apt instead of keyservers.net
7 years ago
mkrasilnikov
2c7c956be9
Disable swap in vagrant vms
7 years ago
Matthew Mosesohn
fe81bba08d
Force kubelet certificates to be generated as lowercase ( #1886 )
All nodes get converted to lowercase, so certs should set
CN with lowercase as well.
7 years ago
Matthew Mosesohn
564de07963
fix indentation for network policy option
7 years ago
Aivars Sterns
84cf6fbe83
change ssh_args/bastion configuration ( #1883 )
7 years ago
abelgana
d9160f19c0
Sysctl reload if needed after IP forward enabling
Add reload yes to reload sysctl if the value of net.ipv4.ip_forward changes.
- name: Enable ip forwarding
sysctl:
sysctl_file: "{{sysctl_file_path}}"
name: net.ipv4.ip_forward
value: 1
state: present
reload: yes
tags:
- bootstrap-os
7 years ago
Brad Beam
ba0a03a8ba
Merge pull request #1880 from mattymo/node_auth_fixes2
Move cluster roles and system namespace to new role
7 years ago
Matthew Mosesohn
b0f04d925a
Update network policy setting for Kubernetes 1.8 ( #1879 )
It is now enabled by default in 1.8 with the api changed
to networking.k8s.io/v1 instead of extensions/v1beta1.
7 years ago
Matthew Mosesohn
7b78e68727
disable idempotency tests ( #1872 )
7 years ago
Matthew Mosesohn
ec53b8b66a
Move cluster roles and system namespace to new role
This should be done after kubeconfig is set for admin and
before network plugins are up.
7 years ago
ArchiFleKs
6e949bf951
update flannel
7 years ago
Matthew Mosesohn
86fb669fd3
Idempotency fixes ( #1838 )
7 years ago
Matthew Mosesohn
7123956ecd
update checksum for kubeadm ( #1869 )
7 years ago