1
votes

I am Having a Yaml Deployment Config to deploy Image to OpenShift. It contains reference to Docker Image in Artifactory. It contains service connection and route information.

Usually I do the deployment from the OpenShift web console from Add to Project--->Import Yaml Json

Now I would like to have this done from Azure Devops pipeline.

Is there any way I could execute this Yaml file deployment from one of the task in Azure devops ?

Or if I first import this YAML from OpenShift web console is there any way further I can handle tagging of images in future releases from the Azure pipeline ?

Please suggest best practices.

1
Hi, How about the issue? Does the answer below resolved your question? If not, would you please let me know the latest information about this issue?Vito Liu

1 Answers

0
votes

We can install the extension OpenShift Extension, this Azure DevOps extension offers tasks for integrating OpenShift into your build and release pipelines, for example by executing user defined oc commands.

You can refer to the blog and doc for more details.