-
Notifications
You must be signed in to change notification settings - Fork 446
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
Epic: Add openshift support #509
Comments
@FabianKramm it is great to see this issue, can you share some progress for this? Any document or design that can be shared? Thanks! |
Interested in this |
Also intrested |
interested too |
+1 |
+1 |
Interested on this +1, there is the new hypershift project, could be another option to manage these virtual clusters |
+1 |
++1 . isn't about just specifying 3 images: controllers , etcd and apiserver ? if so, can't we use same Openshift release image? |
@abdennour You can probably use OpenShift images for those. But OpenShift comes with more APIs and controllers (DeploymentConfig, Project, Route, etc.) that are treated as integral part of "an openshift cluster", and those require additional components and work from vcluster maintainers to adopt them. |
Use Case
Currently we already support multiple virtual distros in vcluster, but it would be nice for our enterprise customers that rely on openshift to add support for a virtual openshift distribution. It might be also very interesting to run a virtual openshift inside a regular kubernetes cluster.
Implementation
We need investigation around what controllers we need to support and if we would need to add extra syncers for those. These could be added in form of a plugin to vcluster itself.
The text was updated successfully, but these errors were encountered: