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.

Info

This operation also supports Kubernetes Monitoring if the FlexDeploy server has a local kubectl client installed.


Inputs

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.

...