From 5b537120c61271173d2db95e24fa2882a30223a3 Mon Sep 17 00:00:00 2001 From: Priyansh Choudhary Date: Wed, 25 Jun 2025 15:26:39 +0530 Subject: [PATCH 1/4] add image registry proxy option to E2E test configuration Signed-off-by: Priyansh Choudhary --- test/e2e/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/e2e/README.md b/test/e2e/README.md index 6734c9bef..ce4413e17 100644 --- a/test/e2e/README.md +++ b/test/e2e/README.md @@ -80,6 +80,7 @@ These configuration parameters are expected as values to the following command l 1. `--fail-fast`: A switch for for failing fast on meeting error. 1. `--has-vsphere-plugin`: A switch to indicate whether the Velero vSphere plugin is installed for vSphere environment. 1. `--worker-os`: A switch to indicate the workload should be ran on windows or linux OS. +1. `-image-registry-proxy`: pecifies a custom image registry proxy to be used for pulling container images. These configurations or parameters are used to generate install options for Velero for each test suite. @@ -133,8 +134,7 @@ Below is a mapping between `make` variables to E2E configuration flags. 1. `FAIL_FAST`: `--fail-fast`. Optional. 1. `HAS_VSPHERE_PLUGIN`: `--has-vsphere-plugin`. Optional. 1. `WORKER_OS`: `--worker-os`. Optional. - - +1. `IMAGE_REGISTRY_PROXY`: `-image-registry-proxy.` Optional. ### Examples From a4f024992b752e1c81630b7a4456e9021066368e Mon Sep 17 00:00:00 2001 From: Priyansh Choudhary Date: Wed, 25 Jun 2025 15:35:48 +0530 Subject: [PATCH 2/4] Typo Fix Signed-off-by: Priyansh Choudhary Signed-off-by: Priyansh Choudhary --- test/e2e/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/e2e/README.md b/test/e2e/README.md index ce4413e17..6a611b173 100644 --- a/test/e2e/README.md +++ b/test/e2e/README.md @@ -80,7 +80,7 @@ These configuration parameters are expected as values to the following command l 1. `--fail-fast`: A switch for for failing fast on meeting error. 1. `--has-vsphere-plugin`: A switch to indicate whether the Velero vSphere plugin is installed for vSphere environment. 1. `--worker-os`: A switch to indicate the workload should be ran on windows or linux OS. -1. `-image-registry-proxy`: pecifies a custom image registry proxy to be used for pulling container images. +1. `-image-registry-proxy`: specifies a custom image registry proxy to be used for pulling container images. These configurations or parameters are used to generate install options for Velero for each test suite. From a73587c0167d24913e1e8b246f286487b231dbba Mon Sep 17 00:00:00 2001 From: Priyansh Choudhary Date: Wed, 25 Jun 2025 15:42:15 +0530 Subject: [PATCH 3/4] Update README.md Signed-off-by: Priyansh Choudhary --- test/e2e/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/e2e/README.md b/test/e2e/README.md index 6a611b173..90e42d425 100644 --- a/test/e2e/README.md +++ b/test/e2e/README.md @@ -80,7 +80,7 @@ These configuration parameters are expected as values to the following command l 1. `--fail-fast`: A switch for for failing fast on meeting error. 1. `--has-vsphere-plugin`: A switch to indicate whether the Velero vSphere plugin is installed for vSphere environment. 1. `--worker-os`: A switch to indicate the workload should be ran on windows or linux OS. -1. `-image-registry-proxy`: specifies a custom image registry proxy to be used for pulling container images. +1. `--image-registry-proxy`: specifies a custom image registry proxy to be used for pulling container images. These configurations or parameters are used to generate install options for Velero for each test suite. From f0f7b0826597a040be36e61e5f4e5751b06eef65 Mon Sep 17 00:00:00 2001 From: Priyansh Choudhary Date: Wed, 25 Jun 2025 15:44:10 +0530 Subject: [PATCH 4/4] Typo Fix Signed-off-by: Priyansh Choudhary --- test/e2e/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/e2e/README.md b/test/e2e/README.md index 90e42d425..f4e7714af 100644 --- a/test/e2e/README.md +++ b/test/e2e/README.md @@ -134,7 +134,7 @@ Below is a mapping between `make` variables to E2E configuration flags. 1. `FAIL_FAST`: `--fail-fast`. Optional. 1. `HAS_VSPHERE_PLUGIN`: `--has-vsphere-plugin`. Optional. 1. `WORKER_OS`: `--worker-os`. Optional. -1. `IMAGE_REGISTRY_PROXY`: `-image-registry-proxy.` Optional. +1. `IMAGE_REGISTRY_PROXY`: `--image-registry-proxy.` Optional. ### Examples