Skip to content

Instantly share code, notes, and snippets.

View kinzhi's full-sized avatar
🏠
Working from home

kinzhi kinzhi

🏠
Working from home
View GitHub Profile
@kinzhi
kinzhi / 00readme.txt
Created August 11, 2022 10:41 — forked from yankay/00readme.txt
快速 启动一套 kubespray 集群(Ubuntu)
# 安装 kubespray
cd /opt
git clone https://github.com/kubernetes-sigs/kubespray.git
cd kubespray
pip3 install -r requirements.txt -i http://mirrors.aliyun.com/pypi/simple/ --trusted-host mirrors.aliyun.com
# 配置集群
# Copy ``inventory/sample`` as ``inventory/mycluster``
cp -rfp inventory/sample inventory/mycluster