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

Deploy OpenShift YAML manifests #190

Open
kevchu3 opened this issue May 19, 2022 · 0 comments
Open

Deploy OpenShift YAML manifests #190

kevchu3 opened this issue May 19, 2022 · 0 comments

Comments

@kevchu3
Copy link

kevchu3 commented May 19, 2022

I am requesting support to deploy OpenShift YAML manifests in Azure DevOps pipelines with this VSTS plugin.

Background:
Azure DevOps pipelines has a number of supported out-of-the-box tasks, of which one of them is "Deploy to Kubernetes". This does a great job with applying Kubernetes manifests with kubectl. This OpenShift plugin has no such feature, and the oc commands that we can perform with the plugin are mostly limited to command line that don't take file inputs. In a GitOps world, this is quite limiting as one would expect that YAML manifests (i.e. a deployment) would be checked into Git and applied as part of the pipeline. The Kubernetes plugin is also not a perfect fit for deploying to OpenShift as it can only manage Kubernetes resources, not OpenShift ones. Thus, I'd like to request the ability to deploy OpenShift YAML manifests as a feature.

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

No branches or pull requests

1 participant