Skip to content
Snippets Groups Projects
Commit 90f3ddc6 authored by Xiang Dai's avatar Xiang Dai
Browse files

Add backoff_config to ksonnet


Signed-off-by: default avatarXiang Dai <764524258@qq.com>
parent adfd339d
No related branches found
No related tags found
No related merge requests found
...@@ -13,6 +13,11 @@ ...@@ -13,6 +13,11 @@
container_root_path: '/var/lib/docker', container_root_path: '/var/lib/docker',
external_labels: {}, external_labels: {},
entry_parser: 'docker', entry_parser: 'docker',
backoff_config: {
minbackoff: 100ms,
maxbackoff: 5s,
maxretries: 5
}
}, },
service_url: service_url:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment