- Feb 19, 2024
-
-
ABW authored
feat/add default ingress-nginx service feat/add default ingress-nginx service feat/add default ingress-nginx service
-
- Feb 12, 2024
-
-
Max Gautier authored
Under the original code, leader election failed for ingress controllers as a result of mismatch between election-id in the controller config, and the resourceName in the relevant rule of role 'ingress-nginx'. This appeared in the controller logs. To fix the issue, a command-line option was added to container execution (--election-id=...). Now, the election-id agrees with the resourceName provided in the role-ingress-nginx.yml file. A comment in that file was changed to reflect the new logic. Co-authored-by:
Vasilis Samoladas <vsam@softnet.tuc.gr> Co-authored-by:
Mohamed Omar Zaian <mohamedzaian@gmail.com>
-
- Jul 05, 2023
-
-
Arthur Outhenin-Chalandre authored
* project: fix var-spacing ansible rule Signed-off-by:
Arthur Outhenin-Chalandre <arthur.outhenin-chalandre@proton.ch> * project: fix spacing on the beginning/end of jinja template Signed-off-by:
Arthur Outhenin-Chalandre <arthur.outhenin-chalandre@proton.ch> * project: fix spacing of default filter Signed-off-by:
Arthur Outhenin-Chalandre <arthur.outhenin-chalandre@proton.ch> * project: fix spacing between filter arguments Signed-off-by:
Arthur Outhenin-Chalandre <arthur.outhenin-chalandre@proton.ch> * project: fix double space at beginning/end of jinja Signed-off-by:
Arthur Outhenin-Chalandre <arthur.outhenin-chalandre@proton.ch> * project: fix remaining jinja[spacing] ansible-lint warning Signed-off-by:
Arthur Outhenin-Chalandre <arthur.outhenin-chalandre@proton.ch> --------- Signed-off-by:
Arthur Outhenin-Chalandre <arthur.outhenin-chalandre@proton.ch>
-
- Jun 01, 2023
-
-
Richard Fairthorne authored
-
- May 24, 2023
-
-
Mathias Petermann authored
Add option to configure class as the default class Add option to disable wathcing for ingresses without class Remove redundant if that always evaluates to true Fix default value missing for ingress_nginx_default
-
- Feb 23, 2023
-
-
Mohamed Zaian authored
-
- Feb 06, 2023
-
-
Bas authored
-
- Oct 31, 2022
-
-
yanggang authored
-
- Oct 20, 2022
-
-
Vladimir authored
Signed-off-by:
Zemtsov Vladimir <vl.zemtsov@gmail.com> Signed-off-by:
Zemtsov Vladimir <vl.zemtsov@gmail.com>
-
- Oct 19, 2022
-
-
Mohamed Zaian authored
-
- Sep 19, 2022
-
-
Vadim authored
-
- Sep 08, 2022
-
-
ghostloda authored
-
- Aug 09, 2022
-
-
Cristian Calin authored
when ingress-nginx is deployes without a class, we need to use 'ingress-controller-leader' resource instead of the default 'ingress-controller-leader-nginx' (#9156)
-
- Jul 15, 2022
-
-
Mohamed Zaian authored
* This release removes support for Kubernetes v1.19.0 * This release adds support for Kubernetes v1.24.0 * Starting with this release, we will need permissions on the coordination.k8s.io/leases resource for leaderelection lock
-
- Jul 11, 2022
-
-
Samuel Liu authored
* fix ingress controller task name * fix calico word * add check typo
-
- Jun 28, 2022
-
-
Samuel Liu authored
* add ingress nginx webhook * fix ingress nginx template
-
- Mar 13, 2022
-
-
spaced authored
-
- Jan 09, 2022
-
-
Kenichi Omichi authored
When running ansible-lint directly, we can see a lot of warning message like risky-file-permissions File permissions unset or incorrect This fixes the warning messages.
-
- Dec 02, 2021
-
-
zhengtianbao authored
* set ingress-nginx default terminationGracePeriodSeconds to 5 min for the drain of connection * Add ingress_nginx_termination_grace_period_seconds at sample inventory
-
- Oct 28, 2021
-
-
Sergey authored
-
- Sep 06, 2021
-
-
Cristian Calin authored
-
- Jun 01, 2021
-
-
Cristian Calin authored
* Docs: update sidebar * Docs: move registry documentation into docs/ * Docs: move rbd_provisioner documentation into docs/ * Docs: move cephfs_provisioner into docs/ * Docs: move local_volume_provisioner documentation into docs/ * Docs: move ambassador.md to docs/ingress_controller/ * Docs: move metallb.md to docs/ingress_controller/ * Docs: move ingress_nginx documentation into docs/ * Docs: move alb_ingress_controller documentation into docs/ * Docs: merge ambassador documentation into docs/ingress_controller/ * Docs: move cert_manager documentation into docs/ * Docs: move bootstrap-os documentation into docs/ * Docs: update file locations in sidebar
-
- Apr 22, 2021
-
-
Samuel Liu authored
-
- Mar 24, 2021
-
-
Kenichi Omichi authored
This replaces kube-master with kube_control_plane because of [1]: The Kubernetes project is moving away from wording that is considered offensive. A new working group WG Naming was created to track this work, and the word "master" was declared as offensive. A proposal was formalized for replacing the word "master" with "control plane". This means it should be removed from source code, documentation, and user-facing configuration from Kubernetes and its sub-projects. NOTE: The reason why this changes it to kube_control_plane not kube-control-plane is for valid group names on ansible. [1]: https://github.com/kubernetes/enhancements/blob/master/keps/sig-cluster-lifecycle/kubeadm/2067-rename-master-label-taint/README.md#motivation
-
- Feb 09, 2021
-
-
Sergey authored
-
- Jan 26, 2021
-
-
Florian Ruynat authored
-
- Dec 30, 2020
-
-
Kenichi Omichi authored
This fixes markdownlint failures under roles/
-
- Dec 02, 2020
-
-
Etienne Champetier authored
* Fix etcd download dest Signed-off-by:
Etienne Champetier <champetier.etienne@gmail.com> * Only support Helm v3, cleanup install Signed-off-by:
Etienne Champetier <champetier.etienne@gmail.com>
-
- 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
-