You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 11, 2020. It is now read-only.
description: 'This action allows you to connect to an OpenShift cluster and execute oc commands on it'
author: 'Red Hat'
branding:
icon: circle
color: red
inputs:
version:
description: 'Choose the oc version you want to use to execute the command. It can be a version or an url where to download oc cli desired. If left blank latest oc cli will be used.'
default: 'latest'
openshift_server_url:
description: 'The URL of the Openshift cluster'
parameters:
description: 'JSON with values to connect to the Openshift cluster'
cmd:
description: 'Oc command to be executed'
useLocalOc:
description: 'Check if oc is already installed in the machine and use that if available'