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

Commitf0f72b0

Browse files
authored
Update install topics (#300)
* Update install topicsNested GitOps topics and added content for install options* Update home-content.yml
1 parent22170fd commitf0f72b0

File tree

11 files changed

+212
-212
lines changed

11 files changed

+212
-212
lines changed

‎_data/home-content.yml‎

Lines changed: 8 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -224,22 +224,17 @@
224224
links:
225225
-title:Installation environments
226226
localurl:/docs/installation/installation-options/
227-
-title:Codefresh RunnerCI/CDinstallation
227+
-title:Codefresh Runner installation
228228
localurl:/docs/installation/codefresh-runner/
229-
-title:On-PremisesCI/CDinstallation
229+
-title:On-Premises installation
230230
localurl:/docs/installation/codefresh-on-prem/
231-
-title:On-PremisesCI/CDupgrade
231+
-title:On-Premises upgrade
232232
localurl:/docs/installation/codefresh-on-prem-upgrade/
233-
-title:Hosted GitOps Runtime installation
234-
localurl:/docs/installation/hosted-runtime/
235-
-title:Hybrid GitOps Runtime installation
236-
localurl:/docs/installation/hybrid-gitops/
237-
-title:Monitoring & managing GitOps Runtimes
238-
localurl:/docs/installation/monitor-manage-runtimes/
239-
-title:Adding external clusters to GitOps Runtimes
240-
localurl:/docs/installation/managed-cluster/
241-
-title:Adding Git Sources to GitOps Runtimes
242-
localurl:/docs/installation/git-sources/
233+
-title:Hosted GitOps installation
234+
localurl:/docs/installation/gitops/hosted-runtime/
235+
-title:Hybrid GitOps installation
236+
localurl:/docs/installation/gitops/hybrid-gitops/
237+
243238

244239

245240
-title:Administration

‎_data/nav.yml‎

Lines changed: 15 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -481,26 +481,29 @@
481481
-title:Installation
482482
url:"/installation"
483483
pages:
484-
-title:Installation environments
484+
-title:Environments
485485
url:"/installation-options"
486486
-title:Runtime architectures
487487
url:"/runtime-architecture"
488-
-title:Codefresh Runner installation
488+
-title:Codefresh Runner
489489
url:"/codefresh-runner"
490-
-title:Hosted GitOps Runtime installation
491-
url:"/hosted-runtime"
492-
-title:Hybrid GitOps Runtime installation
493-
url:"/hybrid-gitops"
494490
-title:On-Premises installation
495491
url:"/codefresh-on-prem"
496492
-title:On-Premises upgrade
497493
url:"/codefresh-on-prem-upgrade"
498-
-title:Monitoring & managing GitOps Runtimes
499-
url:"/monitor-manage-runtimes"
500-
-title:Add external clusters to GitOps Runtimes
501-
url:"/managed-cluster"
502-
-title:Add Git Sources to to GitOps Runtimes
503-
url:"/git-sources"
494+
-title:GitOps
495+
url:
496+
sub-pages:
497+
-title:Hosted GitOps Runtime
498+
url:"/hosted-runtime"
499+
-title:Hybrid GitOps Runtime
500+
url:"/hybrid-gitops"
501+
-title:Monitoring & managing GitOps Runtimes
502+
url:"/monitor-manage-runtimes"
503+
-title:Add external clusters to GitOps Runtimes
504+
url:"/managed-cluster"
505+
-title:Add Git Sources to to GitOps Runtimes
506+
url:"/git-sources"
504507

505508

506509
-title:Administration

‎_docs/installation/upgrade-gitops-cli.md‎renamed to ‎_docs/clients/upgrade-gitops-cli.md‎

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
---
2-
title:"Download/upgradeCodefresh CLI"
3-
description:"Have the latest version of theCodefresh CLI forGitOpsruntimes"
2+
title:"Download/upgradeGitOps CLI"
3+
description:"Have the latest version of the GitOpsCLI"
44
group:installation
5+
sub_group:gitops
56
toc:true
67
---
78

@@ -11,7 +12,7 @@ When newer versions are available, the CLI automatically notifies you through a
1112

1213

1314
##GitOps CLI installation modes
14-
The table lists the modes available to install theCodefresh CLI.
15+
The table lists the modes available to install theGitOps CLI.
1516

1617
{: .table .table-bordered .table-hover}
1718
| Install mode| OS| Commands|
@@ -23,7 +24,7 @@ The table lists the modes available to install the Codefresh CLI.
2324
|`brew` | N/A|`brew tap codefresh-io/cli && brew install cf2`|````
2425

2526
##Install the GitOps CLI
26-
Install theCodefresh CLI using the option that best suits you:`curl`,`brew`, or standard download.
27+
Install theGitOps CLI using the option that best suits you:`curl`,`brew`, or standard download.
2728
If you are not sure which OS to select for`curl`, simply select one, and Codefresh automatically identifies and selects the right OS for CLI installation.
2829

2930
1. Do one of the following:
@@ -83,5 +84,5 @@ You can upgrade to a specific version if you so require, or download the latest
8384
*`<output-file>` is the path to the destination file, for example,`/cli-download`.
8485

8586
##Related articles
86-
[Hosted GitOps Runtime setup]({{site.baseurl}}/docs/installation/hosted-runtime)
87-
[Hybrid GitOps Runtime installation]({{site.baseurl}}/docs/installation/hybrid-gitops)
87+
[Hosted GitOps Runtime setup]({{site.baseurl}}/docs/installation/gitops/hosted-runtime)
88+
[Hybrid GitOps Runtime installation]({{site.baseurl}}/docs/installation/gitops/hybrid-gitops)

‎_docs/getting-started/concepts.md‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ A single Runtime can connect to and manage multiple remote clusters.
1818

1919
See:
2020
[GitOps runtime architecture]({{site.baseurl}}/docs/installation/runtime-architecture)
21-
[Hybrid GitOps Runtime installation]({{site.baseurl}}/docs/installation/hybrid-gitops)
22-
[Hosted GitOps Runtime installation]({{site.baseurl}}/docs/installation/hosted-runtime)
21+
[Hybrid GitOps Runtime installation]({{site.baseurl}}/docs/installation/gitops/hybrid-gitops)
22+
[Hosted GitOps Runtime installation]({{site.baseurl}}/docs/installation/gitops/hosted-runtime)
2323

2424

2525

‎_docs/installation/git-sources.md‎renamed to ‎_docs/installation/gitops/git-sources.md‎

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,20 @@
11
---
22
title:"Add Git Sources to GitOps Runtimes"
3-
description:""
3+
description:"Manage Git Sources storing resources"
44
group:installation
5+
sub_group:gitops
56
toc:true
67
---
78

89

910
A Git Source is the equivalent of an Argo CD application that tracks a Git repository and syncs the desired state of the repo to the destination K8s cluster. In addition to application resources, the Git Source can store resources for GitOps Runtimes, and CI/CD entities such as delivery pipelines, Workflow Templates, workflows, and applications.
1011

11-
Provisioning a Runtime automatically creates a Git Source that stores resources for the Runtime and for the demo CI pipelines that are optionally installed with the Runtime. Every Git Source is associated with a Runtime. You can add Git Sources at any time, to the same or to different Runtimes.
12+
Provisioning aGitOpsRuntime automatically creates a Git Source that stores resources for the Runtime and for the demo CI pipelines that are optionally installed with the Runtime. Every Git Source is associated with aGitOpsRuntime. You can add more Git Sources at any time, to the same or to different Runtimes.
1213

13-
Once you create a Git Source for a Runtime, you can store resources for CI/CD entities associated with it. For example, when creating pipelines or applications, you can select the Git Source to which to store manifest definitions.
14+
Once you create a Git Source for aGitOpsRuntime, you can store resources for CI/CD entities associated with it. For example, when creating pipelines or applications, you can select the Git Source to which to store manifest definitions.
1415

1516

16-
###View Git Sources and definitions
17+
##View Git Sources and definitions
1718
Drill down on a runtime in List View to see its Git Sources.
1819

1920
1. In the Codefresh UI, go to the[GitOps Runtimes](https://g.codefresh.io/2.0/account-settings/runtimes){:target="\_blank"} page.
@@ -26,14 +27,14 @@ Drill down on a runtime in List View to see its Git Sources.
2627
url="/images/runtime/git-source-list.png"
2728
alt="Git Sources in runtime"
2829
caption="Git Sources in runtime"
29-
max-width="30%"
30+
max-width="60%"
3031
%}
3132

3233
{:start="3"}
3334
1. To go to the repo tracked by the Git Source, in the Repo column, mouse over the repo name and select**Go to Git repo**.
3435
1. To see the definitions for the Git Source, select the three dots at the end of the row.
3536

36-
###Create a Git Source
37+
##Create a Git Source
3738
Create Git Sources for any provisioned Runtime. The Git Sources are available to store resources for pipelines or applications when you create them.
3839

3940
>Make sure you are in the List View to create Git Sources.
@@ -49,7 +50,7 @@ Create Git Sources for any provisioned Runtime. The Git Sources are available t
4950
url="/images/runtime/create-git-source.png"
5051
alt="Create Git Source"
5152
caption="Create Git Source"
52-
max-width="30%"
53+
max-width="60%"
5354
%}
5455

5556
***Git Source Name**: The name of the Git Source, which must be unique within the cluster.
@@ -69,7 +70,7 @@ Create Git Sources for any provisioned Runtime. The Git Sources are available t
6970
{:start="4"}
7071
1. Select**+ Create Git Source**.
7172

72-
###Edit Git Source definitions
73+
##Edit Git Source definitions
7374
Edit an existing Git Source by changing the source and destination definitions.
7475
>You cannot change the name of the Git Source.
7576
@@ -89,7 +90,7 @@ Edit an existing Git Source by changing the source and destination definitions.
8990
{:start="4"}
9091
1. Change the**Source** and**Destination** definitions for the Git Source, and select**Save**.
9192

92-
###View/download logs for a Git Source
93+
##View/download logs for a Git Source
9394
View online logs for any Git Source associated with a Runtime, and if needed, download the log file for offline viewing and analysis.
9495
Online logs show up to 1000 of the most recent events (lines), updated in real time. Downloaded logs include all the events, from the application launch to the date and time of download.
9596

@@ -104,7 +105,7 @@ Online logs show up to 1000 of the most recent events (lines), updated in real t
104105
url="/images/runtime/git-source-view-logs.png"
105106
alt="Edit Git Source"
106107
caption="Edit Git Source"
107-
max-width="30%"
108+
max-width="60%"
108109
%}
109110

110111
{:start="4"}
@@ -126,8 +127,8 @@ Online logs show up to 1000 of the most recent events (lines), updated in real t
126127
1. To download the log, click**Download**.
127128
The file is downloaded with`.log` extension.
128129

129-
###What to read next
130-
[Monitoring & managing GitOps Runtimes]({{site.baseurl}}/docs/installation/monitor-manage-runtimes/)
130+
##Related articles
131+
[Monitoring & managing GitOps Runtimes]({{site.baseurl}}/docs/installation/gitops/monitor-manage-runtimes/)
131132
[Shared configuration repo]({{site.baseurl}}/docs/reference/shared-configuration)
132133

133134

‎_docs/installation/hosted-runtime.md‎renamed to ‎_docs/installation/gitops/hosted-runtime.md‎

Lines changed: 12 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,13 @@
22
title:"Hosted GitOps Runtime setup"
33
description:"Provision Hosted GitOps environment"
44
group:installation
5+
sub_group:gitops
56
toc:true
67
---
78

89

910

10-
Set up yourhostedenvironment with the Hosted GitOps Runtime to leverage extensive CD capabilities.
11+
Set up your environment with the Hosted GitOps Runtime to leverage extensive CD capabilities.
1112
<!---Read about [Hosted GitOps]({{site.baseurl}}/docs/incubation/intro-hosted-runtime/).-->
1213

1314
##System requirements for Hosted GitOps Runtimes
@@ -132,10 +133,10 @@ max-width="70%"
132133
where:
133134
`hosted-codefresh` is the name of your Hosted GitOps Runtime, automatically assigned by Codefresh.
134135
1. In the Codefresh UI, return to Codefresh[Home](https://g.codefresh.io/2.0/?time=LAST_7_DAYS){:target="\_blank"}.
135-
1. Refresh the page and start with_1. Provision hosted runtime_ above.
136+
1. Refresh the page and start with[Step 1: Install Hosted GitOps Runtime](#step-1-install-hosted-gitops-runtime).
136137

137138

138-
###Step 2: Connect Git provider
139+
##Step 2: Connect Git provider
139140
Connect your Hosted GitOps Runtime to a Git provider for Codefresh to create the required Git repos. First authorize access to your Git provider through an OAuth token, and then select the Git organizations or accounts in which to create the required Git repos.
140141

141142
>Only authorized organizations are displayed in the list. To authorize organizations for the Codefresh application in GitHub, see[Authorize organizations/projects]({{site.baseurl}}/docs/administration/hosted-authorize-orgs/).
@@ -240,10 +241,10 @@ max-width="80%"
240241
%}
241242

242243

243-
###3. Connect a Kubernetes cluster
244+
##3. Connect a Kubernetes cluster
244245

245246
Connect a destination cluster to the Hosted GitOps Runtime and register it as a managed cluster. Deploy applications and configuration to the cluster.
246-
For managed cluster information and installing Argo Rollouts, see[Add and manage external clusters]({{site.baseurl}}/docs/runtime/managed-cluster/).
247+
For managed cluster information and installing Argo Rollouts, see[Add and manage external clusters]({{site.baseurl}}/docs/installation/gitops/managed-cluster/).
247248

248249

249250
{% include
@@ -292,10 +293,7 @@ max-width="70%"
292293
1. Configure access to the IP addresses required. See[Codefresh IP addresses]({{site.baseurl}}/docs/administration/platform-ip-addresses/).
293294

294295
If you could not connect a cluster, you may not have the latest version of the CLI:
295-
* If you have installed the Codefresh CLI already, make sure you have the latest version:
296-
`cf version`
297-
To compare with the latest version from Codefresh,[click here](https://github.com/codefresh-io/cli-v2/releases){:target="\_blank"}.
298-
*[Download the CLI]({{site.baseurl}}/docs/clients/csdp-cli/).
296+
[Upgrade the GitOps CLI]({{site.baseurl}}/docs/clients/upgrade-gitops-cli/).
299297

300298
You have completed setting up your Hosted GitOps Runtime. You are ready to create applications, and connect third-party CI tools for image enrichment.
301299

@@ -309,15 +307,15 @@ Optional. Create an application in Codefresh, deploy it to the cluster, and trac
309307
{:start="2"}
310308
2. In the Codefresh UI, view your application in the[Applications dashboard](https://g.codefresh.io/2.0/applications-dashboard){:target="\_blank"}.
311309

312-
###(Optional) Connect CI
310+
##(Optional) Connect CI
313311
Optional. Integrate Codefresh with the third-party tools you use for CI to enrich image information in deployments.
314312

315313
[Image enrichment with integrations]({{site.baseurl}}/docs/integrations/image-enrichment-overview/)
316314

317315
###Related articles
318-
[Monitoring & managing GitOps Runtimes]({{site.baseurl}}/docs/installation/monitor-manage-runtimes/)
319-
[Add Git Sources to runtimes]({{site.baseurl}}/docs/installation/git-sources/)
316+
[Monitoring & managing GitOps Runtimes]({{site.baseurl}}/docs/installation/gitops/monitor-manage-runtimes/)
317+
[Add Git Sources to runtimes]({{site.baseurl}}/docs/installation/gitops/git-sources/)
320318
[Shared configuration repo]({{site.baseurl}}/docs/reference/shared-configuration)
321-
[Home dashboard]({{site.baseurl}}/docs/reporting/home-dashboard/)
322-
[DORA metrics]({{site.baseurl}}/docs/reporting/dora-metrics/)
319+
[Home dashboard]({{site.baseurl}}/docs/dashboards/home-dashboard/)
320+
[DORA metrics]({{site.baseurl}}/docs/dashboards/dora-metrics/)
323321

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp