Skip to content
Open
Show file tree
Hide file tree
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
4 changes: 2 additions & 2 deletions website/docs/kubectl-plugin.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions website/versioned_docs/version-1.25/kubectl-plugin.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions website/versioned_docs/version-1.26/kubectl-plugin.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions website/versioned_docs/version-1.27/kubectl-plugin.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions website/versioned_docs/version-1.28/kubectl-plugin.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down