diff options
author | Sylvain Desbureaux <sylvain.desbureaux@orange.com> | 2021-03-24 07:51:29 +0100 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2021-03-25 09:29:50 +0100 |
commit | 27ee28402403cfdd026e99e5351d25a2fe9fd347 (patch) | |
tree | 5eee2e2b8acdd85687900aa7fbbb3702d914713e /README.md | |
parent | adae3eca5c9dbeaf1e3566abf60b450c49c24d44 (diff) |
Provide support for air gapped env for security
Sometimes, tested Kubernetes doesn't have direct access to Internet but
access through repository mirrors.
This patch handles this case for security test cases.
Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
Change-Id: I699d065ee691596c4a5ccf06c22ea76ef00fe497
(cherry picked from commit af623f6b45c9357b0e33210f54db64b270d162bf)
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -123,7 +123,7 @@ sudo docker run --env-file env \ To test a Kubernetes without access to Internet, repository mirrors needs to be provided. -Currently, only rally tests supports this feature. +Currently, only rally and security tests supports this feature. There's two ways for providing the repository mirrors: |