/k8s-dependencies

Dependent software packages needed to deploy kubernetes cluster

Primary LanguageShell

Describe

This repository provides the basic software packages(.deb .rpm) that kubernetes depends on.

Usage

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.

ubuntu

dpkg -iR --force-all  ./

centos

rpm -Uvh --force --nodeps ./*rpm