From 762239d6363a9851cae6ac742ade4b71f5b6530e Mon Sep 17 00:00:00 2001 From: Saylor Berman Date: Wed, 14 Aug 2024 08:54:51 -0600 Subject: [PATCH] Status for cp --- site/content/how-to/control-plane-configuration.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/site/content/how-to/control-plane-configuration.md b/site/content/how-to/control-plane-configuration.md index 5c0a9b2b7..c2d3a7b04 100644 --- a/site/content/how-to/control-plane-configuration.md +++ b/site/content/how-to/control-plane-configuration.md @@ -34,6 +34,18 @@ To view the current configuration and its status: kubectl -n nginx-gateway describe nginxgateways ngf-config ``` +```text +... +Status: + Conditions: + Last Transition Time: 2024-08-13T19:22:14Z + Message: NginxGateway is valid + Observed Generation: 1 + Reason: Valid + Status: True + Type: Valid +``` + To update the configuration: ```shell