Skip to content

Commit c546715

Browse files
authored
tiered storage: fix kubernetes specific blocks (#1325)
1 parent 2c09040 commit c546715

1 file changed

Lines changed: 8 additions & 2 deletions

File tree

modules/manage/partials/tiered-storage.adoc

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1565,6 +1565,8 @@ helm upgrade --install redpanda redpanda/redpanda --namespace <namespace> --crea
15651565

15661566
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.
15671567

1568+
endif::[]
1569+
15681570
[[max-cache]]
15691571
=== Set a maximum cache size
15701572

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

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

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

16821686
Redpanda uses the following properties to configure transport.
16831687

1684-
ifndef::env-kubernetes[Edit them with the `rpk cluster config edit` command.]
1688+
ifndef::env-kubernetes[]
1689+
Edit them with the `rpk cluster config edit` command.
1690+
endif::[]
16851691

16861692
|===
16871693
| Property | Description

0 commit comments

Comments
 (0)