openshift-vsts icon indicating copy to clipboard operation
openshift-vsts copied to clipboard

OpenShift Extension for Azure DevOps.

Results 35 openshift-vsts issues
Sort by recently updated
recently updated
newest added

**PLEASE DON'T MERGE** This is a possible workaround to add json string into yaml file in azure devops. In this way user can add their json without worrying about double...

The extension gives users the chance to execute oc commands but it presume users already have knowledge of oc cli. We should create a task which guides users with the...

kind/task

The task should export a secret token which can be used as a variable when doing a `docker login`. This way one can interact with the OpenShift registry using the...

kind/feature
priority/major
component/extension-task

Instead of creating a pipeline in which multiple single oc-cmd tasks are executed, it could be useful to create a new task (or modify the existing one???) that accepts one...

The task should allow patching specified resources in a simple manner. Patching via oc can be tricky due to the need to escape quotes. This could be made easier.

kind/feature
priority/major
component/extension-task

This aligns more with the existing tasks libraries. Currently the names are _oc-setup_, _oc_exec_ and _config-map_. Changing the names would, however, also require a major version increment of the tasks,...

kind/task
priority/major
component/extension-task

Instead of the extension downloading the latest OKD release, it should check the OpenShift version and download the respective OKD/OCP version. This is specially important given the OKD/OCP 4 release....

kind/feature
priority/major
component/extension-task

Using the ability to integrate into the main menu (see also issue #4), it should be possible to develop some sort of Dashboard to give an overview of the various...

kind/feature
priority/major
component/extension-task

The difference to a simple _oc_ command is that one can point out some OpenShift config which gets applied or even cut and paste the config to keep it within...

kind/feature
priority/major
component/extension-task

I would like to create a pipeline that builds a Docker image and hosts it in the OpenShift ImageStream. I already have a service connection set up with the OpenShift...