Skip to content

Commit dcf224a

Browse files
committed
Update README to reflect Kubernetes compatibility
1 parent 9197f3c commit dcf224a

1 file changed

Lines changed: 4 additions & 10 deletions

File tree

README.md

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -18,17 +18,11 @@ kube-applier serves a [status page](#status-ui) and provides [metrics](#metrics)
1818
* [Go (1.7+)](https://golang.org/dl/)
1919
* [Docker (17.05+)](https://docs.docker.com/engine/getstarted/step_one/#step-1-get-docker)
2020
* [Kubernetes cluster](http://kubernetes.io/docs/getting-started-guides/binary_release/)
21+
* kube-applier generally supports any Kubernetes server release, assuming that you are installing a compatible kubectl client in your Dockerfile.
2122
* The kubectl version specified in the Dockerfile must be either the same minor release as the cluster API server, or one release behind the server (e.g. client 1.3 and server 1.4 is fine, but client 1.4 and server 1.3 is not).
22-
* Supported Kubernetes releases:
23-
* Note: Releases prior to 1.6.0 are subject [many](https://github.com/kubernetes/kubernetes/issues/40119) [known](https://github.com/kubernetes/kubernetes/issues/29542) [issues](https://github.com/kubernetes/kubernetes/issues/39906) with using `kubectl apply` to apply ThirdPartyResource objects.
24-
* 1.2.x
25-
* 1.3.x
26-
* 1.4.x
27-
* 1.5.8+ (earlier 1.5 releases not supported due to [issue](https://github.com/kubernetes/kubernetes/issues/7789#issuecomment-280568960), fixed [here](https://github.com/kubernetes/kubernetes/pull/44862/)).
28-
* 1.6.3+ (same as 1.5)
29-
* 1.7.x
30-
* 1.8.x
31-
* 1.9.x
23+
* There are several known problems with `kubectl apply` that may affect your use of kube-applier. Some examples:
24+
* Releases prior to 1.6.0 are subject [many](https://github.com/kubernetes/kubernetes/issues/40119) [known](https://github.com/kubernetes/kubernetes/issues/29542) [issues](https://github.com/kubernetes/kubernetes/issues/39906) with using `kubectl apply` to apply ThirdPartyResource objects.
25+
* 1.5 and 1.6 releases before 1.5.8 and 1.6.3 are not supported due to an [issue](https://github.com/kubernetes/kubernetes/issues/7789#issuecomment-280568960) with namespaces, fixed [here](https://github.com/kubernetes/kubernetes/pull/44862/).
3226

3327
## Setup
3428

0 commit comments

Comments
 (0)