This message was deleted.
# harvester
a
This message was deleted.
a
did you try use
kubectl
to delete them ?
d
to delete the Volume claim templates? is that a CRD? How would I find that? The virtualmachinetemplate has been removed.
a
delete objects of those 2 crds
Copy code
<http://virtualmachinetemplates.harvesterhci.io|virtualmachinetemplates.harvesterhci.io>                  2023-05-19T09:14:32Z
<http://virtualmachinetemplateversions.harvesterhci.io|virtualmachinetemplateversions.harvesterhci.io>           2023-05-19T09:14:32Z
d
That worked, Thanks, there was a version stuck, removing it brought back the UI.
a
yes 🙂
it is a bit tricky to dig those 2 has relations
d
@ancient-pizza-13099 Do you know where I can find the documentation for the template api? Specifically I am trying to modify the template so that I can set bootOrder: 2 for the network in a template. We have a requirement to PXE boot many machines.
so when adding the bootOrder: 2 to the virtualmachinetemplateversion and updating I receive
Copy code
error: unknown field "spec.vm.spec.template.spec.networks[0].bootOrder"
Is it safe to assume that this is not supported by the virtualmachinetemplateversion and would have to be added?
a
You can raise a github issue, we will check and confirm this.