- Nov 20, 2018
-
-
Wong Hoi Sing Edison authored
Upstream Changes: - cert-manager 0.5.2 (https://github.com/jetstack/cert-manager/releases/tag/v0.5.2) Our Changes: - Templates sync with upstream manifests
-
- Nov 15, 2018
-
-
Andreas Krüger authored
* Update DNS Autoscaler to latest * Update CoreDNS to latest * Update KubeDNS to latest * Add KubeDNS config map * Fix filename * Add missing selector to DNS Autoscaler * Add missing tolerations
-
Andreas Krüger authored
* Enable AutoScaler for CoreDNS * Only use one template for dns autoscaler * Rename a few variables for replicas and minimum pods * Rename a few variables for replicas and minimum pods * Remove replicas to make autoscale work * Cleanup kubedns-autoscaler as it has been renamed
-
Wong Hoi Sing Edison authored
* weave: Upgrade to 2.5.0 Upstream Changes: - weave 2.5.0 (https://github.com/weaveworks/weave/releases/tag/v2.5.0) - Adds support for Kubernetes `hostPort` mapping - Adds support for Kubernetes `ipBlock` NetworkPolicy feature Our Changes: - Templates sync with upstream manifests - Remove legacy nodePort fix * BC for weave < 2.5.0
-
- Nov 14, 2018
-
-
Ryler Hockenbury authored
* Revert netchecker image and version * Create namespace for netchecker * Remove extra slashes
-
- Nov 13, 2018
-
-
Bort Verwilst authored
-
Wilmar den Ouden authored
-
- Nov 10, 2018
-
-
Antoine Legrand authored
* Remove Vault * Remove reference to 'kargo' in the doc * change check order
-
- Nov 06, 2018
-
-
Wilmar den Ouden authored
-
- Nov 04, 2018
-
-
Louis Woods authored
* Adds support for Multus (multiple interfaces) CNI plugin Multus is a latin word for "Multi". As the name suggests, it acts as a Multi plugin in Kubernetes and provides multiple network interface support in a pod. Multus uses the concept of invoking delegates by grouping multiple plugins into delegates and invoking them in the sequential order of the CNI configuration file provided in json format. * Change CNI version (0.1.0->0.3.1) of Contiv to be compatible with Multus
-
- Nov 01, 2018
-
-
Wong Hoi Sing Edison authored
Upstream Changes: - coredns v1.2.5 (https://github.com/coredns/coredns/releases/tag/v1.2.5) NOTE: - Switch image repo to https://hub.docker.com/r/coredns/coredns/ (https://github.com/kubernetes-incubator/kubespray/pull/3595#issuecomment-433962973)
-
- Oct 31, 2018
-
-
Dmitriy Zinin authored
-
- Oct 29, 2018
-
-
Dmitriy Zinin authored
-
Rong Zhang authored
- Oct 23, 2018
-
-
Wong Hoi Sing Edison authored
Upstream Changes: - ingress-nginx 0.20.0 (https://github.com/kubernetes/ingress-nginx/releases/tag/nginx-0.20.0) Our Changes: - Sync templates with upstream changes
-
- Oct 20, 2018
-
-
Antoine Legrand authored
* codestyle tests * Download destination can be different than local_release_dir
-
- Oct 18, 2018
-
-
JuanJo Ciarlante authored
kube-router v0.2.1 highlights from changelog: - IPv6 WIP but pretty close to full working functionality - fully support network policy semantics with addition of support for ipblock and except
-
- Oct 16, 2018
-
-
Rong Zhang authored
-
JuanJo Ciarlante authored
* [jjo] add kube-router support Fixes cloudnativelabs/kube-router#147. * add kube-router as another network_plugin choice * support most used kube-router flags via `kube_router_foo` vars as other plugins * implement replacing kube-proxy (--run-service-proxy=true) via `kube_proxy_mode: none`, verified in a _non kubeadm_enabled_ install, should also work for recent kubeadm releases via `skipKubeProxyInstall: true` config * [jjo] address PR#3339 review from @woopstar * add busybox image used by kube-router to downloads * fix busybox download groups key * rework kubeadm_enabled + kube_router_run_service_proxy - verify it working ok w/the kubeadm_enabled and kube_router_run_service_proxy true or false - introduce `kube_proxy_remove` fact, to decouple logic from kube_proxy_mode (which affects kubeadm configmap settings, thus no-good to ab-use it to 'none') * improve kube-router.md re: kubeadm_enabled and kube_router_run_service_proxy * address @woopstar latest review * add inventory/sample/group_vars/k8s-cluster/k8s-net-kube-router.yml * fix kube_router_run_service_proxy conditional for kube-proxy removal * fix kube_proxy_remove fact (w/ |bool), add some needed kube-proxy tags on my and existing changes * update kube-router tolerations for 1.12 compatibility * add PriorityClass to kube-router DaemonSet
-
- Oct 07, 2018
-
-
- Oct 04, 2018
-
-
Rong Zhang authored
* Upgrade kubernetes to v1.12.0 Use kubeadm v1alpha3 config * Upgrade coredns and etcd * Upgrage docker to 18.06
-
- Sep 30, 2018
-
-
Mikael Berthe authored
According to the documentation, container images are described by vars like `foo_image_repo` and `foo_image_tag`. The variables netcheck_{agent,server}_{img_repo,tag} do not follow that convention.
-
- Sep 28, 2018
-
-
Rong Zhang authored
-
- Sep 21, 2018
-
-
Anatoly Rugalev authored
-
- Sep 20, 2018
-
-
Andreas Kruger authored
-
- Sep 18, 2018
-
-
rongzhang authored
Keep a list of checksums for kubeadm and hyperkube downloads. Makes it easier to switch version
-
- Sep 17, 2018
-
-
Erwan Miran authored
-
Wong Hoi Sing Edison authored
Upstream Changes: - weave 2.4.1 (https://github.com/weaveworks/weave/releases/tag/v2.4.1) Our Changes: - Templates sync with upstream manifests
-
Wong Hoi Sing Edison authored
Upstream Changes: - cert-manager 0.5.0 (https://github.com/jetstack/cert-manager/releases/tag/v0.5.0) Our Changes: - Templates sync with upstream manifests
-
- Sep 15, 2018
-
-
rongzhang authored
-
- Sep 13, 2018
-
-
Antoine Legrand authored
-
- Sep 10, 2018
-
-
rongzhang authored
-
- Sep 09, 2018
-
-
rongzhang authored
-
- Sep 06, 2018
-
-
rongzhang authored
-
- Sep 05, 2018
-
-
Antoine Legrand authored
-
- Sep 03, 2018
-
-
Wong Hoi Sing Edison authored
Upstream Changes: - ingress-nginx 0.19.0 (https://github.com/kubernetes/ingress-nginx/releases/tag/nginx-0.19.0) Our Changes: - Sync templates with upstream changes
-
- Sep 02, 2018
-
-
Wong Hoi Sing Edison authored
Upstream Changes: - cephfs-provisioner v2.1.0-k8s1.11 (https://github.com/kubernetes-incubator/external-storage/releases/tag/cephfs-provisioner-v2.1.0-k8s1.11) Our Changes: - Sync clusterrole and role with upstream changes
-
Wong Hoi Sing Edison authored
Upstream Changes: - coredns v1.2.2 (https://github.com/coredns/coredns/releases/tag/v1.2.2) NOTE: - coredns image for 1.2.0 and 1.2.1 had been removed from https://console.cloud.google.com/gcr/images/google-containers/GLOBAL/coredns
-
- Aug 31, 2018
-
-
Antoine Legrand authored
-