This repository has been archived by the owner on Dec 7, 2023. It is now read-only.
Pass vm.Labels to runtime containers #852
Labels
kind/enhancement
Categorizes issue or PR as related to improving an existing feature.
Right now VM labels only exist on a VM itself. The only label that's propagated to the containers is
ignite.name
https://github.com/weaveworks/ignite/blob/main/pkg/operations/start.go#L77
It'd be nice to propagate the full set of labels to the underlying container as well. wdyt?
The text was updated successfully, but these errors were encountered: