kubevirt / kubevirtci

Contains cluster definitions and client tools to quickly spin up and destroy ephemeral and scalable k8s and ocp clusters for testing
Apache License 2.0
82 stars 119 forks source link

RFE Customizable Kubevirtci #1301

Open oshoval opened 2 hours ago

oshoval commented 2 hours ago

Is your feature request related to a problem? Please describe: Sometimes in order to develop / debug, we just need to change some manifest i.e kubeadm.conf, calico manifests etc Provision takes lots of time.

Describe the solution you'd like: We can create a folder in the host with manifests, and those manifests if exist, would be populated into the cluster, replacing the manifests it use.

Describe alternatives you've considered: We can update the container instead, but it would be the best to have a robust method.

Additional context: Add any other context or screenshots about the feature request here.

oshoval commented 2 hours ago

/cc @brianmcarey