[k8s]: disable http_proxy for docker by default (#8328)

disable http_proxy for docker by default. by default, we should not use proxy.

Signed-off-by: Guohan Lu <lguohan@gmail.com>
This commit is contained in:
lguohan 2021-08-04 00:30:43 -07:00 committed by GitHub
parent 0803f7bf34
commit 75afb13ad3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,6 +3,6 @@
"retry_join_interval_seconds": 30,
"retry_labels_update_seconds": 5,
"revert_to_local_on_wait_seconds": 60,
"use_k8s_as_http_proxy": "y"
"use_k8s_as_http_proxy": "n"
}