- Jun 14, 2016
-
-
Matthew Mosesohn authored
-
- Jun 12, 2016
-
-
Smaine Kahlouch authored
Add kpm role
-
Smana authored
-
ant31 authored
-
ant31 authored
-
ant31 authored
-
- Jun 11, 2016
-
-
Smaine Kahlouch authored
install kpm in order to deploy addons
-
Smana authored
-
- Jun 10, 2016
-
-
Smaine Kahlouch authored
upgrade calico to v0.20 and calico-cni to v1.3.1
-
- Jun 09, 2016
-
-
Smana authored
-
Smaine Kahlouch authored
base functionality to create aws resources
-
- Jun 07, 2016
-
-
Spencer Smith authored
-
- Jun 06, 2016
-
-
Smaine Kahlouch authored
allow for bootstrapping of separate CoreOS etcd nodes
-
- Jun 03, 2016
-
-
Spencer Smith authored
-
- Jun 02, 2016
-
-
Smaine Kahlouch authored
clean conditions into docker templates
-
Smana authored
-
- Jun 01, 2016
-
-
Smaine Kahlouch authored
Add scale-up for etcd cluster
-
- May 31, 2016
-
-
Smaine Kahlouch authored
Fix order in restart kubelet to fix systemd reload
-
mattymo authored
Systemd reload before reload kubelet was failing because its definition was before "restart kubelet". Its definition should be after the notify hook.
-
Evgeny L authored
* Set ETCD_INITIAL_CLUSTER_STATE from `new` to `existing`, because parameter `new` makes sense only on cluster assembly stage. * If cluster exists and current node is not a part of the cluster, add it with command `etcdctl add member name url`. Closes kubespray/kargo/#270
-
- May 28, 2016
-
-
Smaine Kahlouch authored
example env allow insecure-registry
-
Paul Czarkowski authored
Many use cases of k8s involve running a local registry, chances are the person running this will learn the hard way that they need to allow insecure registry on the `kube_service_addresses` network. We should just default to settings this in `inventory/group_vars/all.yml` to help reduce potential friction for first time users.
-
- May 26, 2016
-
-
Smaine Kahlouch authored
resolves coreos nodes not setting up docker proxies
-
Smaine Kahlouch authored
provides initial docker options support
-
- May 25, 2016
-
-
Spencer Smith authored
-
- May 24, 2016
-
-
Smaine Kahlouch authored
removed os restriction for coreos
-
Smaine Kahlouch authored
Dropped a link for people to self-invite to slack channel
-
Spencer Smith authored
-
Spencer Smith authored
-
Spencer Smith authored
-
Spencer Smith authored
-
- May 23, 2016
-
-
Smaine Kahlouch authored
turn adduser/download roles into meta roles
-
Paul Czarkowski authored
This should make things a little more composable, by making these roles meta roles that perform no actions by default we allow each role to own its own resources.
-
- May 22, 2016
-
-
Smaine Kahlouch authored
set `--advertise-address` for kube api-server
-
Paul Czarkowski authored
Kubernetes API server has an option: ``` --advertise-address=<nil>: The IP address on which to advertise the apiserver to members of the cluster. This address must be reachable by the rest of the cluster. If blank, the --bind-address will be used. If --bind-address is unspecified, the host's default interface will be used. ``` kargo does not set --bind-address, thus it binds to eth0, in vagrant and similar environments this causes issues because nodes cannot talk to eachother over eth0. This sets `--advertise-address` to `ip` if its set, otherwise the default behavior of is persisted by using `ansible_default_ipv4.address`.
-
- May 21, 2016
-
-
Smaine Kahlouch authored
set vm box to be hashicorp hosted trusty
-
Paul Czarkowski authored
using a shared folder can cause race conditions for the download role as it tries to download files on all the nodes to the same shared path. This adds a flag to run the tasks in the download role on just one node.
-
Paul Czarkowski authored
I accidently left in the old download URL for coreos even after I switched the box name to be ubuntu, it worked fine for me because I already had that box locally so it didn't try to download. This should resolve this by using the official bento/ubuntu-14.04 box which is a nice minimal image. We also allow the default behaviour of sharing folder to VMs By doing this we can stage our download files in a shared location and speed up subsequent runs significantly. Finally will create more verbose documentation.
-
- May 18, 2016
-
-
Antoine Legrand authored
-
- May 17, 2016
-
-
Smaine Kahlouch authored
Use correct google ns for dns upstream
-