-
Notifications
You must be signed in to change notification settings - Fork 450
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 - adding additional fake nodes #1092
Comments
vcluster does not have such a feature at the moment. The "fake nodes" mentioned in the docs are IMHO an unfortunate term, and I've seen people confusing it with what you are requesting. |
Is there any way we can simulate adding fake nodes right now? I'm trying to figure out a way and experimenting with adding additional tls-san with pod name and running k3s agent as a pod:
but I'm getting forbidden from k3s agent logs
|
I don't think it is possible to achieve this now without some code changes in vcluster. |
Hey @katapultcloud, have you considered using KWOK or the Kubernetes Scheduler Simulator for emulating and testing scheduling of workloads? Those tools might be more adequate than vCluster. |
@ThomasK33 sorry for late response I must've missed the notification. Actually these look great, but I would still need the functionality of vCluster with additional nodes. In the mean time I have migrated to a completely different solution Kubevirt with Kubeadm clusters. For my used case this was the best option so far. I'll keep this one open as it would be nice to have this functionality with vCluster. |
Hey guys,
I have a question regarding adding additional fake nodes into vcluster clusters due to testing taints / labels scheduling etc. My cluster is small 1 cp + 1-2 workers, but I'd like to simulate my multi tenants to have more nodes. I was wondering if vcluster comes with that feature as I couldn't find it anywhere.
on host
on vcluster right now
ideal situation
Thanks
Stefan
The text was updated successfully, but these errors were encountered: