These packages need to end up in toolforge's aptly so we can install the upgraded k8s at the version we want. All packages work fine with stretch in my tests. Kubernetes' core repos no longer support Debian directly, and instead they use Xenial as a proxy (Ubuntu is the reference platform for Kubernetes).
The apt repo they live in is https://apt.kubernetes.io/ kubernetes-xenial main
hi kubeadm 1.13.1-00 amd64 Kubernetes Cluster Bootstrapping Tool hi kubectl 1.13.1-00 amd64 Kubernetes Command Line Tool hi kubelet 1.13.1-00 amd64 Kubernetes Node Agent ii kubernetes-cni 0.6.0-00 amd64 Kubernetes CNI
As a dependency, they will also need:
ii docker-ce 5:18.09.0~3-0~debian-stretch amd64 Docker: the open-source application container engine ii docker-ce-cli 5:18.09.0~3-0~debian-stretch amd64 Docker CLI: the open-source application container engine
From https://download.docker.com/linux/debian stretch/stable
This is a core task blocking progress on our k8s upgrade. We should be able to use straight package copies effectively, since our customizations of k8s shouldn't be required.