Skip to content

Commit

Permalink
[doc] Add links to pipectl init from the pages of configuring ECS/K…
Browse files Browse the repository at this point in the history
…8s App (#4802)

* Add link to pipectl init from the page of configuring ECS app

Signed-off-by: t-kikuc <tkikuchi07f@gmail.com>

* Add link to pipectl init from the page of configuring Kubernetes app

Signed-off-by: t-kikuc <tkikuchi07f@gmail.com>

* Fix the title to 'Note'

Signed-off-by: t-kikuc <tkikuchi07f@gmail.com>

---------

Signed-off-by: t-kikuc <tkikuchi07f@gmail.com>
  • Loading branch information
t-kikuc committed Mar 20, 2024
1 parent 1478d75 commit 1a60f84
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 0 deletions.
Expand Up @@ -19,6 +19,11 @@ To deploy your application to run continuously or to place it behind a load bala

If you're not familiar with ECS, you can get examples for those files from [here](../../../../examples/#ecs-applications).

Note:

You can generate an application config file easily and interactively by [`pipectl init`](../../command-line-tool.md#generating-an-application-config-apppipecdyaml).


## Quick sync

By default, when the [pipeline](../../../configuration-reference/#ecs-application) was not specified, PipeCD triggers a quick sync deployment for the merged pull request.
Expand Down
Expand Up @@ -8,6 +8,11 @@ description: >

Based on the application configuration and the pull request changes, PipeCD plans how to execute the deployment: doing quick sync or doing progressive sync with the specified pipeline.

Note:

You can generate an application config file easily and interactively by [`pipectl init`](../../command-line-tool.md#generating-an-application-config-apppipecdyaml).


## Quick sync

Quick sync is a fast way to sync application to the state specified in the target Git commit without any progressive strategy. It just applies all the defined manifiests to sync the application.
Expand Down
Expand Up @@ -19,6 +19,11 @@ To deploy your application to run continuously or to place it behind a load bala

If you're not familiar with ECS, you can get examples for those files from [here](../../../../examples/#ecs-applications).

Note:

You can generate an application config file easily and interactively by [`pipectl init`](../../command-line-tool.md#generating-an-application-config-apppipecdyaml).


## Quick sync

By default, when the [pipeline](../../../configuration-reference/#ecs-application) was not specified, PipeCD triggers a quick sync deployment for the merged pull request.
Expand Down
Expand Up @@ -8,6 +8,11 @@ description: >

Based on the application configuration and the pull request changes, PipeCD plans how to execute the deployment: doing quick sync or doing progressive sync with the specified pipeline.

Note:

You can generate an application config file easily and interactively by [`pipectl init`](../../command-line-tool.md#generating-an-application-config-apppipecdyaml).


## Quick sync

Quick sync is a fast way to sync application to the state specified in the target Git commit without any progressive strategy. It just applies all the defined manifiests to sync the application.
Expand Down

0 comments on commit 1a60f84

Please sign in to comment.