We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcc29a5 commit fceaaf4Copy full SHA for fceaaf4
docs/proposals/control-plane-config.md
@@ -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