0299083df2ec7a0ee034e5f0bc4bfe7ae91f9d66
Kubespray dualstack (IPv4 + IPv6) setup
Prerequisites
Ensure you have the following installed on your system:
Deploying environment
NOTE: You must have libvirt daemon running
Goto Terraform directory
cd terraform
Create and edit dotenv file
cp .env.template .env
Add following records to hypervisor /etc/hosts
# ...
10.6.6.10 control-plane
2001:db8:ca2:2::10 control-plane
10.6.6.20 worker-1
2001:db8:ca2:2::20 worker-1
Init Terraform
terraform init
Start the environment
terraform apply
Description
Languages
HCL
64.8%
Smarty
18.5%
XSLT
8.4%
Shell
8.3%