You've already forked kubespray-dualstack
745 B
745 B
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