Ingress NGINX Controller for Kubernetes
Go to file
Long Wu Yuan d27d7c20b4
Updated semver in install docs URLs (#8368)
2022-03-21 15:46:47 -07:00
.github Pinned GitHub workflows by SHA (#8334) 2022-03-14 08:29:58 -07:00
build Update go in runner and release v1.1.1 (#8120) 2022-01-09 20:37:11 -08:00
charts/ingress-nginx Add the shareProcessNamespace as a configurable setting. (#8287) 2022-03-14 08:51:57 -07:00
cmd 8217 fix removed extra v (#8218) 2022-02-06 12:10:52 -08:00
deploy release-v1.1.2-continued (#8294) 2022-03-04 11:48:52 -08:00
docs Updated semver in install docs URLs (#8368) 2022-03-21 15:46:47 -07:00
hack release-v1.1.2-continued (#8294) 2022-03-04 11:48:52 -08:00
images fix indent on env (#8352) 2022-03-18 10:04:41 -07:00
internal fix: deny locations with invalid auth-url annotation (#8256) 2022-03-01 02:13:51 -08:00
rootfs Adding some geoip variables and default values (#8159) 2022-02-07 09:53:44 -08:00
test Fix 50% split between canary and mainline tests (#8315) 2022-03-16 06:25:49 -07:00
version
.codecov.yml
.gitignore Update go version, modules and remove ioutil 2021-08-06 14:15:21 -03:00
.luacheckrc Enable lj-releng tool to lint lua code. 2020-06-09 18:01:35 +08:00
CONTRIBUTING.md Fix spelling in documentation and top-level files (#8009) 2021-12-06 05:46:33 -08:00
Changelog.md docs: fix changelog formatting (#8302) 2022-03-07 08:32:55 -08:00
ISSUE_TRIAGE.md Fix typos in ISSUE_TRIAGE.md (#7863) 2021-11-04 04:52:03 -07:00
LICENSE
Makefile Using Go install for misspell (#8191) 2022-01-26 18:52:50 -08:00
OWNERS Comment busy owners (#8035) 2021-12-15 11:38:27 -03:00
OWNERS_ALIASES Comment busy owners (#8035) 2021-12-15 11:38:27 -03:00
README.md release-v1.1.2-continued (#8294) 2022-03-04 11:48:52 -08:00
RELEASE.md release-v1.1.2-continued (#8294) 2022-03-04 11:48:52 -08:00
SECURITY.md Add SECURITY.md 2020-07-27 16:01:17 -06:00
SECURITY_CONTACTS Add security contacts (#7642) 2021-09-15 12:24:12 -07:00
TAG update tag and force a new build 2022-03-16 12:57:48 -04:00
cloudbuild.yaml images: use k8s-staging-test-infra/gcb-docker-gcloud (#7999) 2021-12-12 05:19:59 -08:00
code-of-conduct.md
go.mod Bump google.golang.org/grpc from 1.43.0 to 1.44.0 (#8209) 2022-02-06 12:22:52 -08:00
go.sum Bump google.golang.org/grpc from 1.43.0 to 1.44.0 (#8209) 2022-02-06 12:22:52 -08:00
mkdocs.yml set edit_uri value with main branch (#8088) 2021-12-29 09:21:36 -08:00
stable.txt Release updates for v1.1.0 (#7964) 2021-11-23 15:07:46 -08:00

README.md

Ingress NGINX Controller

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

Overview

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

Learn more about Ingress on the main 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 to find out about feature changes. For detailed changes for each release; please check the Changelog.md file. For detailed changes on the ingress-nginx helm chart, please check the following CHANGELOG.md file.

Support Versions table

Ingress-NGINX version k8s supported version Alpine Version Nginx Version
v1.1.2 1.23, 1.22, 1.21, 1.20, 1.19 3.14.2 1.19.9†
v1.1.1 1.23, 1.22, 1.21, 1.20, 1.19 3.14.2 1.19.9†
v1.1.0 1.22, 1.21, 1.20, 1.19 3.14.2 1.19.9†
v1.0.5 1.22, 1.21, 1.20, 1.19 3.14.2 1.19.9†
v1.0.4 1.22, 1.21, 1.20, 1.19 3.14.2 1.19.9†
v1.0.3 1.22, 1.21, 1.20, 1.19 3.14.2 1.19.9†
v1.0.2 1.22, 1.21, 1.20, 1.19 3.14.2 1.19.9†
v1.0.1 1.22, 1.21, 1.20, 1.19 3.14.2 1.19.9†
v1.0.0 1.22, 1.21, 1.20, 1.19 3.13.5 1.20.1
v0.50.0 1.21, 1.20, 1.19 3.14.2 1.19.9†
v0.49.3 1.21, 1.20, 1.19 3.14.2 1.19.9†
v0.49.2 1.21, 1.20, 1.19 3.14.2 1.19.9†
v0.49.1 1.21, 1.20, 1.19 3.14.2 1.19.9†
v0.49.0 1.21, 1.20, 1.19 3.13.5 1.20.1
v0.48.1 1.21, 1.20, 1.19 3.13.5 1.20.1
v0.47.0 1.21, 1.20, 1.19 3.13.5 1.20.1

This build is patched against CVE-2021-23017.

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 kind 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.

  • Support: Join the the #ingress-nginx-users channel inside the Kubernetes Slack to ask questions or get support from the maintainers and other users.

    • The github issues in the repository are exclusively for bug reports and feature requests.
  • Discuss: Tweet using the #IngressNginx hashtag.

License

Apache License 2.0