Versions Compared

Key

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

@since 5.0.0.1

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

Environment/Instance Properties

...

Inputs

Input Name

Input Code

Required

Description

ContextFDKN_INP_CONTEXTYesContext (cluster, namespace, and user) to apply changes.
Deployment NameFDKN_INP_DEPLOYMENT_NAMEYesName for deployment.
Image NameFDKN_INP_IMAGEYesName of created image.
EnvironmentFDKN_INP_ENVNoEnvironment variable(s) for the container in the format 'key=value'.
PortFDKN_INP_PORTNoPort to expose.
ReplicasFDKN_INP_REPLICASYesNumber of replicas to scale.
NamespaceFDKN_INP_NAMESPACENoNamespace of the resource.
CommandFDKN_INP_COMMANDNoStart a container using a different command.
Additional OptionsFDKN_INP_ADDITIONAL_OPTIONSNoAdditional 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.