openshifter
openshifter copied to clipboard
Create and use Golden images for 1-node clusters
If we can create golden-images (I know openshift engineering are working on it), we could just use these and do a minimal configuration to have a cluster up almost immediately.
Thinking about this, do you think it makes sense for 1-node cluster to have pre-build image rather then using oc cluster up
method?
Maintaining an image requires effort ;)
@marekjelen If the image is provided by our engineering, you can use oc cluster up method, but don't do all the node provisioning. Just create the node from the image, network, etc... oc cluster up. It should be way faster. If they maintain, which is the intent, not sire what would be the problem.