Versions Compared

Key

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

This operation allows a user to create and run a Kubernetes container image.

...

Target Properties


Property Name

Property Code

Required

Description

Kubernetes Home

FDKN_KUBERNETES_HOME

No

Kubernetes Home Directory.


Project Properties

Property Name

Property Code

Required

Description






Inputs

Input Name

Input Code

Required

Description

Context

FDKN_INP_CONTEXT

Yes

Context (cluster, namespace, and user) to apply changes.

Deployment Name

FDKN_INP_DEPLOYMENT_NAME

Yes

Name for deployment.

Image Name

FDKN_INP_IMAGE

Yes

Name of created image.

Environment

FDKN_INP_ENV

No

Environment variable(s) for the container in the format 'key=value'.

Port

FDKN_INP_PORT

No

Port to expose.

Replicas

FDKN_INP_REPLICAS

Yes

Number of replicas to scale.

Namespace

FDKN_INP_NAMESPACE

No

Namespace of the resource.

Command

FDKN_INP_COMMAND

No

Start a container using a different command.

Additional Options

FDKN_INP_ADDITIONAL_OPTIONS

No

Additional options not listed above to append to the run command.


Outputs


Output Name

Required

Description




Artifacts

This operation does not produce or consume any artifacts.

Endpoint Selection

This operation delegates the selection to the workflow developer to determine.

Endpoint Execution

This operation delegates the execution to the workflow developer to determine.