From a1feba30286fe7e2d8fbd8838da85330cad7770e Mon Sep 17 00:00:00 2001 From: tswartz-edb Date: Wed, 4 Feb 2026 13:56:29 -0500 Subject: [PATCH 1/2] Update rds.mdx Fix incorrect command to delete secret --- .../monitoring/mon_ext_dbs/mon_ext_csp/rds.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/product_docs/docs/edb-postgres-ai/preview/hybrid-manager/using_hybrid_manager/monitoring/mon_ext_dbs/mon_ext_csp/rds.mdx b/product_docs/docs/edb-postgres-ai/preview/hybrid-manager/using_hybrid_manager/monitoring/mon_ext_dbs/mon_ext_csp/rds.mdx index 5557bd3f63..a35e214a52 100644 --- a/product_docs/docs/edb-postgres-ai/preview/hybrid-manager/using_hybrid_manager/monitoring/mon_ext_dbs/mon_ext_csp/rds.mdx +++ b/product_docs/docs/edb-postgres-ai/preview/hybrid-manager/using_hybrid_manager/monitoring/mon_ext_dbs/mon_ext_csp/rds.mdx @@ -140,7 +140,7 @@ You can turn off monitoring of your AWS RDS deployments. 1. Delete your `beacon-csp-credentials` secret: ``` - kubectl -n upm-beacon rollout restart deployment upm-beacon-agent-k8s + kubectl -n upm-beacon delete secret beacon-csp-credentials ``` 2. Restart the agent and external metrics receiver: From 45d4dc59620f9dad1f4f4adabbe690f6a8f24b30 Mon Sep 17 00:00:00 2001 From: Josh Earlenbaugh Date: Fri, 6 Feb 2026 15:00:52 -0500 Subject: [PATCH 2/2] forward ported fix for delete secret command --- .../monitoring/mon_ext_dbs/mon_ext_csp/rds.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/product_docs/docs/edb-postgres-ai/1.3/hybrid-manager/using_hybrid_manager/monitoring/mon_ext_dbs/mon_ext_csp/rds.mdx b/product_docs/docs/edb-postgres-ai/1.3/hybrid-manager/using_hybrid_manager/monitoring/mon_ext_dbs/mon_ext_csp/rds.mdx index 5557bd3f63..a35e214a52 100644 --- a/product_docs/docs/edb-postgres-ai/1.3/hybrid-manager/using_hybrid_manager/monitoring/mon_ext_dbs/mon_ext_csp/rds.mdx +++ b/product_docs/docs/edb-postgres-ai/1.3/hybrid-manager/using_hybrid_manager/monitoring/mon_ext_dbs/mon_ext_csp/rds.mdx @@ -140,7 +140,7 @@ You can turn off monitoring of your AWS RDS deployments. 1. Delete your `beacon-csp-credentials` secret: ``` - kubectl -n upm-beacon rollout restart deployment upm-beacon-agent-k8s + kubectl -n upm-beacon delete secret beacon-csp-credentials ``` 2. Restart the agent and external metrics receiver: