File tree Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change
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.
You can’t perform that action at this time.
0 commit comments