From 6d36e8d747e0ef3f72799c46dbaa03f7c4990416 Mon Sep 17 00:00:00 2001 From: Laurent P <1441170+vadius45@users.noreply.github.com> Date: Fri, 23 Jan 2026 09:49:59 +0100 Subject: [PATCH 1/2] fix(docs): set correct command for logs Signed-off-by: Laurent P <1441170+vadius45@users.noreply.github.com> --- website/docs/kubectl-plugin.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/docs/kubectl-plugin.md b/website/docs/kubectl-plugin.md index 26521a9..7d5d7f7 100644 --- a/website/docs/kubectl-plugin.md +++ b/website/docs/kubectl-plugin.md @@ -840,14 +840,14 @@ kubectl cnpg logs cluster CLUSTER [flags] Using the `-f` option to follow: ```sh -kubectl cnpg report cluster CLUSTER -f +kubectl cnpg logs cluster CLUSTER -f ``` Using `--tail` option to display 3 lines from each pod and the `-f` option to follow: ```sh -kubectl cnpg report cluster CLUSTER -f --tail 3 +kubectl cnpg logs cluster CLUSTER -f --tail 3 ``` ```output From 6225dc7b39174e02f3b6f065865eaa048e5f172e Mon Sep 17 00:00:00 2001 From: Laurent P <1441170+vadius45@users.noreply.github.com> Date: Fri, 23 Jan 2026 10:18:32 +0100 Subject: [PATCH 2/2] fix(docs): set correct command for logs Signed-off-by: Laurent P <1441170+vadius45@users.noreply.github.com> --- website/versioned_docs/version-1.25/kubectl-plugin.md | 4 ++-- website/versioned_docs/version-1.26/kubectl-plugin.md | 4 ++-- website/versioned_docs/version-1.27/kubectl-plugin.md | 4 ++-- website/versioned_docs/version-1.28/kubectl-plugin.md | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/website/versioned_docs/version-1.25/kubectl-plugin.md b/website/versioned_docs/version-1.25/kubectl-plugin.md index 429a2c6..2ee0f3c 100644 --- a/website/versioned_docs/version-1.25/kubectl-plugin.md +++ b/website/versioned_docs/version-1.25/kubectl-plugin.md @@ -792,14 +792,14 @@ kubectl cnpg logs cluster CLUSTER [flags] Using the `-f` option to follow: ```sh -kubectl cnpg report cluster CLUSTER -f +kubectl cnpg logs cluster CLUSTER -f ``` Using `--tail` option to display 3 lines from each pod and the `-f` option to follow: ```sh -kubectl cnpg report cluster CLUSTER -f --tail 3 +kubectl cnpg logs cluster CLUSTER -f --tail 3 ``` ```output diff --git a/website/versioned_docs/version-1.26/kubectl-plugin.md b/website/versioned_docs/version-1.26/kubectl-plugin.md index 5bc11c0..54c528e 100644 --- a/website/versioned_docs/version-1.26/kubectl-plugin.md +++ b/website/versioned_docs/version-1.26/kubectl-plugin.md @@ -840,14 +840,14 @@ kubectl cnpg logs cluster CLUSTER [flags] Using the `-f` option to follow: ```sh -kubectl cnpg report cluster CLUSTER -f +kubectl cnpg logs cluster CLUSTER -f ``` Using `--tail` option to display 3 lines from each pod and the `-f` option to follow: ```sh -kubectl cnpg report cluster CLUSTER -f --tail 3 +kubectl cnpg logs cluster CLUSTER -f --tail 3 ``` ```output diff --git a/website/versioned_docs/version-1.27/kubectl-plugin.md b/website/versioned_docs/version-1.27/kubectl-plugin.md index 372aaf6..c322512 100644 --- a/website/versioned_docs/version-1.27/kubectl-plugin.md +++ b/website/versioned_docs/version-1.27/kubectl-plugin.md @@ -800,14 +800,14 @@ kubectl cnpg logs cluster CLUSTER [flags] Using the `-f` option to follow: ```sh -kubectl cnpg report cluster CLUSTER -f +kubectl cnpg logs cluster CLUSTER -f ``` Using `--tail` option to display 3 lines from each pod and the `-f` option to follow: ```sh -kubectl cnpg report cluster CLUSTER -f --tail 3 +kubectl cnpg logs cluster CLUSTER -f --tail 3 ``` ```output diff --git a/website/versioned_docs/version-1.28/kubectl-plugin.md b/website/versioned_docs/version-1.28/kubectl-plugin.md index 26521a9..7d5d7f7 100644 --- a/website/versioned_docs/version-1.28/kubectl-plugin.md +++ b/website/versioned_docs/version-1.28/kubectl-plugin.md @@ -840,14 +840,14 @@ kubectl cnpg logs cluster CLUSTER [flags] Using the `-f` option to follow: ```sh -kubectl cnpg report cluster CLUSTER -f +kubectl cnpg logs cluster CLUSTER -f ``` Using `--tail` option to display 3 lines from each pod and the `-f` option to follow: ```sh -kubectl cnpg report cluster CLUSTER -f --tail 3 +kubectl cnpg logs cluster CLUSTER -f --tail 3 ``` ```output