- Oct 29, 2016
-
-
Alexander Kanevskiy authored
In corporate networks, it is good to pre-configure proxy variables.
-
- Oct 28, 2016
-
-
Antoine Legrand authored
Update OWNERS
-
Matthew Mosesohn authored
-
- Oct 27, 2016
-
-
Smaine Kahlouch authored
Use tar+register instead of copy/slurp for distributing tokens and certs
-
Smaine Kahlouch authored
Add new var skip_dnsmasq_k8s
-
- Oct 26, 2016
-
-
Matthew Mosesohn authored
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.
-
Matthew Mosesohn authored
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.
-
- Oct 25, 2016
-
-
Smaine Kahlouch authored
Enable smart facts cache for CI jobs
-
Bogdan Dobrelya authored
Signed-off-by:
Bogdan Dobrelya <bdobrelia@mirantis.com>
-
Smaine Kahlouch authored
Fix idempotency/recurrence of download and preinstall
-
- Oct 24, 2016
-
-
Bogdan Dobrelya authored
* 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>
-
Smaine Kahlouch authored
Enable standalone node deployment
-
- Oct 22, 2016
-
-
Smaine Kahlouch authored
Use absolute path for etcdctl
-
- Oct 21, 2016
-
-
Matthew Mosesohn authored
-
Matthew Mosesohn authored
-
Matthew Mosesohn authored
-
Smaine Kahlouch authored
fix dnsmasq template cloud_provider lookup
-
Matthew Mosesohn authored
-
- Oct 20, 2016
-
-
Chad Swenson authored
Small fix. The shell module won't automatically resolve the path to the etcdctl binary, so i prefixed with {{ bin_dir }}/
-
- Oct 18, 2016
-
-
Smaine Kahlouch authored
Parameterize dependency endpoints
-
Smaine Kahlouch authored
upgrade to k8s v1.4.3
-
Smaine Kahlouch authored
Update roadmap for the kubeadm LCM track
-
Smaine Kahlouch authored
update roadmap, kubeadm adoption
-
Smana authored
-
Bogdan Dobrelya authored
Signed-off-by:
Bogdan Dobrelya <bdobrelia@mirantis.com>
-
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
-
-
Chad Swenson authored
Signed-off-by:
Chad Swenson <chadswen@gmail.com>
-
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
-
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.
-
- Oct 10, 2016
-
-
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
-