Skip to content
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

Inital support for Openshift. #46

Merged
merged 9 commits into from
Jul 21, 2016
Merged

Inital support for Openshift. #46

merged 9 commits into from
Jul 21, 2016

Conversation

kadel
Copy link
Member

@kadel kadel commented Jul 21, 2016

Right now this is implemented as another option (type of controller) for convert command.
As discussed in #36 we will probably add preference file with profiles in future.

Currently it can be used simply like this:

kompose convert --deploymentconfig
▶ ./kompose convert -h      
.....
   --deploymentconfig, --dc     Generate a DeploymentConfig for OpenShift
......

reason for this is that openshift/kubernetes backported
k8s.io/kubernetes/pkg/securitycontextconstraints/util
that is currently required by something that
github.com/openshift/origin/pkg/deploy/api/v1 depends on
HostPort can lead to problems.
Port mappings are handled via Service
On remote cluster or in cloud it can  be tricky to get hostPath working
as expected by compose
@kadel kadel removed the in progress label Jul 21, 2016
@ngtuna ngtuna merged commit 12b21db into kubernetes:master Jul 21, 2016
@kadel kadel deleted the openshift branch August 30, 2016 11:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants