![]() As of https://github.com/kubernetes/kubernetes/pull/72831, the minimum docker version is 1.13.1. (and the minimum API version is 1.26). The only time the `RuntimeAdmitHandler` returns anything other than accept is when the Docker API version < 1.24. In other words, we can be confident that Docker will always support sysctl. As a result, we can delete this unnecessary and docker-specific code. |
||
---|---|---|
.. | ||
BUILD | ||
namespace_test.go | ||
namespace.go | ||
whitelist_test.go | ||
whitelist.go |