mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2025-12-14 13:54:37 +03:00
26646b4a79069ce18beac2e137ea30a685651f46
vagrant-k8s
Scripts to create libvirt lab with vagrant and prepare some stuff for k8s deployment with kargo.
Requirements
libvirtvagrantvagrant-libvirtplugin (vagrant plugin install vagrant-libvirt)$USERshould be able to connect to libvirt (test withvirsh list --all)
How-to
Vargant lab preparation
- Change default IP pool for vagrant networks if you want:
export VAGRANT_POOL="10.100.0.0/16"
- If you want to run OpenStack CCP (Containerised Control Plane) then you need to pull CCP repos and patches:
pushd ccp
./ccp-pull.sh
popd
- Prepare the virtual lab:
git clone https://github.com/adidenko/vagrant-k8s
cd vagrant-k8s
vagrant up
Deployment on a lab
- Login to master node and sudo to root:
vagrant ssh $USER-k8s-01
sudo su -
- Clone this repo
git clone https://github.com/adidenko/vagrant-k8s ~/mcp
- Install required software and pull needed repos (modify script if you're not
running it on Vagrant lab, you'll need to create
nodeslist manually and clonemicroservicesandmicroservices-reposrepositories, see ccp-pull.sh for details)
cd ~/mcp
./bootstrap-master.sh
- Deploy k8s using kargo playbooks
cd ~/mcp
./deploy-k8s.kargo.sh
- Deploy OpenStack CCP:
cd ~/mcp
./deploy-ccp.sh
Description
Deploy a Production Ready Kubernetes Cluster
ansibleawsbare-metalgcehacktoberfesthigh-availabilityk8s-sig-cluster-lifecyclekuberneteskubernetes-clusterkubespray
Readme
Apache-2.0
169 MiB
Languages
Jinja
82.4%
HCL
12.1%
Python
3.1%
Shell
1.9%
Dockerfile
0.3%
Other
0.1%