Skip to content

Commit 599fb7b

Browse files
authored
Updates per Dave's review (#28)
Correct CODEOWNERS format
1 parent 7be4b48 commit 599fb7b

File tree

3 files changed

+4
-10
lines changed

3 files changed

+4
-10
lines changed

.github/CODEOWNERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Main global owner #
22
#####################
3-
*
3+
* @ciroque @chrisakker

CONTRIBUTING.md

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ Follow our [Installation Guide](https://github.com/nginxinc/nginx-k8s-loadbalanc
2020

2121
## Contributing
2222

23+
We are not currently accepting contributions to this project. Please create an issue on GitHub with the label `feature` or `enhancement` using the available feature request issue template. Please ensure the feature or enhancement has not already been suggested.
24+
2325
### Report a Bug
2426

2527
To report a bug, open an issue on GitHub with the label `bug` using the available bug report issue template. Please ensure the bug has not already been reported. **If the bug is a potential security vulnerability, please report using our security policy.**
@@ -28,13 +30,6 @@ To report a bug, open an issue on GitHub with the label `bug` using the availabl
2830

2931
To suggest a feature or enhancement, please create an issue on GitHub with the label `feature` or `enhancement` using the available feature request issue template. Please ensure the feature or enhancement has not already been suggested.
3032

31-
### Open a Pull Request
32-
33-
* Fork the repo, create a branch, implement your changes, add any relevant tests, submit a PR when your changes are **tested** and ready for review.
34-
* Fill in [our pull request template](https://github.com/nginxinc/nginx-k8s-loadbalancer/blob/main/.github/pull_request_template.md).
35-
36-
Note: if you'd like to implement a new feature, please consider creating a feature request issue first to start a discussion about the feature.
37-
3833
## Code Guidelines
3934

4035
<!-- ### Go/Python/Bash Guidelines (OPTIONAL) -->

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ This repo contains source code and documents for a new Kubernetes Controller, th
1515
## Overview
1616

1717
- Create a new K8s Controller, that will monitor specified k8s Services, and then send API calls to an external Nginx Plus server to manage Nginx Upstream servers automatically.
18-
- This is will `synchronize` the K8s Service Endpoint list, with the Nginx LB server's Upstream server list.
18+
- This will `synchronize` the K8s Service Endpoint list, with the Nginx LB server's Upstream server list.
1919
- The primary use case is for tracking the NodePort IP:Port definitions for the Nginx Ingress Controller's `nginx-ingress Service`.
2020
- With the Nginx Plus Server located external to the K8s cluster, this new controller LB function would provide an alternative TCP "Load Balancer Service" for On Premises K8s clusters, which do not have access to a Cloud providers "Service Type LoadBalancer".
2121
- Make the solution a native Kubernetes Component, running, configured and managed with standard K8s commands.
@@ -68,7 +68,6 @@ Please see the /docs folder for Installation Guide.
6868

6969
## Development
7070

71-
Contributions are being accepted at this time.
7271
Read the [`CONTRIBUTING.md`](https://github.com/nginxinc/nginx-k8s-loadbalancer/blob/main/CONTRIBUTING.md) file.
7372

7473
<br/>

0 commit comments

Comments
 (0)