- Sep 16, 2017
-
-
Matthew Mosesohn authored
* Enable HA deploy of kubeadm * raise delay to 60s for starting gce hosts
-
- Sep 14, 2017
-
-
Kyle Bai authored
-
- Sep 13, 2017
-
-
Matthew Mosesohn authored
* kubeadm support * move k8s master to a subtask * disable k8s secrets when using kubeadm * fix etcd cert serial var * move simple auth users to master role * make a kubeadm-specific env file for kubelet * add non-ha CI job * change ci boolean vars to json format * fixup * Update create-gce.yml * Update create-gce.yml * Update create-gce.yml
-
- Sep 10, 2017
-
-
Matthew Mosesohn authored
* Refactor downloads Add prefixes to tasks (file vs container) Remove some delegates Clean up some conditions * Update ansible.cfg
-
- Sep 06, 2017
-
-
Sam Powers authored
the uploads.yml playbook was broken with checksum mismatch errors in various kubespray commits, for example, 3bfad5ca which updated the version from 3.0.6 to 3.0.17 without updating the corresponding checksums.
-
- Sep 04, 2017
-
-
Matthew Mosesohn authored
-
- Aug 29, 2017
-
-
Eric Hoffmann authored
update calico releases link
-
- Aug 25, 2017
-
-
Chad Swenson authored
* Updates Controller Manager/Kubelet with Flannel's required configuration for CNI * Removes old Flannel installation * Install CNI enabled Flannel DaemonSet/ConfigMap/CNI bins and config (with portmap plugin) on host * Uses RBAC if enabled * Fixed an issue that could occur if br_netfilter is not a module and net.bridge.bridge-nf-call-iptables sysctl was not set
-
- Aug 24, 2017
-
-
Brad Beam authored
* Adding yaml linter to ci check * Minor linting fixes from yamllint * Changing CI to install python pkgs from requirements.txt - adding in a secondary requirements.txt for tests - moving yamllint to tests requirements
-
- Aug 21, 2017
-
-
Erik Stidham authored
- Switched Calico images to be pulled from quay.io - Updated Canal too
-
Matthew Mosesohn authored
Change kubelet deploy mode to host Enable cri and qos per cgroup for kubelet Update CoreOS images Add upgrade hook for switching from kubelet deployment from docker to host. Bump machine type for ubuntu-rkt-sep
-
- Aug 18, 2017
-
-
Xavier Lange authored
-
Jan Jungnickel authored
This aligns calico component versions with Calico release 2.1.5 and fixes an issue with nodes being unable to schedule existing workloads as per [#349](https://github.com/projectcalico/cni-plugin/issues/349)
-
- Jul 29, 2017
-
-
Alexander Chumakov authored
-
- Jul 26, 2017
-
-
timtoum authored
* Enable weave seed mode for kubespray * fix task Weave seed | Set peers if existing peers * fix mac address variabilisation * fix default values * fix include seed condition * change weave var to default values * fix Set peers if existing peers
-
- Jul 19, 2017
-
-
jwfang authored
-
- Jul 17, 2017
-
-
jwfang authored
-
- Jul 11, 2017
-
-
Delfer authored
-
- Jun 27, 2017
-
-
Chad Swenson authored
-
- May 23, 2017
-
-
zouyee authored
-
- Apr 28, 2017
-
-
Brad Beam authored
-
- Apr 27, 2017
-
-
Aleksandr Didenko authored
Replace 'netcheck_tag' with 'netcheck_version' and add additional 'netcheck_server_tag' and 'netcheck_agent_tag' config options to provide ability to use different tags for server and agent containers.
-
- Apr 26, 2017
-
-
Sergii Golovatiuk authored
- Fix when clauses in various places - Update requirements.txt - Fix README.md Signed-off-by:
Sergii Golovatiuk <sgolovatiuk@mirantis.com>
-
- Apr 12, 2017
-
-
Brad Beam authored
-
- Apr 11, 2017
-
-
zouyee authored
-
- Apr 05, 2017
-
-
Matthew Mosesohn authored
-
- Mar 24, 2017
-
-
Artem Panchenko authored
Latest released version of kube-policy-controller contains important bug fixes and should be used by default.
-
- Mar 17, 2017
-
-
Matthew Mosesohn authored
-
Matthew Mosesohn authored
-
- Mar 16, 2017
-
-
Matthew Mosesohn authored
Fixes bug in CentOS/RHEL in felix related to overlayfs driver.
-
- Mar 15, 2017
-
-
Matthew Mosesohn authored
Fixed sync_tokens fact Fixed sync_certs for k8s tokens fact Disabled register docker images changability Fixed CNI dir permission Fix idempotency for etcd pre upgrade checks
-
- Feb 23, 2017
-
-
Bogdan Dobrelya authored
* Leave all.yml to keep only optional vars * Store groups' specific vars by existing group names * Fix optional vars casted as mandatory (add default()) * Fix missing defaults for an optional IP var * Relink group_vars for terraform to reflect changes Signed-off-by:
Bogdan Dobrelya <bogdando@mail.ru>
-
- Feb 18, 2017
-
-
Matthew Mosesohn authored
This generates too much output and during upgrade scenarios can bring us over the 4mb limit.
-
Andrew Greenwood authored
-
Andrew Greenwood authored
Migrate older inline= syntax to pure yml syntax for module args as to be consistant with most of the rest of the tasks Cleanup some spacing in various files Rename some files named yaml to yml for consistancy
-
- Feb 13, 2017
-
-
Vladimir Rutsky authored
"shell" step doesn't support check mode, which currently leads to failures, when Ansible is being run in check mode (because Ansible doesn't run command, assuming that command might have effect, and no "rc" or "output" is registered). Setting "check_mode: no" allows to run those "shell" commands in check mode (which is safe, because those shell commands doesn't have side effects).
-
Matthew Mosesohn authored
Also calico-cni to v1.5.6, calico-policy to v0.5.2 Fixes: #1011
-
- Feb 09, 2017
-
-
Josh Conant authored
-
Josh Conant authored
-
- Feb 08, 2017
-
-
Matthew Mosesohn authored
Faster gzip improves CI deploy times by at least 2 mins. Fixes #982
-