pixiake / k8s-dependencies

Dependent software packages needed to deploy kubernetes cluster

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Dependent software packages needed to deploy kubernetes cluster


Languages

Language:Shell 100.0%