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

Commit827489e

Browse files
authored
Update to align with new app context menu (#1024)
1 parentf1b2c9b commit827489e

File tree

2 files changed

+25
-22
lines changed

2 files changed

+25
-22
lines changed

‎_docs/dashboards/gitops-environments.md‎

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ Define the configuration of the Environment through a unique name, it's intended
7272
Review[Key aspects when creating Environments](#key-aspects-when-creating-environments).
7373

7474

75-
1. In the Codefresh UI, from theOps in thesidebar, select**Environments**, and then click**Add Environment**.
75+
1. In the Codefresh UI, from the sidebar, select**Environments**, and then click**Add Environment**.
7676
1. Define the following:
7777
1.**Name**: A unique name for your GitOps Environment, which is meaningful in the context of your development and deployment cycle.
7878
1.**Kind**: The purpose of this GitOps Environment, and can be either**Production** where the live versions of the applications are deployed, or**Non-production** where development, testing, staging versions are deployed.
@@ -131,7 +131,7 @@ Change the order of the Environments displayed in the Environments dashboard to
131131

132132
For example, if you have two non-production and one production Environment for your e-commerce application, you can order them to display first the non-production and then the production Environments to reflect the corresponding stages.
133133

134-
1. In the Codefresh UI, from theOps in thesidebar, select[**Environments**](https://g.codefresh.io/2.0/environments?view=compact){:target="\_blank"}.
134+
1. In the Codefresh UI, from the sidebar, select[**Environments**](https://g.codefresh.io/2.0/environments?view=compact){:target="\_blank"}.
135135
1. Mouse over the column with the Environment to move.
136136
1. Click {::nomarkdown}<imgsrc="../../../images/icons/move-environments.png?display=inline-block">{:/} and drag the column to the required location.
137137

@@ -150,7 +150,7 @@ Update the Environment's configuration settings when required. You can change al
150150

151151
You may need to edit an Environment when you add new infrastructure and deploy applications. In this case, you can add the new cluster and namespace or only the namespace to the Environment's definition.
152152

153-
1. In the Codefresh UI, from theOps in thesidebar, select[**Environments**](https://g.codefresh.io/2.0/environments?view=compact){:target="\_blank"}.
153+
1. In the Codefresh UI, from the sidebar, select[**Environments**](https://g.codefresh.io/2.0/environments?view=compact){:target="\_blank"}.
154154
1. Mouse over the column with the Environment to edit, and click {::nomarkdown}<imgsrc="../../../images/icons/edit.png?display=inline-block">{:/}.
155155
1. Edit the settings as required.
156156

@@ -179,7 +179,7 @@ In the Environments dashboard, you get both visibility into applications running
179179
###Filter applications in Environments by health status
180180
Quickly filter applications within an Environment by health status. For health status descriptions, see[Health status for application resources]({{site.baseurl}}/docs/deployments/gitops/applications-dashboard/#health-status-for-application-resources).
181181

182-
1. In the Codefresh UI, from theOps in thesidebar, select[**Environments**](https://g.codefresh.io/2.0/environments?view=compact){:target="\_blank"}.
182+
1. In the Codefresh UI, from the sidebar, select[**Environments**](https://g.codefresh.io/2.0/environments?view=compact){:target="\_blank"}.
183183
1. For any Environment, click the Health status or statuses by which to filter.
184184
The Environment displays those applications that match the selected status.
185185

@@ -201,7 +201,7 @@ Alternatively, track a set of applications deployed to multiple Environments of
201201
Here too, see which applications are running on each Environment, the most recent commit to the application, and the user who made the commit.
202202

203203

204-
1. In the Codefresh UI, from theOps in thesidebar, select[**Environments**](https://g.codefresh.io/2.0/environments?view=compact){:target="\_blank"}.
204+
1. In the Codefresh UI, from the sidebar, select[**Environments**](https://g.codefresh.io/2.0/environments?view=compact){:target="\_blank"}.
205205
1. Switch to**Detailed** view.
206206

207207
{% include
@@ -231,7 +231,7 @@ View the dependencies included with each application, and compare versions of th
231231

232232

233233
#####How to
234-
1. In the Codefresh UI, from theOps in thesidebar, select**Environments**.
234+
1. In the Codefresh UI, from the sidebar, select**Environments**.
235235
1. Click the version number of the application.
236236

237237
{% include
@@ -276,16 +276,16 @@ View the dependencies included with each application, and compare versions of th
276276
###View deployment (Timeline) history for applications
277277
Review the deployments for a specific application in the Environments dashboard.
278278

279-
1. In the Codefresh UI, from theOps in thesidebar, select Environments.
279+
1. In the Codefresh UI, from the sidebar, select Environments.
280280
1. In the Environment column with the application you require, click the application name to view deployment history.
281281

282282
{% include
283283
image.html
284284
lightbox="true"
285285
file="/images/gitops-environments/app-timeline-view.png"
286286
url="/images/gitops-environments/app-timeline-view.png"
287-
alt="View deployment history for applicationfrom Environments dashboard"
288-
caption="View deployment history for applicationfrom Environments dashboard"
287+
alt="View deployment history for applicationin Environments dashboard"
288+
caption="View deployment history for applicationin Environments dashboard"
289289
max-width="60%"
290290
%}
291291

@@ -295,12 +295,13 @@ Review the deployments for a specific application in the Environments dashboard.
295295
###Manage applications from within Environments
296296
Manage applications from within Environments through each application's context menu, including manual sync, refresh, and other options.
297297

298-
1. In the Codefresh UI, from theOps in thesidebar, select**Environments**.
298+
1. In the Codefresh UI, from the sidebar, select**Environments**.
299299
1. In the Environment with the application for which to take action, click the context menu to the right of the application, and select the option:
300300
*[Quick View]({{site.baseurl}}/docs/deployments/gitops/applications-dashboard/#view-deployment-configuration-info-for-selected-argo-cd-application): View deployment, definition, and event information for the selected application in the same location.
301+
*[Diff View]({{site.baseurl}}/docs/deployments/gitops/applications-dashboard/#analyze-out-of-sync-applications-with-diff-view): Analyze out of sync applications. This option is disabled when applications are synced.
301302
*[Synchronize]({{site.baseurl}}/docs/deployments/gitops/manage-application/#manually-synchronize-an-argo-cd-application): Manually synchronize the application to expedite Git-to-cluster sync.
303+
*[Refresh/Hard Refresh]({{site.baseurl}}/docs/deployments/gitops/manage-application/#refreshhard-refresh-argo-cd-applications): As an alternative to manually syncing an application, either sync the application with the desired state in Git (refresh), or sync the application with the desired state Git while removing the cache (hard refresh).
302304
*[Edit]({{site.baseurl}}/docs/deployments/gitops/manage-application/#edit-argo-cd-application-definitions): Update General or Advanced configuration settings for the application.
303-
*[Refresh/Hard Refresh]({{site.baseurl}}/docs/deployments/gitops/manage-application/#refreshhard-refresh-argo-cd-applications): As an alternative to manually syncing an application, either sync the application with the desired state in Git (refresh), or sync the application with the desired state Git while removing the cache (hard refresh).
304305
*[Delete]({{site.baseurl}}/docs/deployments/gitops/manage-application/#delete-argo-cd-applications): Delete the application from Codefresh.
305306

306307
{% include

‎_docs/dashboards/gitops-products.md‎

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ Manually assign an application to a Product directly from the Products dashboard
197197
This is one of two methods for assigning applications to Products. The other method involves adding annotations to the application's manifest, as described in[Use annotations to connect applications to Products](#use-annotations-to-connect-applications-to-products).
198198

199199

200-
1. In the Codefresh UI, from theOps in thesidebar, select**Products**.
200+
1. In the Codefresh UI, from the sidebar, select**Products**.
201201
1. If needed, search for the application, or use the Application and Environment filters.
202202
1. Do one of the following:
203203
* Click the name of the Product for which to assign applications, and then click**Manage Applications**.
@@ -249,7 +249,7 @@ The annotation is defined as part of the Product's settings.
249249
This is one of two methods for assigning applications to Products. The other method is to manually assign them from the Products dashboard, as described in[Manually assigning applications to Prodcuts](#manually-assign-applications-to-products).
250250

251251
1. Copy the Product's annotation:
252-
1. In the Codefresh UI, fromOps inthe sidebar, select**Products**.
252+
1. In the Codefresh UI, from the sidebar, select**Products**.
253253
1. Mouse over the row with the Product name, and then select**Edit** {::nomarkdown}<imgsrc="../../../images/icons/edit.png?display=inline-block">{:/}.
254254
1. In the Edit Product form, copy the annotation to add to the application's manifest and close the form.
255255

@@ -265,7 +265,7 @@ This is one of two methods for assigning applications to Products. The other met
265265

266266
{:start="2"}
267267
1. Add the annotation to the application's manifest:
268-
1. FromOps inthe sidebar, select**GitOps Apps**.
268+
1. From the sidebar, select**GitOps Apps**.
269269
1. Select the application to which to add the annotation.
270270
1. Click the**Configuration** tab and switch to**YAML** format.
271271
1. Add the annotation as in the example below.
@@ -304,7 +304,7 @@ Unassign an application manually assigned to a Product directly from the GitOps
304304

305305
A disabled icon indicates that the application is connected through an annotation.
306306

307-
1. In the Codefresh UI, from theOps in thesidebar, select**Products**.
307+
1. In the Codefresh UI, from the sidebar, select**Products**.
308308
1. Mouse over the row with the Product from which to unassign the application, and click**Manage Apps**.
309309
1. In the card with the application to unassign, click {::nomarkdown}<imgsrc="../../../images/icons/unassign-app.png?display=inline-block">{:/}.
310310
You can see that the Unassign icon is dsiabled for the`guestbook-app-prod`.
@@ -357,7 +357,7 @@ Edit settings for an existing Product or delete the Product from the Products da
357357
***Delete**: Delete a Product from the Products dashboard. Deleting a Product unassigns all the applications manually assigned to it in the Products dashboard. If the application is connected through an annotation, the annotation is not deleted.
358358

359359
#####How to
360-
1. In the Codefresh UI, from theOps in thesidebar, select**Products**.
360+
1. In the Codefresh UI, from the sidebar, select**Products**.
361361
1. From the Products dashboard, select the Product to edit or delete.
362362
1. From the context menu on the right, select the required option.
363363

@@ -390,7 +390,7 @@ You can:
390390

391391

392392
#####How to
393-
1. In the Codefresh UI, from theOps in thesidebar, select**Products**.
393+
1. In the Codefresh UI, from the sidebar, select**Products**.
394394
1. Expand the Product with the applications you want to view/compare.
395395
1. Click the version number of the application.
396396

@@ -487,8 +487,8 @@ Connect commits to the application repo to tickets in your issue-tracking tool o
487487
###View deployment (Timeline) history for applications
488488
Review the deployments for a specific application in the Products dashboard.
489489

490-
1. In the Codefresh UI, from theOps in thesidebar, select**Products**.
491-
1. In the Environment column with theapplication you require, click theapplication name to view deployment history.
490+
1. In the Codefresh UI, from the sidebar, select**Products**.
491+
1. In the Environment column with theproduct you require, click thecontext menu and then select**Application info > Timeline** to view deployment history.
492492

493493
{% include
494494
image.html
@@ -499,19 +499,21 @@ Review the deployments for a specific application in the Products dashboard.
499499
caption="View deployment history for application from Environments dashboard"
500500
max-width="60%"
501501
%}
502-
1. To view all the application’s tabs, including the Current State, Configuration, and others, click the link to**Full View** at the top of the deployment view.
502+
1. To view all the application’s tabs, including the Current State, Configuration, and others, click the link to**Full View** at the top.
503503

504504

505505
###Manage applications in Products
506506
Manage applications grouped within a Product through each application's context menu, that includes manual sync, refresh, and other options.
507507

508-
1. In the Codefresh UI, from theOps in thesidebar, select**Products**.
508+
1. In the Codefresh UI, from the sidebar, select**Products**.
509509
1. Select the Product with the application for which to take action.
510510
1. Click the context menu to the right of the application, and select the option:
511+
511512
*[Quick View]({{site.baseurl}}/docs/deployments/gitops/applications-dashboard/#view-deployment-configuration-info-for-selected-argo-cd-application): View deployment, definition, and event information for the selected application in the same location.
513+
*[Diff View]({{site.baseurl}}/docs/deployments/gitops/applications-dashboard/#analyze-out-of-sync-applications-with-diff-view): Analyze out of sync applications. This option is disabled when applications are synced.
512514
*[Synchronize]({{site.baseurl}}/docs/deployments/gitops/manage-application/#manually-synchronize-an-argo-cd-application): Manually synchronize the application to expedite Git-to-cluster sync.
515+
*[Refresh/Hard Refresh]({{site.baseurl}}/docs/deployments/gitops/manage-application/#refreshhard-refresh-argo-cd-applications): As an alternative to manually syncing an application, either sync the application with the desired state in Git (refresh), or sync the application with the desired state Git while removing the cache (hard refresh).
513516
*[Edit]({{site.baseurl}}/docs/deployments/gitops/manage-application/#edit-argo-cd-application-definitions): Update General or Advanced configuration settings for the application.
514-
*[Refresh/Hard Refresh]({{site.baseurl}}/docs/deployments/gitops/manage-application/#refreshhard-refresh-argo-cd-applications): As an alternative to manually syncing an application, either sync the application with the desired state in Git (refresh), or sync the application with the desired state Git while removing the cache (hard refresh).
515517
*[Delete]({{site.baseurl}}/docs/deployments/gitops/manage-application/#delete-argo-cd-applications): Delete the application from Codefresh.
516518

517519
{% include

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp