diff options
author | Sylvain Desbureaux <sylvain.desbureaux@orange.com> | 2021-03-24 07:51:29 +0100 |
---|---|---|
committer | Sylvain Desbureaux <sylvain.desbureaux@orange.com> | 2021-03-24 13:13:48 +0000 |
commit | af623f6b45c9357b0e33210f54db64b270d162bf (patch) | |
tree | 4fc9016bc5a6a752a67f5cbdc8fc63968db69aa8 /README.md | |
parent | 0b79c61af319c6f3beddf79e586e51e4675f3fc1 (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
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: |