You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've set in my MigrationController both rsync_opt_info and rsync_opt_extras and both these values are actually being set as ENV variables in the controller pod but when I start staging a project which has PVCs these values are actually ignored and not used at all.
To Reproduce
Steps to reproduce the behavior:
Set both rsync_opt_info and rsync_opt_extras
Try to migrate a project which has PVCs
Validate that the rsync pod that spawns in the source cluster is not using the variables that should be using.
Expected behavior
Rsync pod that spawns in the source cluster should use the values set in MigrationController
The text was updated successfully, but these errors were encountered:
Describe the bug
I've set in my
MigrationController
bothrsync_opt_info
andrsync_opt_extras
and both these values are actually being set as ENV variables in the controller pod but when I start staging a project which has PVCs these values are actually ignored and not used at all.To Reproduce
Steps to reproduce the behavior:
rsync_opt_info
andrsync_opt_extras
Expected behavior
Rsync pod that spawns in the source cluster should use the values set in
MigrationController
The text was updated successfully, but these errors were encountered: