-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
install-proxmox-kubernetes/ #1
Comments
Hello @khanh-ph Error: 400 Parameter verification failed. │ │ with module.k8s_worker_nodes.proxmox_vm_qemu.ubuntu_vm[2], │ on modules/proxmox_ubuntu_vm/main.tf line 12, in resource "proxmox_vm_qemu" "ubuntu_vm": │ 12: resource "proxmox_vm_qemu" "ubuntu_vm" { Line 12 of main.tf is: resource "proxmox_vm_qemu" "ubuntu_vm" { What could be happening? |
Hi Claiton Campos, |
Hello @khanh-ph |
The '400 Parameter verification failed' issue, originally caused by |
@jonasbenavides82 It can be accomplished using a reverse proxy. In my lab environment, I've installed an Nginx Proxy Manager LXC and connected it to both networks. |
Hello i have the problem, did you ever see him? │ Error: Plugin did not respond Stack trace from the terraform-provider-proxmox_v2.9.14 plugin: panic: interface conversion: interface {} is string, not float64 Thank you for your blog. Congratulations. |
Executing -> terraform plan -var-file="example.tfvars". gets me the below output var.vm_os_disk_storage Enter a value: ----> ???? Planning failed. Terraform encountered an error while generating this plan. |
Possible Dumb questions
Enter a value: What should be the value ? And what is the default value that it will take
|
Says Creating for a long time.. No nodes shows Up ?! After fixing with assumptions - ar.vm_os_disk_storage = local-lvm (which exists for) and 2. using those base64 encoded pub and private keys. The below verbose happens for a long time without actually creating VMs/Nodes and switch any tab on Proxmox will terminate/close this connection and the task! module.k8s_worker_nodes.proxmox_vm_qemu.ubuntu_vm[1]: Still creating... |
Hello @ivziete, |
Hi @knag08, |
Hi! I've upgraded your repo and added support to proxmox 8.x, fixed a few issues by the way. If someone want to take a look check this PR, feel free to use it. If something's wrong, just contact me on Github. |
@oreze This PR helped me out quite a bit. |
@oreze I haven't had time to work on this yet. Thank you for your contribution. I will look into it and update my repo as soon as I can. |
Proxmox VE 8.2 is now supported. Thanks to @oreze for the contributions. |
I got this error: Planning failed. Terraform encountered an error while generating this plan. ╷ |
ubuntu@bastion:~/proxmox-kubernetes$ git branch
|
commented the vm_tags, now another error: module.k8s_control_plane_nodes.proxmox_vm_qemu.ubuntu_vm[0]: Creating... |
Creating a Kubernetes cluster on Proxmox VE with Terraform & Kubespray
I'll show you how to create your own home-lab Kubernetes cluster on Proxmox using Terraform and Kubespray.
https://www.khanhph.com/install-proxmox-kubernetes/
The text was updated successfully, but these errors were encountered: