Skip to content
Merged
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
10 changes: 8 additions & 2 deletions modules/manage/partials/tiered-storage.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -1565,6 +1565,8 @@ helm upgrade --install redpanda redpanda/redpanda --namespace <namespace> --crea

CAUTION: Do not set an object storage property to an empty string `""` or to `null` as a way to reset it to its default value.

endif::[]

[[max-cache]]
=== Set a maximum cache size

Expand Down Expand Up @@ -1617,7 +1619,9 @@ Selecting an appropriate chunk eviction strategy helps manage cache space effect
=== Caching and chunking properties

Use the following cluster-level properties to set the maximum cache size, the cache check interval, and chunking qualities.
ifndef::env-kubernetes[Edit them with the `rpk cluster config edit` command.]
ifndef::env-kubernetes[]
Edit them with the `rpk cluster config edit` command.
endif::[]

|===
| Property | Description
Expand Down Expand Up @@ -1681,7 +1685,9 @@ For normal usage, you do not need to configure the transport properties. The Red

Redpanda uses the following properties to configure transport.

ifndef::env-kubernetes[Edit them with the `rpk cluster config edit` command.]
ifndef::env-kubernetes[]
Edit them with the `rpk cluster config edit` command.
endif::[]

|===
| Property | Description
Expand Down