- Oct 18, 2016
-
-
Smana authored
-
- Oct 17, 2016
-
-
Smaine Kahlouch authored
Update ha docs
-
Bogdan Dobrelya authored
Fix mismatch in code and docs, see https://github.com/kubespray/kargo/pull/528 Signed-off-by: Bogdan Dobrelya <bdobrelia@mirantis.com>
-
- Oct 15, 2016
-
-
Smaine Kahlouch authored
upgrade calico version v0.22.0
-
Smana authored
-
- Oct 13, 2016
-
-
Smaine Kahlouch authored
upgrade flannel version v0.6.2
-
- Oct 12, 2016
-
-
Smana authored
-
Smaine Kahlouch authored
[WIP] Add cluster-cidr to kube-proxy config
-
Matthew Mosesohn authored
This option enables masquerading for traffic directed at pods that comes frmom outside the cluster.
-
- Oct 11, 2016
-
-
Smaine Kahlouch authored
Add possibility to enable network policy via Calico network controller
-
Smaine Kahlouch authored
Upgrade to kubernetes version 1.4.0
-
- Oct 10, 2016
-
-
Smana authored
test to change the machine type Revert "test to change the machine type" This reverts commit 7a91f1b5405a39bee6cb91940b09a0b0f9d3aee1. 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 21e3b893c896d0291c36a07d0414f4cb88b8d8ac.
-
Artem Roma authored
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/
-
- Oct 07, 2016
-
-
Smaine Kahlouch authored
Issues/535
-
Sergey Vasilenko authored
and correct checksums
-
- Oct 06, 2016
-
-
Sergey Vasilenko authored
required for usage of Calico CNI plugin version 1.4.2
-
- Oct 05, 2016
-
-
Smaine Kahlouch authored
Use nginx proxy on non-master nodes to proxy apiserver traffic
-
Matthew Mosesohn authored
Also adds all masters by hostname and localhost/127.0.0.1 to apiserver SSL certificate. Includes documentation update on how localhost loadbalancer works.
-
Smaine Kahlouch authored
Allow calico to configure pool if tree exists, but no pools defined
-
Smaine Kahlouch authored
Move kube_version var to defaults
-
Smaine Kahlouch authored
Disable reverse lookups again
-
Matthew Mosesohn authored
-
Smaine Kahlouch authored
Enable quorum read for apiserver
-
- Oct 04, 2016
-
-
Matthew Mosesohn authored
This reduces the likelihood of apiserver status updates timing out due to etcd write conflicts.
-
- Oct 03, 2016
-
-
Smaine Kahlouch authored
Add support for --masquerade-all in kube-proxy
-
Aleksandr Didenko authored
New boolean var `kube_proxy_masquerade_all` which enables/disables `--masquerade-all` argument for kube-proxy. Closes #524
-
- Sep 30, 2016
-
-
Smaine Kahlouch authored
changed to the correct link
-
Smaine Kahlouch authored
Skip download_run_once for binaries as unimplemented yet
-
Bogdan Dobrelya authored
Signed-off-by: Bogdan Dobrelya <bdobrelia@mirantis.com>
-
- Sep 29, 2016
-
-
keglevich3 authored
-
Matthew Mosesohn authored
-
Smaine Kahlouch authored
Allow to use custom "canalized" calico cni
-
Smaine Kahlouch authored
Fix delegate_to expression in download tasks
-
Matthew Mosesohn authored
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.
-
- Sep 28, 2016
-
-
Aleksandr Didenko authored
- 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
-
Anthony Haussmann authored
Move the variable kube_version to defaults to have the possibility to overwrite it via group_vars inventory if needed.
-
Smaine Kahlouch authored
Change method to set use_hyperkube_cni var bool
-
Smaine Kahlouch authored
Allow subdomains of dns_domain and fix kubelet restarts
-
- Sep 27, 2016
-
-
Smaine Kahlouch authored
Restored gather facts on all hosts
-
Anthony Haussmann authored
The precedent method returb a string "True\n" or "False\n", it seems to be an Ansible bug. New method return a boolean
-