Skip to content

Commit a8c40d5

Browse files
authored
Merge pull request #45944 from bmcelvee/OSDOCS-3677
OSDOCS-3677: Add no backup statement for ROSA STS clusters
2 parents 81b15dc + 6dffb94 commit a8c40d5

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

modules/rosa-policy-incident.adoc

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,14 @@ The following activities can trigger notifications:
4040
- Critical vulnerabilities and resolution
4141
- Upgrade scheduling
4242

43-
[id="rosa-policy-backup-recovery_{context}"]
44-
== Backup and recovery
43+
[id="rosa-policy-backup-recovery-sts_{context}"]
44+
== Backup and recovery for ROSA clusters with STS
45+
46+
There is no backup method available for ROSA clusters with STS.
47+
48+
[id="rosa-policy-backup-recovery-non-sts_{context}"]
49+
== Backup and recovery for ROSA clusters without STS
50+
4551
All {product-title} clusters are backed up using AWS snapshots. Notably, this does not include customer data stored on persistent volumes (PVs). All snapshots are taken using the appropriate AWS snapshot APIs and are uploaded to a secure AWS S3 object storage bucket in the same account as the cluster.
4652

4753
[cols= "3a,2a,2a,3a",options="header"]
@@ -55,7 +61,7 @@ All {product-title} clusters are backed up using AWS snapshots. Notably, this do
5561
.2+|Full object store backup, all SRE-managed cluster PVs
5662
|Daily
5763
|7 days
58-
.2+|This is a full backup of all Kubernetes objects, such as etcd, and all SRE-managed PVs in the cluster. Etcd backup does not apply to STS clusters.
64+
.2+|This is a full backup of all Kubernetes objects, such as etcd, and all SRE-managed PVs in the cluster.
5965

6066
|Weekly
6167
|30 days
@@ -64,7 +70,7 @@ All {product-title} clusters are backed up using AWS snapshots. Notably, this do
6470
|Full object store backup
6571
|Hourly
6672
|24-hour
67-
|This is a full backup of all Kubernetes objects, such as etcd. No PVs are backed up in this backup schedule. Etcd backup does not apply to STS clusters.
73+
|This is a full backup of all Kubernetes objects, such as etcd. No PVs are backed up in this backup schedule.
6874

6975
|Node root volume
7076
|Never

0 commit comments

Comments
 (0)