openshift-vsts
openshift-vsts copied to clipboard
OpenShift Extension for Azure DevOps.
**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...
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...
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.
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,...
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....
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...
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...
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...