-
Notifications
You must be signed in to change notification settings - Fork 50
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
[RFE]Create bundle without any capability #878
Comments
I see OpenShift Local as something "ready to use", as close as possible to real-world clusters. Sounds like a cluster with no capabilities would not really be usable after |
@cfergeau the idea is bundle created with those changes shouldn't affect crc user and cluster behave same as before. We make change in crc code base which enable those capability by default (as part of crc config) and user can disable any specific one which he/she doesn't require. |
I'm not sure I see the benefit here. Would this slow down cluster startup? Can capabilities be disabled using |
Benefit is for the users who really don't have enough resource to run workload on CRC but don't really require all the capability so they can select from crc config what they actually want and able to run the workload.
No, I was testing this and it doesn't slow down the cluster startup time because we anyway wait for core operator (like
No, once a capability is enabled you can't disable it (part of the doc which I shared when created this issue)
|
I don't know what document you refer to, but this is a very important piece of information to have in mind when reading this issue |
https://docs.openshift.com/container-platform/4.15/installing/cluster-capabilities.html one. |
This would have been very useful to me to mimic telco clusters which only have a minimal set of capabilities enabled. |
This would be helpful for using crc as a test cluster. We can strip down the console, samples capabilities that is not required for e2e tests. |
Some notes:
|
|
OpenShift provides a way to create a cluster with no capabilities and this way the cluster have only core resources which is really required. Idea is to create the bundle with no capabilities but it should have all the images so that when user enable any capability it should not download any image content from internet. On the crc side we can enable some capabilities as default like it have right now.
The benefit of doing it
https://docs.openshift.com/container-platform/4.15/installing/cluster-capabilities.html
The text was updated successfully, but these errors were encountered: