v0.2.0
What's Changed
🚀 Enhancements
- Added the possibility to pass on files to cloud-init using new flags called
--user-data-filepath
and--network-data-filepath
. The previous flags--cloud-init-user-data
and--cloud-init-network-data
(which were not clearly a configMap reference) becomeuser-data-cm-ref
andnetwork-data-cm-ref
. the*-cm-ref
and*-filepath
are mutually exclusive! -- Issue #24 - Added support for the vm-import-controller, a plugin to import VMs from VMWare vCenter or OpenStack environments. Using Harvester CLI, you can enable the Addon with
harvester import enable
, define or delete a source cluster, as well as create or delete a VM import -- Issue #21
🐛 Bugs
- Fixed a bug where the harvester CLI could not create VMs with more than 6 CPUs. Side effect of the change: now, the
harvester vm list
command does not show weird memory values (caused by overCommit settings in Harvester). -- Issue #23
Contributors
Full Changelog: v0.1.2...v0.2.0