Skip to content

Update dependnecies to make Kubernetes 1.11 the minimum supported version

Balasankar 'Balu' C requested to merge use-kubernetes-1.11 into master

Update documentation says to use the last version of runtime that supports min_version + 1 of API for both runtime and tools. In this case, it is v.0.1.9. However, v0.1.9 of tools bumped API support to 1.13. So, we can not use 0.1.9 for both.

If this turns out to be problematic, the solution is to use 0.1.8 for both tools and runtime.

Also, I have opened https://github.com/kubernetes-sigs/controller-tools/issues/295 to get a clarification.

Edited by Balasankar 'Balu' C

Merge request reports