File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -80,6 +80,7 @@ These configuration parameters are expected as values to the following command l
80801 . ` --fail-fast ` : A switch for for failing fast on meeting error.
81811 . ` --has-vsphere-plugin ` : A switch to indicate whether the Velero vSphere plugin is installed for vSphere environment.
82821 . ` --worker-os ` : A switch to indicate the workload should be ran on windows or linux OS.
83+ 1 . ` --image-registry-proxy ` : specifies a custom image registry proxy to be used for pulling container images.
8384
8485These configurations or parameters are used to generate install options for Velero for each test suite.
8586
@@ -133,8 +134,7 @@ Below is a mapping between `make` variables to E2E configuration flags.
1331341 . ` FAIL_FAST ` : ` --fail-fast ` . Optional.
1341351 . ` HAS_VSPHERE_PLUGIN ` : ` --has-vsphere-plugin ` . Optional.
1351361 . ` WORKER_OS ` : ` --worker-os ` . Optional.
136-
137-
137+ 1 . ` IMAGE_REGISTRY_PROXY ` : ` --image-registry-proxy. ` Optional.
138138
139139### Examples
140140
You can’t perform that action at this time.
0 commit comments