- Jan 24, 2019
-
-
Chad Swenson authored
Introduce `calico_upgrade_url` var for Calico upgrade tool.
-
- Jan 23, 2019
-
-
Douglas Hellinger authored
So that binary can be sourced from anywhere - not only github.
-
Chad Swenson authored
Fix epel_enabled and RHEL support in bootstrap-os
-
Chad Swenson authored
Looks like `epel_enabled` was not configured for the epel install in `bootstrap-centos.yml`. Also, there were no conditionals that would trigger bootstrap for RHEL.
-
- Jan 22, 2019
-
-
Chad Swenson authored
Fix docker 18.09.1 systemd service
-
Chad Swenson authored
The `docker-ce` 18.09.1 packaging missed an `After` dependency on containerd in the systemd service. Upstream PR: https://github.com/docker/docker-ce-packaging/pull/290
-
- Jan 21, 2019
-
-
Matthew Mosesohn authored
-
Florent Monbillard authored
* Use external LB IP for external api endpoint Use loadbalancer_apiserver.address instead of apiserver_loadbalancer_domain_name for kudadm init --apiserver-advertise-address argument https://kubernetes.io/docs/reference/setup-tools/kubeadm/kubeadm-init/#options states apiserver-advertise-address needs to be a IPv4 or IPv6 address * only use loadbalancer IP if it is defined
-
- Jan 18, 2019
-
-
Chad Swenson authored
Fix PATH for kubeadm init
-
Chad Swenson authored
Update helm version for security and stablity fixes
-
Chad Swenson authored
Bump docker 18.09 to the latest patch
-
Matthew Mosesohn authored
-
Bort Verwilst authored
-
- Jan 16, 2019
-
-
Chad Swenson authored
Helm v2.12.2 has fixes for a security vuln, and there have been several improvements since our last update.
-
Matthew Mosesohn authored
* Generate external admin.conf with kubeadm * Fix apiserver sans
-
Chad Swenson authored
[calico/canal] mount host's xtables lock and enable calico locking for <v3.2.1
-
- Jan 15, 2019
-
-
Chad Swenson authored
Docker 18.09.1 is out and it includes some fixes that are quite critical for RHEL distros, details here: https://docs.docker.com/engine/release-notes/#18091
-
Chad Swenson authored
Fix kubeadm config extra volumes
-
Chad Swenson authored
I found a potential use case where `writable` could be null and therfore not treated like a boolean, so this adds an extra default statement to avoid negating a non-boolean as boolean which would lead to undefined. refs #4020
-
Chad Swenson authored
Fix local-volume-provisioner configmap template
-
Danny Kulchinsky authored
-
Chad Swenson authored
fix registry_storage_class equals empty string
-
Chad Swenson authored
Use --bind-address instead of --address
-
Chad Swenson authored
Add image builder to create Docker vm's for kube-virt
-
Chad Swenson authored
Update kubectl and etcd download urls for mult-arch
-
Chad Swenson authored
Looks like the template is removing the trailing space between storage class entries, and since CI only has one storage class we never hit this issue. This change will prevent the yaml from printing on a single line when multiple storage classes are defined.
-
- Jan 14, 2019
-
-
Chad Swenson authored
Use Pypy portable on coreos
-
Chad Swenson authored
Upgrade kubernetes to v1.13.2
-
- Jan 12, 2019
-
-
Markus Teufelberger authored
-
Markus Teufelberger authored
-
Markus Teufelberger authored
-
- Jan 11, 2019
-
-
rongzhang authored
-
rongzhang authored
--address deprecated
-
Chad Swenson authored
Fix readOnly flag in kubeadm-config.v1beta1.yaml.j2
-
- Jan 10, 2019
-
-
Chad Swenson authored
In v1beta1 of `ClusterConfiguration` the extraVolumes `writable` field was changed to `readOnly` and its boolean value must be negated. Also, the json field for `useHyperKubeImage` was incorrectly capitalized.
-
Chad Swenson authored
Right now we're consistently getting warnings about kubelet not found in path during `kubeadm init`. We fixed this for `kubeadm join` in #3342, and this brings the change to init as well.
-
- Jan 09, 2019
-
-
Sascha Marcel Schmidt authored
-
Chad Swenson authored
Bugfixes for Local Volume Provisioner
-
Chad Swenson authored
Merge pull request #3996 from Bobonium/issue_3586_kube_router_with_external_loadbalancer_not_working use api server loadbalancer ip if external loadbalancer is used (fixes kube-router deployment)
-
Chad Swenson authored
Added optional basic auth parameters
-