- Dec 08, 2016
-
-
Bogdan Dobrelya authored
Fix possible problems with legacy calicoctl
-
Matthew Mosesohn authored
Add document outlining upgrade process
-
- Dec 07, 2016
-
-
Bogdan Dobrelya authored
Force hardlink for calico/canal certs
-
Matthew Mosesohn authored
Fixes: #669
-
Bogdan Dobrelya authored
Change GCE sysctls placement and docs
-
Matthew Mosesohn authored
-
Bogdan Dobrelya authored
Override GCE sysctl in /etc/sysctl.d/99-sysctl.conf instead of the /etc/sysctl.d/11-gce-network-security.conf. It is recreated by GCE, f.e. if gcloud CLI invokes some security related changes, thus losing customizations we want to be persistent. Update cloud providers firewall requirements in calico docs. Signed-off-by: Bogdan Dobrelya <bdobrelia@mirantis.com>
-
Matthew Mosesohn authored
add cluster-signing to kube-controller-manager
-
Aleksandr Didenko authored
When running legacy calicoctl we do not specify calico hostname in calico-node container thus we should not specify it in CNI config. Also move 'legacy_calicoctl' set_fact task to the top.
-
fen4o authored
kube-controller-manager's cluster signing cert and key points by default to not existing `/etc/kubernetes/ca/ca.pem` and `/etc/kubernetes/ca/ca.key` [docs][1] [1]: http://kubernetes.io/docs/admin/kube-controller-manager/#options
-
Bogdan Dobrelya authored
Docker Options Refactor
-
Bogdan Dobrelya authored
Calico: fix peering with routers for new version
-
- Dec 06, 2016
-
-
Spencer Smith authored
add restart flag for docker run kubelet
-
Aleksandr Didenko authored
In new `calicoctl` version nodes peering with routers is broken. We need to use predictable node names for calico-node and the same names in calico `bgpPeer` resources and CNI.
-
Bogdan Dobrelya authored
Re-enable debian-8-kubespray image for CI
-
Matthew Mosesohn authored
debian-8 image is missing memory cgroup, so it can't spawn pods.
-
Bogdan Dobrelya authored
Update calico-node systemd unit
-
Antoine Legrand authored
GlusterFS server separate nodes and client facilities for k8s nodes.
-
Pablo Moreno authored
-
Aleksandr Didenko authored
New calicoctl does not support --detach=false option, so we should use a recommended way to run calico-node service: http://docs.projectcalico.org/v2.0/usage/configuration/as-service Closes #674, #675
-
Bogdan Dobrelya authored
Add dbus socket dir to kube-proxy
-
Bogdan Dobrelya authored
Fix ipv4 forwarding on GCE
-
Matthew Mosesohn authored
ipv4 forwarding gets broken when restarting networking, which breaks all networking for all pods.
-
- Dec 05, 2016
-
-
Matthew Mosesohn authored
-
- Dec 04, 2016
-
-
Antoine Legrand authored
Update README: kargo-golang, slack, and travis urls
-
Smana authored
-
Smana authored
-
Smana authored
-
- Dec 03, 2016
-
-
Smana authored
-
Chad Swenson authored
-
- Dec 02, 2016
-
-
Bogdan Dobrelya authored
Fail all nodes on error
-
Bogdan Dobrelya authored
Disable logs upload and verbose logging
-
Bogdan Dobrelya authored
In order to speed up CI jobs, do not produce -v logs. Also, disable collecting and uploading logs to GS, unless the buckets creation issue resolved. Signed-off-by: Bogdan Dobrelya <bdobrelia@mirantis.com>
-
Bogdan Dobrelya authored
Set proxy_timeout to 10m in nginx.conf
-
ant31 authored
-
- Nov 30, 2016
-
-
Bogdan Dobrelya authored
Reduce CI test matrix
-
- Nov 29, 2016
-
-
Bogdan Dobrelya authored
Reduce the test cases from 15 to 9, bearing in mind that: * Disable weave/coreos gate unless its deployment fixed * If debian/centos7 fails with net plugin X, ubuntu-xenial/rhel-7 will likely fail as well * Canal also covers the flannel plugin deployment, but keep at least one of the flannel plugin deployment, unless it's superseded and removed. * Keep at least one of each OS/plugin family to be tested in the separate nodes layout * Keep at least one of each OS family to be tested against each of the plugin types in default nodes layout * Rebalance GCE regions for instances, replace asia to eu/us as they are the longest running jobs. Signed-off-by: Bogdan Dobrelya <bdobrelia@mirantis.com>
-
Antoine Legrand authored
add azure support for kargo
-
Sebastian Melchior authored
-
Bogdan Dobrelya authored
Switch to standard debian/centos/rhel for CI
-