This repository was archived by the owner on Jan 13, 2021. It is now read-only.
File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -39,6 +39,7 @@ a controller owner reference pointing at the origin Bundle.
39
39
40
40
### Example bundle
41
41
CR definitions:
42
+
42
43
For ` Bundle ` see [ 0-crd.yaml] ( docs/deployment/0-crd.yaml ) .
43
44
``` yaml
44
45
apiVersion : apiextensions.k8s.io/v1beta1
@@ -152,10 +153,9 @@ use case is a PaaS that delegates (some) object manipulations to Smith.
152
153
153
154
# # Requirements
154
155
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;
159
159
* List of project dependencies and their versions can be found in `Gopkg.toml` and `Gopkg.lock` files.
160
160
161
161
# # Building, testing and running
You can’t perform that action at this time.
0 commit comments