Skip to content
This repository was archived by the owner on Jan 13, 2021. It is now read-only.

Commit 1bccb7a

Browse files
committed
Mention kube 1.11 requirement
1 parent 65f888a commit 1bccb7a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ a controller owner reference pointing at the origin Bundle.
3939

4040
### Example bundle
4141
CR definitions:
42+
4243
For `Bundle` see [0-crd.yaml](docs/deployment/0-crd.yaml).
4344
```yaml
4445
apiVersion: apiextensions.k8s.io/v1beta1
@@ -152,10 +153,9 @@ use case is a PaaS that delegates (some) object manipulations to Smith.
152153

153154
## Requirements
154155

155-
* Please run on recent enough Kubernetes version because earlier versions have some bugs that may prevent Smith from
156-
working properly. We test on 1.8+;
157-
* Go 1.7+ is required because [context package](https://golang.org/doc/go1.7#context) is used and it was added to
158-
standard library in this version;
156+
* Kubernetes 1.11+ is required - we use
157+
[`/status` subresource](https://kubernetes.io/docs/tasks/access-kubernetes-api/custom-resources/custom-resource-definitions/#status-subresource)
158+
and OpenAPI schema features that became available in this version;
159159
* List of project dependencies and their versions can be found in `Gopkg.toml` and `Gopkg.lock` files.
160160

161161
## Building, testing and running

0 commit comments

Comments
 (0)