-
Notifications
You must be signed in to change notification settings - Fork 119
New issue
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
[Feature Request]: Use KubevirtCI with a local customized Kubernetes repository #1264
Comments
hmm... looks like the "local" provider was removed. #1102 |
@iholder101 maybe you want to take a look at the removed code and revive that? |
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with /lifecycle stale |
/remove-lifecycle stale |
Is your feature request related to a problem? Please describe:
I want to bring up a KubevirtCI cluster with a local Kubernetes repository.
If this would be possible, it will allow:
master
branch.As a bonus, I think that the second use-case above will also be extremely valuable for Kubernetes developers in general, as currently there is no tool that let's you easily bring up a development Kubernetes cluster based of VMs.
Describe the solution you'd like:
Ideally, I picture the following workflow:
export USE_LOCAL_KUBERNETES_REPO=/path/to/my/k8s/repo
make cluster-up && make cluster-sync
as usual.Describe alternatives you've considered:
It's possible to use
kind
for a development Kubernetes environment, then install Kubevirt on it. However, kind's node is based on containers which bring many limitations compared to VM based nodes.Additional context:
As written above, this has potential to help Kubernetes developers in general, not only Kubevirt devs.
The text was updated successfully, but these errors were encountered: