Skip to content

Commit

Permalink
Note in README.md about the potential for disconnects when watching
Browse files Browse the repository at this point in the history
Fixes #41
  • Loading branch information
Silas Boyd-Wickizer committed Dec 20, 2016
1 parent 8f75b7c commit c0ad6b0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,12 @@ stream.on('data', chunk => {
});
```

**Note:** the kube-apiserver will close watch connections eventually
according to the
[`--min-request-timeout`](http://kubernetes.io/docs/admin/kube-apiserver/
command line argument. kubernetes-client does not attempt to reconnect
when the kube-apiserver closes a connection.

### Authenticating

kubernetes-client supports Kubernetes [apiserver
Expand Down

0 comments on commit c0ad6b0

Please sign in to comment.