mirror of
https://github.com/jbowdre/vsphere-k8s.git
synced 2024-11-22 08:02:17 +00:00
702 B
702 B
Vanilla Kubernetes on VMware vSphere
Packer
cd packer
.- Copy
linux-server.example.pkrvars.hcl
tolinux-server.auto.pkrvars.hcl
and update it as appropriate for your environment. - Put the SSH private key which corresponds to the
build_key
variable inpacker_cache/ssh_private_key_packer.pem
. - Place any needed internal CA PEM-formatted certs (with
.cer
file extension) incerts/
. - Run it with
packer build -on-error=abort -force .
.
Terraform
cd terraform
.- Copy
terraform.example.tfvars
toterraform.auto.tfvars
and update it as appropriate for your environment. - Initialize Terraform:
terraform init
. - Create the deployment with
terraform apply
.