Skip to content

Commit 919a885

Browse files
authored
Cf reset isc (#275)
* Update monitor-manage-runtimes.md Added reset shared config repo procedure * Update monitor-manage-runtimes.md * Update monitor-manage-runtimes.md Updated with review comments * Update monitor-manage-runtimes.md Final content changes * Update monitor-manage-runtimes.md
1 parent e68382b commit 919a885

File tree

1 file changed

+21
-2
lines changed

1 file changed

+21
-2
lines changed

_docs/runtime/monitor-manage-runtimes.md

Lines changed: 21 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,9 @@ Select the view mode to view runtime components and information, and manage prov
2727

2828

2929
Manage provisioned runtimes:
30-
* [Add managed clusters to hybrid or hosted runtimes]({{site.baseurl}}/docs/runtime/managed-cluster/))
31-
* [Add and manage Git Sources associated with hybrid or hosted runtimes]({{site.baseurl}}/docs/runtime/git-sources/))
30+
* [Add managed clusters to hybrid or hosted runtimes]({{site.baseurl}}/docs/runtime/managed-cluster/)
31+
* [Add and manage Git Sources associated with hybrid or hosted runtimes]({{site.baseurl}}/docs/runtime/git-sources/)
32+
* [Reset shared configuration repository](#reset-shared-configuration-repository)
3233
* [Upgrade provisioned hybrid runtimes](#hybrid-upgrade-provisioned-runtimes)
3334
* [Upgrade Codefresh CLI](#upgrade-codefresh-cli)
3435
* [Uninstall provisioned runtimes](#uninstall-provisioned-runtimes)
@@ -99,6 +100,24 @@ Here is a description of the information in the Topology view.
99100
|**Health/Sync status** |The health and sync status of the runtime or cluster. {::nomarkdown}<ul><li><img src="../../../images/icons/error.png" display="inline-block"> indicates health or sync errors in the runtime, or a managed cluster if one was added to the runtime.</br> The runtime or cluster node is bordered in red and the name is colored red.</li> <li><img src="../../../images/icons/cf-sync-status.png" display=inline-block/> indicates that the runtime is being synced to the cluster on which it is provisioned.</li></ul> {:/} |
100101
|**Search and View options** | {::nomarkdown}<ul><li>Find a runtime or its clusters by typing part of the runtime/cluster name, and then navigate to the entries found. </li> <li>Topology view options: Resize to window, zoom in, zoom out, full screen view.</li></ul> {:/}|
101102

103+
### Reset shared configuration repository
104+
Codefresh creates the [shared configuration repository]({{site.baseurl}}/docs/reference/shared-configuration) when you install the first hybrid or hosted GitOps runtime for your account, and uses it for all runtimes you add to the same account.
105+
106+
If needed, you can reset the location of the shared configuration repository in your account and re-initialize it. For example, when moving from evaluation to production.
107+
Uninstall all the existing runtimes in your account, and then run the reset command. On the next installation, Codefresh re-initializes the shared configuration repo.
108+
109+
110+
>Reset shared configuration repo is supported from CLI v0.1.18 and higher.
111+
112+
113+
**Before you begin**
114+
[Uninstall every runtime in the account](#uninstall-provisioned-runtimes)
115+
116+
**How to**
117+
* Run:
118+
`cf config --reset-shared-config-repo`
119+
120+
102121

103122
### Upgrade Codefresh CLI
104123
The Codefresh CLI automatically self-checks its version, and if a newer version is available, prints a banner with the notification.

0 commit comments

Comments
 (0)