buildx/driver/kubernetes
Justin Chadwell d9ef9bec34 kubernetes: add error when no pods available
This prevents the fall-through to the panic from division by zero in the
modulus below, and presents a neater error to the user.

Signed-off-by: Justin Chadwell <me@jedevc.com>
..
context Remove uses of deprecated io/ioutil
execconn new driver: kubernetes
manifest kubernetes: replace deprecated seccomp annotations with securityContext
podchooser kubernetes: add error when no pods available
driver.go ls: adds fallback if buildkit version info unimplemented
factory.go Complete remote driver
factory_test.go Fix tolerations not parsing its options correctly, add tests