- Jan 30, 2018
-
-
rong.zhang authored
-
- Jan 25, 2018
-
-
Matthew Mosesohn authored
Raise drain timeout to 5m
-
- Jan 18, 2018
-
-
Erwan Miran authored
-
- Jan 16, 2018
-
-
Erwan Miran authored
-
- Jan 09, 2018
-
-
neith00 authored
-
- Dec 25, 2017
-
-
Matthew Mosesohn authored
Update checksum for kubeadm Use v1.9.0 kubeadm params Include hash of ca.crt for kubeadm join Update tag for testing upgrades Add workaround for testing upgrades Remove scale CI scenarios because of slow inventory parsing in ansible 2.4.x. Change region for tests to us-central1 to improve ansible performance
-
- Dec 14, 2017
-
-
Matthew Mosesohn authored
Ansible cannot seem to handle omitting delegate_to since v2.4.0.0. Possibly related: https://github.com/ansible/ansible/issues/30760
-
- Dec 04, 2017
-
-
Stanislav Makar authored
* Update k8s version to 1.8.4 * Update main.yml
-
- Nov 29, 2017
-
-
unclejack authored
* Add Contiv support Contiv is a network plugin for Kubernetes and Docker. It supports vlan/vxlan/BGP/Cisco ACI technologies. It support firewall policies, multiple networks and bridging pods onto physical networks. * Update contiv version to 1.1.4 Update contiv version to 1.1.4 and added SVC_SUBNET in contiv-config. * Load openvswitch module to workaround on CentOS7.4 * Set contiv cni version to 0.1.0 Correct contiv CNI version to 0.1.0. * Use kube_apiserver_endpoint for K8S_API_SERVER Use kube_apiserver_endpoint as K8S_API_SERVER to make contiv talks to a available endpoint no matter if there's a loadbalancer or not. * Make contiv use its own etcd Before this commit, contiv is using a etcd proxy mode to k8s etcd, this work fine when the etcd hosts are co-located with contiv etcd proxy, however the k8s peering certs are only in etcd group, as a result the etcd-proxy is not able to peering with the k8s etcd on etcd group, plus the netplugin is always trying to find the etcd endpoint on localhost, this will cause problem for all netplugins not runnign on etcd group nodes. This commit make contiv uses its own etcd, separate from k8s one. on kube-master nodes (where net-master runs), it will run as leader mode and on all rest nodes it will run as proxy mode. * Use cp instead of rsync to copy cni binaries Since rsync has been removed from hyperkube, this commit changes it to use cp instead. * Make contiv-etcd able to run on master nodes * Add rbac_enabled flag for contiv pods * Add contiv into CNI network plugin lists * migrate contiv test to tests/files Signed-off-by: Cristian Staretu <cristian.staretu@gmail.com> * Add required rules for contiv netplugin * Better handling json return of fwdMode * Make contiv etcd port configurable * Use default var instead of templating * roles/download/defaults/main.yml: use contiv 1.1.7 Signed-off-by: Cristian Staretu <cristian.staretu@gmail.com>
-
Di Xu authored
-
- Nov 28, 2017
-
-
Christopher Randles authored
-
Kevin Lefevre authored
Move RS to deployment so no need to take care of the revision history limits : - Delete the old RS - Make Calico manifest a deployment - move deployments to apps/v1beta2 API since Kubernetes 1.8
-
- Nov 16, 2017
-
-
Tom Denham authored
-
- Nov 15, 2017
-
-
Chad Swenson authored
-
- Nov 13, 2017
-
-
Aivars Sterns authored
-
- Nov 03, 2017
-
-
Kevin Lefevre authored
* update helm to v2.7.0 * Update main.yml
-
- Oct 30, 2017
-
-
Spencer Smith authored
-
Andrew Greenwood authored
-
Andrew Greenwood authored
-
- Oct 26, 2017
-
-
ArchiFleKs authored
-
- Oct 25, 2017
-
-
Matthew Mosesohn authored
-
Matthew Mosesohn authored
* Fix broken CI jobs Adjust image and image_family scenarios for debian. Checkout CI file for upgrades * add debugging to file download * Fix download for alternate playbooks * Update ansible ssh args to force ssh user * Update sync_container.yml
-
- Oct 24, 2017
-
-
Flavio Percoco Premoli authored
-
Matthew Mosesohn authored
-
- Oct 23, 2017
-
-
Matthew Mosesohn authored
Eventually 2.3 support will be dropped, so this is a temporary change.
-
- Oct 19, 2017
-
-
Matthew Mosesohn authored
* Refactor downloads to use download role directly Also disable fact delegation so download delegate works acros OSes. * clean up bools and ansible_os_family conditionals
-
- Oct 17, 2017
-
-
Seungkyu Ahn authored
When downloading containers or files, use boolean as a default value.
-
- Oct 14, 2017
-
-
刘旭 authored
-
- Oct 13, 2017
-
-
Matthew Mosesohn authored
* add istio addon * add addons to a ci job
-
- Oct 11, 2017
-
-
Matthew Mosesohn authored
* Set no_proxy to all local ips * Use proxy settings on all necessary tasks
-
- Oct 06, 2017
-
-
pmontanari authored
In case ssh.config is set to use bastion, synchronize needs to use it too.
-
- Oct 05, 2017
-
-
Brad Beam authored
-
Matthew Mosesohn authored
* Upgrade to kubernetes v1.8.0 hyperkube no longer contains rsync, so now use cp * Enable node authorization mode * change kube-proxy cert group name
-
Aivars Sterns authored
-
- Oct 03, 2017
-
-
Brad Beam authored
-
- Sep 26, 2017
-
-
Matthew Mosesohn authored
* Enable upgrade to kubeadm * fix kubedns upgrade * try upgrade route * use init/upgrade strategy for kubeadm and ignore kubedns svc * Use bin_dir for kubeadm * delete more secrets * fix waiting for terminating pods * Manually enforce kube-proxy for kubeadm deploy * remove proxy. update to kubeadm 1.8.0rc1
-
- Sep 25, 2017
-
-
Deni Bertovic authored
-
Matthew Mosesohn authored
Fixes #1660
-
- Sep 16, 2017
-
-
Matthew Mosesohn authored
* Enable HA deploy of kubeadm * raise delay to 60s for starting gce hosts
-
- Sep 14, 2017
-
-
neith00 authored
This upgrade has been testing offline on a 1.7.5 cluster
-