You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _docs/installation/gitops/hosted-runtime.md
+18-23Lines changed: 18 additions & 23 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -47,8 +47,8 @@ max-width="80%"
47
47
48
48
49
49
50
-
##Before you begin
51
-
* Set up integrations with the Git provider for the Hosted GitOps Runtime
50
+
##Prerequisites
51
+
* Set up integrations with the Git provider for the Hosted GitOps Runtime:
52
52
* GitHub
53
53
* Bitbucket Cloud
54
54
* Gerrit
@@ -78,33 +78,28 @@ max-width="80%"
78
78
* In the Codefresh UI, click the**Settings** icon on the toolbar.
79
79
* From Runtimes in the sidebar, select[**GitOps Runtimes**](https://g.codefresh.io/2.0/account-settings/runtimes){:target="\_blank"}, and click**+ Add Runtime**.
80
80
* Select**Hosted Runtime** and click**Add**.
81
-
{{site.data.callout.callout_tip}}
82
-
**TIP**
83
-
An account can be provisioned with a single Hosted GitOps Runtime. If you have already provisioned a Hosted GitOps Runtime for your account, the Hosted GitOps Runtime option is disabled.
84
-
{{site.data.callout.end}}
85
-
* Continue from_step 3_.
81
+
86
82
87
83
{:start="3"}
88
-
1. When complete, to view the components for the Hosted GitOps Runtime, click**View Runtime**.
89
-
You are directed to the Runtime Components tab.
84
+
1. Optional. When complete, click**View Runtime**.
85
+
* You can see that there are two steps to complete setup for the Hosted GitOps Runtime.
86
+
* The Runtime Components tab is empty as the Runtime components are hosted and managed by Codefresh.
87
+
When Argo Rollouts is deployed on target clusters, the Runtime Components tab displays rollout reporters whose manifests are stored in the customer's Shared Configuration Repository created for the Runtime (described in Step 2).
88
+
* The Git Sources and the Managed Clusters tabs are also empty as they will be set up in the next steps.
caption="Hosted GitOps Runtime after installation"
98
98
max-width="70%"
99
99
%}
100
100
101
-
{{site.data.callout.callout_tip}}
102
-
**TIP**
103
-
You can see that there are two steps to complete Hosted GitOps setup.
104
-
The Git Sources and the Managed Clusters are empty as they will be set up in the next steps.
105
-
{{site.data.callout.end}}
106
101
107
-
If you navigate to**Runtimes > List View**, you can identify the Hosted GitOps Runtime through the Type column (Hosted),the Cluster/Namespace column (Codefresh), and the Module column (CD Ops).
102
+
If you navigate to**Runtimes > List View**, you can identify the Hosted GitOps Runtime through the Type column (Hosted) andthe Cluster/Namespace column (Codefresh).
108
103
109
104
{% include
110
105
image.html
@@ -138,7 +133,7 @@ max-width="80%"
138
133
%}
139
134
140
135
141
-
Once you authorize access, Codefresh creates two Git repositories, one to store the configuration settings for GitOps Runtimes, and the other to store the Runtime's application settings:
136
+
Once you authorize access, Codefresh creates two Git repositories, one to store the configuration settings for GitOps Runtimes, and the other to store the Runtime's application settings as a Git Source:
142
137
* Shared Configuration Repository
143
138
The Shared Configuration Repository is a centralized Git repository that stores configuration settings for the Hosted GitOps Runtime. Additional Hybrid runtimes provisioned for the account can point to this repo to retrieve and reuse the configuration.