Merge pull request #97315 from tosi3k/remove-old-env-var

Make log-dump's deprecation note up-to-date
This commit is contained in:
Kubernetes Prow Robot 2020-12-15 01:53:48 -08:00 committed by GitHub
commit e439c95e55
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,7 +6,7 @@ If you require changes to this script, please consider migrating your jobs to us
log dumping mechanism first.
Currently, `log-dump.sh` file is added to every newly released `kubekins-e2e` image.
In order to leverage that script, add `USE_KUBEKINS_LOG_DUMPING` environment variable
In order to leverage that script, add `USE_TEST_INFRA_LOG_DUMPING` environment variable
to your test job and set its value to `true`.
## Migration steps