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

No support for openshift deployment #353

Closed
deepejai opened this issue Apr 9, 2018 · 5 comments
Closed

No support for openshift deployment #353

deepejai opened this issue Apr 9, 2018 · 5 comments

Comments

@deepejai
Copy link

deepejai commented Apr 9, 2018

In the current version, I am not able to deploy to openshift environment using skaffold. Can you provide support for same?

@dgageot dgageot added the kind/question User question label Apr 10, 2018
@dgageot
Copy link
Contributor

dgageot commented Apr 10, 2018

Hi @deepejai, thanks for the feedback! Can you provide us more details on things you're trying to achieve and error messages you might see?

@deepejai
Copy link
Author

deepejai commented Apr 10, 2018

Hi @dgageot I am using Openshift environment to host my application, To deploy my application, I am using oc create/apply -f kubeconfig.yaml so When I tried deploying my app using default configuration, It was failing at deployed step, As It was using kubectl in backend, so I modified my skaffold.yaml file to use oc at place of kubectl, so It is throwing error as unknown deployer as It supports HelmDeploy and KubectlDeploy

@r2d4
Copy link
Contributor

r2d4 commented Apr 10, 2018

I think we'd happily accept an openshift deployer for skaffold. It should be pretty straightforward to implement and can reuse a lot of the machinery used for the kubectl deployer.

Additionally, we can most likely add a lot of the single node optimizations that we added for minikube and docker for desktop in skaffold for minishift. cc @gbraad @praveenkumar

@jstrachan
Copy link
Contributor

@deepejai though you can use kubectl apply on OpenShift too you know ;) as of recent versions (I think 3.8?) OpenShift's custom resources like DeploymentConfig and Route use standard kubernetes API groups so can be applied via kubectl too

@dgageot
Copy link
Contributor

dgageot commented Jun 5, 2018

I'm going to assume the kubectl deploy plugin does know how to talk to OpenShift. Please feel free to reopen if that's not the case

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants