O. Matskiv
O. Matskiv
The syncer actually just proxies the `/healthz` and `/readyz` requests to the API server that is in k3s/k0s. So I guess settings similar probes for the "vcluster" container could be...
> P.S: I am also checking with the main maintainer if there is any reason we have not added these probes sooner. No reason not to add probes, so we...
@christiaangoossens Hey! Sorry I didn't reply to you sooner. I discussed this problem internally a bit more, and now it is clearer why the probes were not added yet -...
@christiaangoossens You got it working with k0s with the `exec: command: - kubectl ...`? Which k0s image have you used when trying this? I am using image `k0sproject/k0s:v1.24.3-k0s.0` and getting:...
@christiaangoossens oh nice, `k0s kubectl` works for me too. Thanks!
@rikycaldeira sounds like you understand the problem quite well, would you be interested in contributing a PR? And since it is Hacktoberfest, [Loft is also giving away some swag](https://loft.sh/blog/celebrating-the-spirit-of-hacktoberfest-at-loft/#show-me-the-prizes-) for...
Awesome! Feel free to reach out to the team [in Slack](https://slack.loft.sh/) if you need any help. Don't forget to check out [contributing.md](https://github.com/loft-sh/vcluster/blob/main/CONTRIBUTING.md), we are using DevSpace for dev, which should...
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...
I don't think it is possible to achieve this now without some code changes in vcluster.
I don't think there are plans to create a vcluster operator right now. We already have the Cluster API provider vcluster ([Docs](https://www.vcluster.com/docs/operator/cluster-api-provider)) for declarative vcluster instance management, but it is...