This repository provides the basic software packages(.deb
.rpm
) that kubernetes depends on.
After decompression, you can use the following command to install.
⚠ If you need to update dependencies for the running nodes in the cluster, please drain the nodes before executing.
dpkg -iR --force-all ./
rpm -Uvh --force --nodeps ./*rpm