Open dlipovetsky opened 6 years ago
See https://godoc.org/golang.org/x/crypto/ssh#ClientConfig Timeout field.
Timeout
ssh-provider needs to handle premature command failures on the node side (say kubeadm init) gracefully. If the Timeout field does not satisfy this requirement, we can create a separate issue for this.
See https://godoc.org/golang.org/x/crypto/ssh#ClientConfig
Timeout
field.