Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

This operation allows a user to create and run a container image in an OpenShift cluster.

Target Properties

FDOC_OPENSHIFT_CLI_HOME

FDOC_OPENSHIFT_ADDITIONAL_PARAMS

Property Name

Property Code

Required

Description

OpenShift executable path

Code Block

No

Path to the install location of the OpenShift(oc) CLI executable. If no value is provided, it is assumed that the executable is present in the shell PATH

OpenShift Account

code

FDOC_OPENSHIFT_CLOUD_ACCOUNT

Yes

The OpenShift account used for executing commands in an environment with all the required properties like API URL and API Token.

OpenShift Additional Parameters

Code Block

No

Additional parameters to be used for the login and project commands (eg. --insecure-skip-tls-verify=false)

Inputs

FDOC_INP_PROJECT

FDOC_INP_POD

Input Name

Input Code

Required

Description

Project

Code Block

No

The project to use. If no project is specified, commands will be run for the default project of the given OpenShift user.

Pod

Code Block

Yes

Name of the pod where the image is to be deployed.

Image

code

FDOC_INP_IMAGE

Yes

Name of the image to be deployed to the specified pod.

Additional Parameters

code

FDOC_INP_ADDITIONAL_PARAMS

No

Additional Parameters for the run command.

Artifacts

This operation doesn’t consume or produce any artifacts.

...