Versions Compared

Key

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

This operation allows a user to push configuration changes to a cluster.

The Yaml files that are given are copied to the temp dir, and are property replaced. This means that you can use ${{ }} notation to replace values in them.

Target Properties

Property Name

Property Code

Required

Description

Kubernetes Home

FDKN_KUBERNETES_HOME

No

Kubernetes Home Directory.

Kubeconfig File Path

FDKN_KUBE_CONFIG_PATH

No

Absolute path of kubeconfig file

Cloud Account

FDCLOUD_ACCOUNT_CODE

No

Select Cloud Account

Directory where Cloud CLI is installed

FDCLOUD_CLI_PATH

No

e.g. /usr/local/bin or /u01/azure/bin

...

Input Name

Input Code

Required

Description

Context

FDKN_INP_CONTEXT

Yes

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

Namespace

FDKN_INP_NAMESPACE

No

Namespace of the resource.

Manifest List

FDKN_INP_MANIFEST_LIST

No

List of manifests, separated by new lines.

Manifest Text

FDKN_INP_MANIFEST_TEXT

No

Literal text of the manifest. Can be used in conjunction with Manifest List, all will be applied.

Artifacts

This operation consumes 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.