Ingress NGINX Controller for Kubernetes
Go to file
Marco Ebert 987039c014
Chart: Remove `controller.enableWorkerSerialReloads`. (#11400)
2024-06-03 00:32:19 -07:00
.github Bump the all group across 1 directory with 6 updates (#11383) 2024-05-27 05:07:38 -07:00
build Bump Kubernetes version on images (#11346) 2024-05-05 19:06:28 -07:00
changelog Release controller 1.10.1 (#11253) 2024-04-23 06:44:12 -07:00
charts/ingress-nginx Chart: Remove `controller.enableWorkerSerialReloads`. (#11400) 2024-06-03 00:32:19 -07:00
cmd
deploy Adapt dashboards for Grafana 11 compatibility (#11399) 2024-06-02 01:26:37 -07:00
docs Fix helm install on cloud provider admonition block (#11394) 2024-05-29 09:56:32 -07:00
hack refactor helm ci tests part I (#11178) 2024-03-31 13:21:33 -07:00
images Bump Kubernetes version on images (#11346) 2024-05-05 19:06:28 -07:00
internal Rename variable to fix typo (#11395) 2024-05-30 02:39:08 -07:00
magefiles bump ginkgo to v2.17.1 (#11177) 2024-03-29 05:39:28 -07:00
pkg removed tlsv1 & tlsv1.1 (#11343) 2024-05-28 11:37:30 -07:00
rootfs feat: Add grpc timeouts annotations (#11258) 2024-05-26 09:37:11 -07:00
test removed tlsv1 & tlsv1.1 (#11343) 2024-05-28 11:37:30 -07:00
version
.ct.yaml refactor helm ci tests part I (#11178) 2024-03-31 13:21:33 -07:00
.gcloudignore
.gitignore
.golangci.yml
.goreleaser.yaml
.luacheckrc
CONTRIBUTING.md
Changelog.md
GOLANG_VERSION update test image and go version 2024-04-04 09:27:19 -04:00
ISSUE_TRIAGE.md
LICENSE
MANUAL_RELEASE.md
Makefile
NEW_CONTRIBUTOR.md
NEW_RELEASE_PROCESS.md
NGINX_BASE updated baseimage & deleted a useless file (#11208) 2024-04-04 19:54:16 -07:00
OWNERS Owners: Promote Gacko to `ingress-nginx-maintainers` & `ingress-nginx-reviewers`. (#11165) 2024-04-04 08:01:10 -07:00
OWNERS_ALIASES Owners: Promote Gacko to `ingress-nginx-maintainers` & `ingress-nginx-reviewers`. (#11165) 2024-04-04 08:01:10 -07:00
README.md Release controller 1.10.1 (#11253) 2024-04-23 06:44:12 -07:00
SECURITY.md
SECURITY_CONTACTS
cloudbuild.yaml
code-of-conduct.md
ginkgo_upgrade.md
go.mod Bump the all group across 1 directory with 3 updates (#11384) 2024-05-27 05:10:56 -07:00
go.sum Bump the all group across 1 directory with 3 updates (#11384) 2024-05-27 05:10:56 -07:00
go.work chore(deps): group update k8s.io packages to v0.30.0 (#11344) 2024-05-05 05:06:59 -07:00
go.work.sum chore(deps): group update k8s.io packages to v0.30.0 (#11344) 2024-05-05 05:06:59 -07:00
mkdocs.yml
netlify.toml

README.md

Ingress NGINX Controller

CII Best Practices Go Report Card GitHub license GitHub stars GitHub stars

Overview

ingress-nginx is an Ingress controller for Kubernetes using NGINX as a reverse proxy and load balancer.

Learn more about Ingress on the Kubernetes documentation site.

Get started

See the Getting Started document.

Troubleshooting

If you encounter issues, review the troubleshooting docs, file an issue, or talk to us on the #ingress-nginx channel on the Kubernetes Slack server.

Changelog

See the list of releases for all changes. For detailed changes for each release, please check the changelog-$version.md file for the release version. For detailed changes on the ingress-nginx helm chart, please check the changelog folder for a specific version. CHANGELOG-$current-version.md file.

Supported Versions table

Supported versions for the ingress-nginx project mean that we have completed E2E tests, and they are passing for the versions listed. Ingress-Nginx versions may work on older versions, but the project does not make that guarantee.

Supported Ingress-NGINX version k8s supported version Alpine Version Nginx Version Helm Chart Version
🔄 v1.10.1 1.29, 1.28, 1.27, 1.26 3.19.1 1.25.3 4.10.1*
🔄 v1.10.0 1.29, 1.28, 1.27, 1.26 3.19.1 1.25.3 4.10.0*
🔄 v1.9.6 1.29, 1.28, 1.27, 1.26, 1.25 3.19.0 1.21.6 4.9.1*
🔄 v1.9.5 1.28, 1.27, 1.26, 1.25 3.18.4 1.21.6 4.9.0*
🔄 v1.9.4 1.28, 1.27, 1.26, 1.25 3.18.4 1.21.6 4.8.3
🔄 v1.9.3 1.28, 1.27, 1.26, 1.25 3.18.4 1.21.6 4.8.*
🔄 v1.9.1 1.28, 1.27, 1.26, 1.25 3.18.4 1.21.6 4.8.*
🔄 v1.9.0 1.28, 1.27, 1.26, 1.25 3.18.2 1.21.6 4.8.*
v1.8.4 1.27, 1.26, 1.25, 1.24 3.18.2 1.21.6 4.7.*
v1.7.1 1.27, 1.26, 1.25, 1.24 3.17.2 1.21.6 4.6.*
v1.6.4 1.26, 1.25, 1.24, 1.23 3.17.0 1.21.6 4.5.*
v1.5.1 1.25, 1.24, 1.23 3.16.2 1.21.6 4.4.*
v1.4.0 1.25, 1.24, 1.23, 1.22 3.16.2 1.19.10† 4.3.0
v1.3.1 1.24, 1.23, 1.22, 1.21, 1.20 3.16.2 1.19.10† 4.2.5

See this article if you want upgrade to the stable Ingress API.

Get Involved

Thanks for taking the time to join our community and start contributing!

  • This project adheres to the Kubernetes Community Code of Conduct. By participating in this project, you agree to abide by its terms.

  • Contributing: Contributions of all kinds are welcome!

    • Read CONTRIBUTING.md for information about setting up your environment, the workflow that we expect, and instructions on the developer certificate of origin that we require.
    • Join our Kubernetes Slack channel for developer discussion : #ingress-nginx-dev.
    • Submit GitHub issues for any feature enhancements, bugs, or documentation problems.
      • Please make sure to read the Issue Reporting Checklist before opening an issue. Issues not conforming to the guidelines may be closed immediately.
    • Join our ingress-nginx-dev mailing list
  • Support:

License

Apache License 2.0