Adding a wait stage
This page describes how to add a WAIT stage.
In addition to waiting for approvals from someones, the deployment pipeline can be configured to wait an amount of time before continuing.
This can be done by adding the WAIT
stage into the pipeline. This stage has one configurable field is duration
to configure how long should be waited.
apiVersion: pipecd.dev/v1beta1
kind: KubernetesApp
spec:
pipeline:
stages:
- name: K8S_CANARY_ROLLOUT
- name: WAIT
with:
duration: 5m
- name: K8S_PRIMARY_ROLLOUT
- name: K8S_CANARY_CLEAN
Deployment with a WAIT stage
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.
Last modified September 24, 2024: Generate v0.49.x docs (#5222) (909fd76a)