Spinnaker Create a Deployment Pipeline from UI: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 41: Line 41:
==Stages==
==Stages==
===Render Helm===
===Render Helm===
{{Internal|Spinnaker_Stage_Bake_(Manifest)#Overview|Bake (Manifest)}}
===Deploy Helm===
===Deploy Helm===
===Manual Judgement===
===Manual Judgement===

Revision as of 00:26, 1 March 2022

External

Internal

Overview

This article describes the mechanics of creating a deployment pipeline aimed at performing deployments into a Kubernetes cluster. Also see:

Pipeline

Procedure

Go to the Application to create the pipeline for, select "PIPELINES" from the left menu, and then click on the "Create" button at the top of the page.

Type: Pipeline

Pipeline Name:

Copy From:

Pipeline Configuration

The pipeline configuration allows setting the following elements:

Execution Options

Automated Triggers

All triggers require specifying permissions, which are the OD groups under whose identity the pipeline will operate when triggered.

Docker Registry Trigger

For configuration, see:

Docker Registry Trigger

Helm Chart Trigger

For configuration, see:

Helm Chart Trigger

Artifact Constraints

The section specifies artifacts required for trigger to execute. Only one of the artifacts needs to be present for the trigger to execute. ⚠️ Note that only the artifacts specified here will execute the trigger, it is fine to leave empty if you need the trigger to be generated by arbitrary artifacts.

Trigger Enabled

Must be checked for the trigger to activate.

Parameters

Notifications

Metadata

Stages

Render Helm

Bake (Manifest)

Deploy Helm

Manual Judgement

TODO

Delivery_Pipeline_for_Simple_Java_Application_from_GitHub_to_Kubernetes_with_Spinnaker#Create_a_Deployment_Pipeline