-
Notifications
You must be signed in to change notification settings - Fork 24
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
Would it be possible to add vlan tag support? #175
Comments
Hi! The PR #133 implements just that |
VLAN tag support contributed by @CiraciNicolo has been released with 0.4.0. Enjoy! |
Hello, @CiraciNicolo / @wikkyk thank you very much for adding support for VLAN tagging! Could you please explain how to make use of this feature? I tried to add kubectl apply -f cluster.yaml
cluster.cluster.x-k8s.io/proxmox-quickstart created
proxmoxcluster.infrastructure.cluster.x-k8s.io/proxmox-quickstart created
kubeadmcontrolplane.controlplane.cluster.x-k8s.io/proxmox-quickstart-control-plane created
proxmoxmachinetemplate.infrastructure.cluster.x-k8s.io/proxmox-quickstart-control-plane created
machinedeployment.cluster.x-k8s.io/proxmox-quickstart-workers created
error: error parsing cluster.yaml: error converting YAML to JSON: yaml: line 19: did not find expected key The source of the error seems to be in the Thanks for your help! |
Can you please post your generated files? And maybe describe a little bit more what you are doing? Thanks. |
Nevermind, it was just a missing space. Sorry for bothering you. Thanks for your work on this project :) |
Would be nice if 'clusterctl generate' added the 'vlan:' automatically if its in the ~/.clusterapi/clusterctl.yaml file. |
Originally posted by @mkamsikad2 in #29 (comment)
Hi everyone, as @mkamsikad2 mentioned some months ago, can vlan tag support be added during VM's creation?
It could be handy feature.
Thank you,
Fabio
The text was updated successfully, but these errors were encountered: