Skip to content

Commit 120807d

Browse files
committed
replace deprecated for a label and add tab examples
1 parent bc2ecfd commit 120807d

File tree

1 file changed

+15
-3
lines changed

1 file changed

+15
-3
lines changed

modules/ROOT/pages/kubernetes/operations/backup-restore.adoc

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -310,8 +310,12 @@ backup:
310310
s3SkipVerify: false
311311
----
312312

313-
===== Configuration examples
313+
The following are examples of how to configure the backup system for different S3-compatible storage providers:
314314

315+
[.tabbed-example]
316+
=====
317+
[.include-with-S3-standard-endpoint]
318+
======
315319
.AWS S3 standard endpoint
316320
[source, yaml]
317321
----
@@ -336,6 +340,9 @@ backup:
336340
consistencyCheck:
337341
enabled: true
338342
----
343+
======
344+
[.include-with-S3-custom-endpoint]
345+
======
339346

340347
.Custom S3-compatible provider with self-signed certificate
341348
[source, yaml]
@@ -349,8 +356,11 @@ backup:
349356
secretName: "awscreds"
350357
secretKeyName: "credentials"
351358
----
352-
353-
.Legacy MinIO Support (Deprecated)
359+
======
360+
[.include-with-legacy-MinIO-support]
361+
======
362+
[role=label--deprecated-5.26]
363+
.Legacy MinIO support
354364
[source, yaml]
355365
----
356366
backup:
@@ -362,6 +372,8 @@ backup:
362372
secretName: "awscreds"
363373
secretKeyName: "credentials"
364374
----
375+
======
376+
=====
365377

366378
[IMPORTANT]
367379
====

0 commit comments

Comments
 (0)