From 0057dfc4aa1f22929d680fff8117ab3ff5904d79 Mon Sep 17 00:00:00 2001 From: Saylor Berman Date: Wed, 2 Aug 2023 12:10:12 -0600 Subject: [PATCH 1/2] Enhancement Proposal: Control Plane Dynamic Config New proposal document for dynamically configuration NKG control plane. --- docs/proposals/control-plane-config.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 docs/proposals/control-plane-config.md diff --git a/docs/proposals/control-plane-config.md b/docs/proposals/control-plane-config.md new file mode 100644 index 0000000000..274e85f921 --- /dev/null +++ b/docs/proposals/control-plane-config.md @@ -0,0 +1,19 @@ +# Enhancement Proposal-554: Control Plane Dynamic Configuration + +- Issue: https://github.com/nginxinc/nginx-kubernetes-gateway/issues/554 +- Status: Provisional + +## Summary + +This proposal contains the design for how to dynamically configure the NGINX Kubernetes Gateway (NKG) control plane. +Through the use of a Custom Resource Definition (CRD), we'll be able to configure fields such as log level or +telemetry at runtime. + +## Goals + +Define a CRD to dynamically configure mutable options for the NKG control plane. The only initial configurable +option that we will support is log level. + +## Non-Goals + +This proposal is *not* defining a way to dynamically configure the data plane. From 415e20ede8615cfd945a385169b032e7a4d74c86 Mon Sep 17 00:00:00 2001 From: Saylor Berman Date: Wed, 2 Aug 2023 12:57:39 -0600 Subject: [PATCH 2/2] Update new issue --- docs/proposals/control-plane-config.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/proposals/control-plane-config.md b/docs/proposals/control-plane-config.md index 274e85f921..751d7079f7 100644 --- a/docs/proposals/control-plane-config.md +++ b/docs/proposals/control-plane-config.md @@ -1,6 +1,6 @@ -# Enhancement Proposal-554: Control Plane Dynamic Configuration +# Enhancement Proposal-928: Control Plane Dynamic Configuration -- Issue: https://github.com/nginxinc/nginx-kubernetes-gateway/issues/554 +- Issue: https://github.com/nginxinc/nginx-kubernetes-gateway/issues/928 - Status: Provisional ## Summary