Versions Compared

Key

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

Applies a K8 manifests defined in the project configuration.  Will optionally deploy Istio Service Mesh manifests for deployment strategies.

Project Properties

This plugin makes use of separate project configuration.

...

Input NameInput CodeRequiredDescription
ContextFDKN_INP_CONTEXTYes

The kubectl context to use for deployment.  If unsure, running the following command will show the current context:

kubectl config current-context

Deployment StrategyFDKN_INP_DEPLOYMENT_STRATEGYNoDeployment Strategy to use during deployment.  If using Pipelines, leave this blank
Finish Deployment StrategyFDKN_INP_FINISH_DEPLOYMENTNoThis will ensure that all BLUE pods are converted over to GREEN, thus ending the strategy.  If using Pipelines, leave this blank
NamespaceFDKN_INP_NAMESPACENoNamespace where the resource will be deployed to.
Manifest List

FDKN_INP_MANIFEST_LIST

NoLis tof manifests, seperated by line.

Manifest Text

FDKN_INP_MANIFEST_TEXT

NoLiteral text of the manifest. Can be used in conjunction with File Path, all will be applied.
Deployment Name

FDKN_INP_DEPLOYMENT_NAME

NoName for the deployment.

...