Skip to content

sylvain-fano/proxmox-k8s-terraform

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

proxmox-k8s-terraform

Step 1: Create proxmox Template for cloud-init compatible image

References:

Lets's Go !

  • Customize your settings inside scripts/script_to_create_template.sh file
  • run as root
./scripts/script_to_create_template.sh
  • At the end of the process, you should have a new template created on your proxmox server
  • you can use this template to create a new VM based on it. ie: (replace with your own values)
qm clone <TEMPLATE_ID> <VM_ID> --name "myNewVM"

Step 2: Deploy !

  • Init
cd k8s-cluster
terraform init
  • Plan
terraform plan
  • Apply
terraform apply -auto-approve

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published