Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 414 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 414 Bytes

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