Document version compatibility in release notes

This commit is contained in:
Adam Harrison
2018-06-05 17:27:26 +01:00
parent 908998a70b
commit efbb0c3e0d

View File

@@ -31,12 +31,11 @@ indicated by the package management system of the underlying OS.
## Kubernetes & OS Compatibility
The daemon image contains a 1.7.x `k8s.io/client-go` and `kubectl`
binary for the purposes of maintaining the lock and draining worker
nodes. Whilst it has only been tested on a 1.7.x cluster, Kubernetes
typically has good forwards/backwards compatibility so there is a
reasonable chance it will work on adjacent versions; please file an
issue if this is not the case.
The daemon image contains versions of `k8s.io/client-go` and the
`kubectl` binary for the purposes of maintaining the lock and draining
worker nodes. See the [release
notes](https://github.com/weaveworks/kured/releases) for specific
version compatibility information.
Additionally, the image contains a `systemctl` binary from Ubuntu
16.04 in order to command reboots. Again, although this has not been