Maxim Krasilnikov
95b8ac5f62
Added optional controller and scheduler extra args to kubeadm config ( #2205 )
7 years ago
woopstar
3289472e31
Added option to set MTU on Weave
7 years ago
Wong Hoi Sing Edison
4ad53339f6
KubeDNS template should not suffix with .yml.j2
7 years ago
Wong Hoi Sing Edison
a4d3da6a8e
Dashboard template should not suffix with .yml.j2
7 years ago
Wong Hoi Sing Edison
7954ea2525
Migrate Kubernetes v1.9.1 cluster/addons/registry to Kubespray
7 years ago
Wong Hoi Sing Edison
bc2e26d7ef
update apiVersion
7 years ago
Wong Hoi Sing Edison
fd80013917
lint and cleanup local_volume_provisioner
7 years ago
Dann Bohn
dc6c703741
--etcd-quorum-read is depricated in kube >= 1.9
7 years ago
Matthew Mosesohn
16629d0b8e
Vault should use cert auth for etcd
7 years ago
Julian Hübenthal
7f79210ed1
reworked vsphere-cloud-config template
7 years ago
Simon Li
27a1a697e7
supplementary_addresses_in_ssl_keys can be a hostname
7 years ago
Julian Hübenthal
9cdd2214f9
render vsphere_resource_pool only if defined
7 years ago
Julian Hübenthal
989e9174c2
Added vSphere cloud provider config update for Kubernetes >= 1.9.2
7 years ago
rong.zhang
3993e12335
Fix can not be used devicemapper driver
Fix can not be used devicemapper driver
7 years ago
rong.zhang
32d18ca992
remove trailing space
7 years ago
Matthew Mosesohn
2df4b6c5d2
Rename default_resolver to cloud_resolver ( #2209 )
Cloud resolvers are mandatory for hosts on GCE and OpenStack
clouds. The 8.8.8.8 alternative resolver was dropped because
there is already a default nameserver. The new var name
reflects the purpose better.
Also restart apiserver when modifying dns settings.
7 years ago
Andreas Krüger
088d36da09
Increase the idx counter
Fix the idx counter to increase too, or you will end up with two same indexes.
7 years ago
Andreas Krüger
6f36faa4f9
Loadbalancer Apiserver Address is missing
If you configure your external loadbalancer to do a simple tcp pass-through to the api servers, and you do not use a DNS FQDN but just the ip, then you need to add the ip adress to the certificates too.
Example config:
```
## External LB example config
apiserver_loadbalancer_domain_name: "10.50.63.10"
loadbalancer_apiserver:
address: 10.50.63.10
port: 8383
```
7 years ago
RongZhang
3846384d56
Bump kube-dns to 1.14.8 ( #2204 )
Bump kube-dns to 1.14.8
7 years ago
Dmitri Rubinstein
331f141f63
Fix DNS entries in etcd's openssl.conf by adding a newline. ( #2208 )
DNS entries generated from 'etcd_cert_alt_names' variable in etcd's
openssl.conf are not terminated by a newline.
This fixes issue #2207 .
7 years ago
Matthew Mosesohn
62dd3d2a9d
Add missing group var default values to kubespray-defaults
7 years ago
rong.zhang
b10c308a5a
Support ipvs mode for kube-proxy
Support ipvs mode for kube-proxy
7 years ago
rong.zhang
e22c70e431
Upgrade to Kubernetes v1.9.2
7 years ago
Matthew Mosesohn
dc6a17e092
Use include/import tasks ( #2192 )
import_tasks will consume far less memory, so it should be
used whenever it is compatible.
7 years ago
Miouge1
240d4193ae
Update information about network sizes
7 years ago
Matthew Mosesohn
ac66e98ae9
Upgrade to Kubernetes v1.9.1 ( #2152 )
Raise drain timeout to 5m
7 years ago
Matthew Mosesohn
d2935ffed0
Optionally ignore the presence of extra calico pools ( #2190 )
7 years ago
mirwan
714994cad8
iptables: flush nat table as well as filter table upon reset ( #2174 )
* iptables: flush nat table as well as filter table upon reset
* Indentation fix
7 years ago
Matthew Mosesohn
bf1411060e
Add optional manual dns_mode ( #2178 )
7 years ago
Virgil Chereches
a4d142368b
Renamed variable from disable_volume_zone_conflict to volume_cross_zone_attachment and removed cloud provider condition; fix identation
7 years ago
Stanislav Makar
ae47b617e3
Fix 'no such host' problem ( #2148 )
Fix 'no such host' problem reported by commands *kubectl logs* and *kubectl exec*
when cloud_provider is OpenStack
Closes : #2147
7 years ago
Erwan Miran
e5b4011aa4
move hardcoded dnsmasq autoscaler image to its own variable
7 years ago
Virgil Chereches
3125f93b3f
Added disable_volume_zone_conflict variable
7 years ago
ArchiFleKs
637604d08f
Add lib/modules to kube-proxy to enable LVS
kube-proxy is complaining of missing modules at startup. There is a plan
to also support an LVS implementation of kube-proxy in additon to
userspace and iptables
7 years ago
Erwan Miran
1a9989ade9
move hardcoded dnsmasq autoscaler image to its own variable
7 years ago
Virgil Chereches
8c45c88d15
Fix for Issue #2141 - added policy file
7 years ago
Virgil Chereches
c87bb2f239
Fix for Issue #2141
7 years ago
heping
32eeb9a0e0
Restart docker when http-proxy.conf changed.
7 years ago
rong.zhang
df21fc8643
Remove initContainer
7 years ago
abelgana
a9bb72c6fd
require-kubeconfig is depricated since k8s v1.8
7 years ago
abelgana
9506c2e597
require-kubeconfig is deprecated since K8s v1.8
7 years ago
Peter Slijkhuis
32884357ff
Add kubelet_custom_flags to kubelet.kubeadm.env.j2
7 years ago
neith00
88204642b7
updated weave to 2.1.3
7 years ago
Matthew Mosesohn
1401286910
Add support for cert alt names for etcd ( #2139 )
* Add support for cert alt names for etcd
* Update gen_certs_vault.yml
7 years ago
Lukasz Piatkowski
12eb242224
fix fluentd template
7 years ago
Philippe Chepy
df9faa1743
Add support for flex volumes plugins.
7 years ago
ArchiFleKs
ce85bcaee7
Simplify and update OpenStack cloud provider
Simplify the number of variables necessary to "just" enable OpenStack
cloud provider. Also add the new options available in K8s 1.9.
7 years ago
rong.zhang
6ed2a60978
fix run dashboard error
7 years ago
Bogdan Dobrelya
bac3bf1a5f
Fix auto-evaluated API access endpoint for bind IP ( #2086 )
Auto configure API access endpoint with a custom bind IP, if provided.
Fix HA docs' http URLs are https in fact, clarify the insecure vs secure
API access modes as well.
Closes: #issues/2051
Signed-off-by: Bogdan Dobrelya <bogdando@mail.ru>
7 years ago
RongZhang
e3b684df21
Remove blank lines
Remove blank lines
7 years ago