when trying to install the kube mast on a debian image you get " unknown service runtime.v1alpha2.RuntimeService." due to the fact that the installation of 'containerd' from the default debian repository is not updated (for reference - https://github.com/containerd/containerd/issues/4581). To fix it I added the repository of containrd and installed from their, a documentation of how to do it as a reference can be found here - https://docs.docker.com/engine/install/debian/#uninstall-old-versions.
…timeService.
when trying to install the kube mast on a debian image you get " unknown service runtime.v1alpha2.RuntimeService." due to the fact that the installation of 'containerd' from the default debian repository is not updated (for reference - https://github.com/containerd/containerd/issues/4581). To fix it I added the repository of containrd and installed from their, a documentation of how to do it as a reference can be found here - https://docs.docker.com/engine/install/debian/#uninstall-old-versions.