-
Notifications
You must be signed in to change notification settings - Fork 40
generate openshift artifacts #210
Comments
Let's skip discussions about BuildConfig, that is going to be whole another discussion. I can see two options how we can add OpenShift support. The second option is to have two binaries. Something like |
@kadel One consumer that needs both k8 and os is fabric8. It could download both binaries of course.. but |
Chatted with @aslakknutsen just now. He says that his use case requires DeploymentConfig and Routes. |
Created smaller tasks for |
The first smaller task should be introducing |
We also need to support multiple OpenShift versions similarly to #141 |
Right now we only create artifacts which default to kubernetes, but we should also add artifacts for OpenShift as well.
The first thing that comes to my mind is adding a flag similar to kompose called
--provider
. And generating things which are different in OpenShift likeDeploymentConfig
, if we add support for builds in kedge then support forBuildConfig
.--distribution
flagThe text was updated successfully, but these errors were encountered: