Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 8

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.

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


Inputs

Input Name

Input Code

Required

Description

Context

FDKN_INP_CONTEXT

Yes

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

kubectl config current-context

Deployment Strategy

FDKN_INP_DEPLOYMENT_STRATEGY

No

Deployment Strategy to use during deployment.  If using Pipelines, leave this blank

Finish Deployment Strategy

FDKN_INP_FINISH_DEPLOYMENT

No

This will ensure that all BLUE pods are converted over to GREEN, thus ending the strategy.  If using Pipelines, leave this blank

Namespace

FDKN_INP_NAMESPACE

No

Namespace where the resource will be deployed to.

Manifest List

FDKN_INP_MANIFEST_LIST

No

Lis tof manifests, seperated by line.

Manifest Text

FDKN_INP_MANIFEST_TEXT

No

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

Deployment Name

FDKN_INP_DEPLOYMENT_NAME

No

Name for the deployment.

Artifacts

This operation consumes artifacts from the artifacts repository.

Endpoint Selection

This operation will select all available endpoints associated to the Target.

Endpoint Execution

This operation will execute on any one of the selected endpoints and will be random in the determination of which one.

Special Considerations

This operation is used in tandem with other FlexDeploy configuration on the Project and possibly the Pipeline

  • No labels