We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When using a template harvester is not creating the vm correctly. You can see that it is not in the correct namespace.
Harvester 1.3.2. Really this issue started in 1.3.0.
harvester vm create test2 --template rocky causes the issue.
harvester vm create test2 --template rocky
harvester vm create --vm-image-id image-hcxxq --ssh-keyname clemenko --cpus 4 --memory 8G test works fine.
harvester vm create --vm-image-id image-hcxxq --ssh-keyname clemenko --cpus 4 --memory 8G test
I rely heavily on the templates for cloud-init. so it would be great to understand/fix.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When using a template harvester is not creating the vm correctly. You can see that it is not in the correct namespace.
Harvester 1.3.2. Really this issue started in 1.3.0.
harvester vm create test2 --template rocky
causes the issue.harvester vm create --vm-image-id image-hcxxq --ssh-keyname clemenko --cpus 4 --memory 8G test
works fine.I rely heavily on the templates for cloud-init. so it would be great to understand/fix.
The text was updated successfully, but these errors were encountered: