-
Notifications
You must be signed in to change notification settings - Fork 104
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
20 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# Enhancement Proposal-929: Data Plane Dynamic Configuration | ||
|
||
- Issue: https://github.com/nginxinc/nginx-kubernetes-gateway/issues/929 | ||
- Status: Provisional | ||
|
||
## Summary | ||
|
||
This proposal is intended to contain the design for how to dynamically configure the data plane for the NGINX Kubernetes | ||
Gateway project. Similar to control plane configuration, we should be able to leverage a custom resource definition to | ||
define data plane configuration. | ||
|
||
## Goals | ||
|
||
Define a CRD to dynamically configure various settings for the NKG data plane. The only initial option available will be | ||
log format. | ||
|
||
## Non-Goals | ||
|
||
- This proposal is not defining every setting that needs to be present in the configuration. | ||
- This proposal is not for any configuration related to control plane. |