Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit302e2d2

Browse files
committed
Update
Minor content fixes
1 parent19f6c9e commit302e2d2

File tree

4 files changed

+12
-10
lines changed

4 files changed

+12
-10
lines changed

‎_docs/quick-start/gitops-quick-start/create-app-specs.md‎

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@ sub-group: gitops-quick-start
66
toc:true
77
---
88

9-
Now that you have created`codefresh-guestbook` as an Argo CD application, you need to deploy it. Let's deploy the`codefresh-guestbook` application by creating and committing resources.
9+
Now that you have created`codefresh-guestbook` as an Argo CD application, you need to deploy it.
10+
Let's deploy the`codefresh-guestbook` application by creating and committing resources.
11+
1012
You will create and commit the following resources:
1113
1. A folder in Git to save resources for the application
1214
1.`Rollout` resource defining the deployment strategy
@@ -27,7 +29,7 @@ Create a folder in the Git repo in which to save all the resources for the `code
2729
Create a rollout resource for the application you want to deploy.
2830

2931

30-
To leverage Argo Rollouts' deployment capabilities, we are usingtheArgo's`rollout` resource instead of the native Kubernetes Deployment object.
32+
To leverage Argo Rollouts' deployment capabilities, we are using Argo's`rollout` resource instead of the native Kubernetes Deployment object.
3133
For detailed information on the fields you can define, see[Argo Rollout specification](https://argoproj.github.io/argo-rollouts/features/specification/){:target="\_blank"}.
3234

3335

‎_docs/quick-start/gitops-quick-start/create-app-ui.md‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ toc: true
77
---
88

99
Let's start by creating a simple Argo CD application,`codefresh-guestbook`, in the Codefresh UI.
10-
We'll create the application without resources and then define/add resources in the next step.
10+
We'll create the application without resources, and then define/add resources in the next step.
1111

1212

1313
For detailed information, see[Creating Argo CD applications]({{site.baseurl}}/docs/deployments/gitops/create-application/).
@@ -39,7 +39,7 @@ For detailed information, see [Creating Argo CD applications]({{site.baseurl}}/d
3939

4040
{:start="4"}
4141
1. Select**Next** to go to the Configuration tab.
42-
By default you are in Form mode. You can toggle betweentheForm and YAML modes as you define the application's configuration settings.
42+
By default you are in Form mode. You can toggle between Form and YAML modes as you define the application's configuration settings.
4343
1. Define the**General** settings for the application:
4444
***Repository URL**: The URL to the repo in Git where you created the YAML resource files for the application.
4545
***Revision**: The branch in Git with the resource files.

‎_docs/quick-start/gitops-quick-start/create-rollout.md‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ sub-group: gitops-quick-start
66
toc:true
77
---
88

9-
You will now make a change in the`codefresh-guestbook` application manifest, and update the image tag. Because we selected auto-sync in the application settings, Argo CD detects that the live state in the cluster is out of sync with the desired state in Git, and triggers the new rollout.<!---The rollout runs the analysis template you defined (`background-analysis` in the quick start).--->
9+
You will now make a change in the`codefresh-guestbook` application manifest, and update the image tag.
10+
Because we selected auto-sync in the application settings, Argo CD detects that the live state in the cluster is out of sync with the desired state in Git, and triggers the new rollout.<!---The rollout runs the analysis template you defined (`background-analysis` in the quick start).--->
1011

1112
###Before you begin
1213

‎_docs/quick-start/gitops-quick-start/gitops-products.md‎

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,12 @@ toc: true
66
---
77

88

9-
If you've been working with Codefresh GitOps, you're likely familiar with managing Argo CD applications in Codefresh. From creatingapplications to monitoring deployments and resources.
9+
If you've been working with Codefresh GitOps, you're likely familiar with managing Argo CD applications in Codefresh. From creatingthem to monitoring application deployments and resources.
1010

11-
If you're new to Codefresh GitOps, start with our[quick start on Argo CD applications]({{site.baseurl}}/docs/quick-start/gitops-quick-start/create-app-ui/) to familiarize yourself with Argo CDapplication in Codefresh.
11+
If you're new to Codefresh GitOps, start with our[quick start on Argo CD applications]({{site.baseurl}}/docs/quick-start/gitops-quick-start/create-app-ui/) to familiarize yourself with Argo CDapplications in Codefresh.
1212

13-
This quick start focuses on introducing you to the next-generation features for a new development and deployment experience Codefresh GitOps: Environments and Products!
14-
15-
For detailed information on all tasks and features, refer to the articles on[Environments]({{site.baseurl}}/docs/dashboards/gitops-environments/) and[Products]({{site.baseurl}}/docs/dashboards/gitops-products/).
13+
This quick start focuses on introducing you to the next-generation features for a new development and deployment experience in Codefresh GitOps: Environments and Products!
14+
For detailed information on all tasks and features, refer to the articles on[Environments]({{site.baseurl}}/docs/dashboards/gitops-environments/) and[Products]({{site.baseurl}}/docs/products/about-products/).
1615

1716
We'll begin by exploring the key benefits of Environments and Products.
1817
And then guide you through how to work with these both to streamline and empower your software development lifecycle.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp