databricks / click

The "Command Line Interactive Controller for Kubernetes"
Apache License 2.0
1.49k stars 85 forks source link

Sometimes timeouts get set to 0 #140

Closed nicklan closed 4 years ago

nicklan commented 4 years ago

This causes: Hyper error: cannot set a 0 duration timeout (None)

This can be fixed by setting:

connect_timeout_secs: 10
read_timeout_secs: 20

in ~/.kube/click.config.

Need to figure out why this happens and fix it altogether.

nicklan commented 4 years ago

fixed by #142