- Oct 28, 2020
-
-
David Medinets authored
* update version of ingress-nginx controller. Change tag from controller-v0.34.0 to controller-v0.40.2 to use newest tag. * Update docs about aws deploy templates. In the yaml templates, there is no mention of idle timeouts. This is why I removed the documentation about it. This might be a mistake. Please verify this. I don't know enough to verify it myself. * Change label when checking version. When checking for `app.kubernetes.io/name=ingress-nginx`, a completed pod was selected which is not helpful when trying to `exec`. Changing the label selects the running controller pod. * put back the information about ELB Idle Timeouts. When I removed the information, I had overlooked that it was mentioned in the L7 yaml file. Thanks.
-
- Oct 06, 2020
-
-
Florian Ruynat authored
-
- Sep 30, 2020
-
-
dlandtwing authored
In case multiple nodeselectors are specified in ingress_nginx_nodeselector, the generated daemonset yaml template for nginx is invalid due to missing indentation starting with the second nodeselector
-
- Sep 04, 2020
-
-
Julien Pervillé authored
-
- Aug 27, 2020
-
-
Florian Ruynat authored
-
- Jul 30, 2020
-
-
Vladimir Masarik authored
-
- Jun 09, 2020
-
-
Florian Ruynat authored
-
- May 28, 2020
-
-
Florian Ruynat authored
-
Wang Zhen authored
Signed-off-by:
Wang Zhen <lazybetrayer@gmail.com>
-
- Apr 22, 2020
-
-
Florian Ruynat authored
-
- Apr 17, 2020
-
-
Florian Ruynat authored
-
- Apr 15, 2020
-
-
Florian Ruynat authored
-
- Mar 30, 2020
-
-
Anshul Sharma authored
-
- Feb 07, 2020
-
-
Florian Ruynat authored
-
- Jan 06, 2020
-
-
zhanwang authored
-
- Nov 11, 2019
-
-
Julien Pervillé authored
-
- Aug 15, 2019
-
-
刘旭 authored
* remove svc-default-backend * update ingress-nginx clusterrole
-
- Aug 07, 2019
-
-
Maxim Snezhkov authored
-
- Jul 16, 2019
-
-
刘旭 authored
-
- Jun 11, 2019
-
-
Andreas Krüger authored
-
- Jun 05, 2019
-
-
Andreas Krüger authored
-
- Apr 29, 2019
-
-
Youngchul Bang authored
Close #4113
-
Matthew Mosesohn authored
* Fix nodeselectors for contiv and nginx-ingress Change-Id: Ib3eb6bd87193c69a90ee944c9164a0b6792c79ba * Set kube proxy mode to iptables for addons task Change-Id: Iff71a71f672405c74b4708c71db15ddc4391a53a
-
- Apr 24, 2019
-
-
Matthew Mosesohn authored
We don't need to support upgrades from 2 year old installs, just from the last major version. Also changed most retried tasks to 1s delay instead of longer.
-
Andreas Krüger authored
* Fix merge conflict * Add check delay * Add more liveness and readiness options to metrics-server
-
- Apr 23, 2019
-
-
Maxime Guyot authored
This reverts commit f8fdc0cd.
-
andreyshestakov authored
-
- Apr 17, 2019
-
-
Maxime Guyot authored
Revert "Fix for unknown 'kubernetes.io' or 'k8s.io' labels specified with --node-labels (#4320)" (#4553) This reverts commit 586ad89d.
-
- Apr 10, 2019
-
-
Robert Neumann authored
* Fix the file path for all.yml and k8s-cluster.yml * Fix --node-labels namespace error "unknown labels specified" * Update templates and configs kubelet node-labels
-
- Feb 05, 2019
-
-
peerapach authored
-
- Dec 29, 2018
-
-
elementyang authored
-
- Nov 30, 2018
-
-
Wong Hoi Sing Edison authored
Upstream Changes: - ingress-nginx 0.21.0 (https://github.com/kubernetes/ingress-nginx/releases/tag/nginx-0.21.0) Our Changes: - Sync templates with upstream changes - Remove --default-backend-service requirement. Use the flag only for custom default backends
-
- Nov 27, 2018
-
-
Michal Belica authored
Introduced variable `ingress_nginx_tolerations` to set custom tolerations for Ingress nginx daemonset, to be able to schedule ingress-nginx on dedicated nodes with taints.
-
- Nov 13, 2018
-
-
Ryler Hockenbury authored
* Apply linux node selector to coreDNS deployment * Remove comment before linux node selector on manifests * mend
-
- 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
-
-
Matthew Mosesohn authored
kubeadm sets node label node-role.kubernetes.io/master='' and this is not configurable. We should use it everywhere.
-
- Oct 17, 2018
-
-
Erwan Miran authored
* failed * version_compare * succeeded * skipped * success * version_compare becomes version since ansible 2.5 * ansible minimal version updated in doc and spec * last version_compare
-
- Sep 25, 2018
-
-
Kuldip Madnani authored
* Changes to assign pod priority to kube components. * Removed the boolean flag pod_priority_assignment * Created new priorityclass k8s-cluster-critical * Created new priorityclass k8s-cluster-critical * Fixed the trailing spaces * Fixed the trailing spaces * Added kube version check while creating Priority Class k8s-cluster-critical * Moved k8s-cluster-critical.yml * Moved k8s-cluster-critical.yml to kube_config_dir
-
- 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
-
-
Pablo Estigarribia authored
ensure there is pin priority for docker package to avoid upgrade of docker to incompatible version remove empty when line ensure there is pin priority for docker package to avoid upgrade of docker to incompatible version force kubeadm upgrade due to failure without --force flag ensure there is pin priority for docker package to avoid upgrade of docker to incompatible version added nodeSelector to have compatibility with hybrid cluster with win nodes, also fix for download with missing container type fixes in syntax and LF for newline in files fix on yamllint check ensure there is pin priority for docker package to avoid upgrade of docker to incompatible version some cleanup for innecesary lines remove conditions for nodeselector
-