Add FOSSA status badge
This commit is contained in:
parent
0e0313ce1b
commit
aae3c29d89
1 changed files with 7 additions and 17 deletions
24
README.md
24
README.md
|
@ -10,18 +10,16 @@
|
||||||
[](https://github.com/kubernetes/ingress-nginx/blob/master/LICENSE)
|
[](https://github.com/kubernetes/ingress-nginx/blob/master/LICENSE)
|
||||||
[](https://github.com/kubernetes/ingress-nginx/stargazers)
|
[](https://github.com/kubernetes/ingress-nginx/stargazers)
|
||||||
[](https://github.com/kubernetes/ingress-nginx/blob/master/CONTRIBUTING.md)
|
[](https://github.com/kubernetes/ingress-nginx/blob/master/CONTRIBUTING.md)
|
||||||
|
[](https://app.fossa.io/projects/git%2Bgithub.com%2Fkubernetes%2Fingress-nginx?ref=badge_shield)
|
||||||
|
|
||||||
|
|
||||||
# Get Involved
|
# Get Involved
|
||||||
|
|
||||||
* **Contributing**: Pull requests are welcome!
|
- **Contributing**: Pull requests are welcome!
|
||||||
* Read [`CONTRIBUTING.md`](CONTRIBUTING.md) and check out [help-wanted](https://github.com/kubernetes/ingress-nginx/labels/help%20wanted) issues
|
- Read [`CONTRIBUTING.md`](CONTRIBUTING.md) and check out [help-wanted](https://github.com/kubernetes/ingress-nginx/labels/help%20wanted) issues
|
||||||
* Submit github issues for any feature enhancements, bugs or documentation problems
|
- Submit github issues for any feature enhancements, bugs or documentation problems
|
||||||
* **Support**: Join to [Kubernetes Slack](http://slack.kubernetes.io/) to ask questions to get support from the maintainers and other developers
|
- **Support**: Join to [Kubernetes Slack](http://slack.kubernetes.io/) to ask questions to get support from the maintainers and other developers
|
||||||
* Questions/comments can also be posted as [github issues](https://github.com/kubernetes/ingress-nginx/issues)
|
- Questions/comments can also be posted as [github issues](https://github.com/kubernetes/ingress-nginx/issues)
|
||||||
* **Discuss**: Tweet using the `#IngressNginx` hashtag
|
- **Discuss**: Tweet using the `#IngressNginx` hashtag
|
||||||
|
|
||||||
|
|
||||||
## Description
|
## Description
|
||||||
|
|
||||||
|
@ -37,41 +35,33 @@ The Ingress resource embodies this idea, and an Ingress controller is meant to h
|
||||||
|
|
||||||
An Ingress Controller is a daemon, deployed as a Kubernetes Pod, that watches the apiserver's `/ingresses` endpoint for updates to the [Ingress resource](https://kubernetes.io/docs/concepts/services-networking/ingress/). Its job is to satisfy requests for Ingresses.
|
An Ingress Controller is a daemon, deployed as a Kubernetes Pod, that watches the apiserver's `/ingresses` endpoint for updates to the [Ingress resource](https://kubernetes.io/docs/concepts/services-networking/ingress/). Its job is to satisfy requests for Ingresses.
|
||||||
|
|
||||||
|
|
||||||
## Documentation
|
## Documentation
|
||||||
|
|
||||||
To check out [Live Docs](https://kubernetes.github.io/ingress-nginx/)
|
To check out [Live Docs](https://kubernetes.github.io/ingress-nginx/)
|
||||||
|
|
||||||
|
|
||||||
## Questions
|
## Questions
|
||||||
|
|
||||||
For questions and support please use the [#ingress-nginx](https://kubernetes.slack.com/messages/CANQGM8BA/) channel in the [Kubernetes Slack](http://slack.kubernetes.io/) or [kubernetes-users](https://groups.google.com/forum/#!forum/kubernetes-users) mailing list. The issue list of this repo is **exclusively** for bug reports and feature requests.
|
For questions and support please use the [#ingress-nginx](https://kubernetes.slack.com/messages/CANQGM8BA/) channel in the [Kubernetes Slack](http://slack.kubernetes.io/) or [kubernetes-users](https://groups.google.com/forum/#!forum/kubernetes-users) mailing list. The issue list of this repo is **exclusively** for bug reports and feature requests.
|
||||||
|
|
||||||
|
|
||||||
## Issues
|
## Issues
|
||||||
|
|
||||||
Please make sure to read the [Issue Reporting Checklist](https://github.com/kubernetes/ingress-nginx/blob/master/CONTRIBUTING.md#issue-reporting-guidelines) before opening an issue. Issues not conforming to the guidelines may be closed immediately.
|
Please make sure to read the [Issue Reporting Checklist](https://github.com/kubernetes/ingress-nginx/blob/master/CONTRIBUTING.md#issue-reporting-guidelines) before opening an issue. Issues not conforming to the guidelines may be closed immediately.
|
||||||
|
|
||||||
|
|
||||||
## Changelog
|
## Changelog
|
||||||
|
|
||||||
Detailed changes for each release are documented in the [Changelog.md](Changelog.md)
|
Detailed changes for each release are documented in the [Changelog.md](Changelog.md)
|
||||||
|
|
||||||
|
|
||||||
## Contribution
|
## Contribution
|
||||||
|
|
||||||
Please make sure to read the [Contributing Guide](CONTRIBUTING.md) before making a pull request.
|
Please make sure to read the [Contributing Guide](CONTRIBUTING.md) before making a pull request.
|
||||||
|
|
||||||
Thank you to all the people who already contributed to NGINX Ingress Controller!
|
Thank you to all the people who already contributed to NGINX Ingress Controller!
|
||||||
|
|
||||||
|
|
||||||
## Code of Conduct
|
## Code of Conduct
|
||||||
|
|
||||||
This project adheres to the [Kubernetes Community Code of Conduct](https://git.k8s.io/community/code-of-conduct.md).
|
This project adheres to the [Kubernetes Community Code of Conduct](https://git.k8s.io/community/code-of-conduct.md).
|
||||||
By participating in this project you agree to abide by its terms.
|
By participating in this project you agree to abide by its terms.
|
||||||
|
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
[Apache License 2.0](https://github.com/kubernetes/ingress-nginx/blob/master/LICENSE)
|
[Apache License 2.0](https://github.com/kubernetes/ingress-nginx/blob/master/LICENSE)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue