Skip to content

Commit fceaaf4

Browse files
committed
Enhancement Proposal (Provisional): Control Plane Dynamic Config (nginx#927)
New proposal document for dynamically configuration NKG control plane.
1 parent fcc29a5 commit fceaaf4

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# Enhancement Proposal-928: Control Plane Dynamic Configuration
2+
3+
- Issue: https://github.com/nginxinc/nginx-kubernetes-gateway/issues/928
4+
- Status: Provisional
5+
6+
## Summary
7+
8+
This proposal contains the design for how to dynamically configure the NGINX Kubernetes Gateway (NKG) control plane.
9+
Through the use of a Custom Resource Definition (CRD), we'll be able to configure fields such as log level or
10+
telemetry at runtime.
11+
12+
## Goals
13+
14+
Define a CRD to dynamically configure mutable options for the NKG control plane. The only initial configurable
15+
option that we will support is log level.
16+
17+
## Non-Goals
18+
19+
This proposal is *not* defining a way to dynamically configure the data plane.

0 commit comments

Comments
 (0)