From b1cb9ca89745640eb7a88188edfb871b0f8435b6 Mon Sep 17 00:00:00 2001 From: cnp-autobot Date: Fri, 7 Oct 2022 15:12:07 +0000 Subject: [PATCH 1/4] [create-pull-request] automated change --- .../postgres_for_kubernetes/1/bootstrap.mdx | 4 +- .../docs/postgres_for_kubernetes/1/faq.mdx | 23 +- .../docs/postgres_for_kubernetes/1/index.mdx | 32 +- .../1/installation_upgrade.mdx | 8 +- .../1/license_keys.mdx | 2 +- .../postgres_for_kubernetes/1/monitoring.mdx | 88 ++- .../postgres_for_kubernetes/1/openshift.mdx | 19 +- .../1/samples/cnp-basic-monitoring.yaml | 540 ------------------ 8 files changed, 142 insertions(+), 574 deletions(-) delete mode 100644 product_docs/docs/postgres_for_kubernetes/1/samples/cnp-basic-monitoring.yaml diff --git a/product_docs/docs/postgres_for_kubernetes/1/bootstrap.mdx b/product_docs/docs/postgres_for_kubernetes/1/bootstrap.mdx index c7ca32653c3..0276e08a98e 100644 --- a/product_docs/docs/postgres_for_kubernetes/1/bootstrap.mdx +++ b/product_docs/docs/postgres_for_kubernetes/1/bootstrap.mdx @@ -245,9 +245,9 @@ spec: size: 1Gi ``` -EDB Postgres for Kubernetes supports another way to customize the behaviour of the +EDB Postgres for Kubernetes supports another way to customize the behavior of the `initdb` invocation, using the `options` subsection. However, given that there -are options that can break the behaviour of the operator (such as `--auth` or +are options that can break the behavior of the operator (such as `--auth` or `-d`), this technique is deprecated and will be removed from future versions of the API. diff --git a/product_docs/docs/postgres_for_kubernetes/1/faq.mdx b/product_docs/docs/postgres_for_kubernetes/1/faq.mdx index 496ab3dcede..98f8bf276e0 100644 --- a/product_docs/docs/postgres_for_kubernetes/1/faq.mdx +++ b/product_docs/docs/postgres_for_kubernetes/1/faq.mdx @@ -154,10 +154,29 @@ Our advice is for everyone that wants to fully exploit Cloud Native PostgreSQL to acquire the "Certified Kubernetes Administrator (CKA)" status from the CNCF certification program. -