Skip to content

Enhancement Proposal (Provisional): Control Plane Dynamic Config #927

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Aug 2, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions docs/proposals/control-plane-config.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Enhancement Proposal-928: Control Plane Dynamic Configuration

- Issue: https://github.com/nginxinc/nginx-kubernetes-gateway/issues/928
- 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.