Skip to content

Commit de12fde

Browse files
authored
Merge pull request #46717 from RichardHoch/dvm_supplemental_group_config
MIG-1142: Add DVM supplemental group configuration to downstream documents
2 parents 8d0bde8 + d8e5aac commit de12fde

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

modules/migration-about-configuring-proxies.adoc

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,3 +131,34 @@ spec:
131131
cidrSelector: <cidr_of_source_or_target_cluster>
132132
type: Deny
133133
----
134+
135+
[id="configuring-supplemental-groups-for-rsync-pods{context}"]
136+
=== Configuring supplemental groups for Rsync pods
137+
When your PVCs use a shared storage, you can configure the access to that storage by adding supplemental groups to Rsync pod definitions in order for the pods to allow access:
138+
139+
.Supplementary groups for Rsync pods
140+
[option="header"]
141+
|===
142+
|Variable|Type|Default|Description
143+
144+
|`src_supplemental_groups`
145+
|string
146+
|Not set
147+
|Comma-separated list of supplemental groups for source Rsync pods
148+
149+
|`target_supplemental_groups`
150+
|string
151+
|Not set
152+
|Comma-separated list of supplemental groups for target Rsync pods
153+
|===
154+
155+
.Example usage
156+
157+
The `MigrationController` CR can be updated to set values for these supplemental groups:
158+
159+
[source, yaml]
160+
----
161+
spec:
162+
src_supplemental_groups: "1000,2000"
163+
target_supplemental_groups: "2000,3000"
164+
----

0 commit comments

Comments
 (0)