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: README.md
+10-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,14 +19,14 @@ Crane helps users do more than just handle a point in time migration of a worklo
19
19
Crane follows the Unix philosophy of building small sharply focused tools that can be assembled in powerful ways. It is designed with transparency and ease-of-diagnostics in mind. It drives migration through a pipeline of non-destructive tasks that output results to disk so the operation can be easily audited and versioned without impacting live workloads. The tasks can be run repeatedly and will output consistent results given the same inputs without side-effects on the system at large.
20
20
21
21
Crane is composed of several repositories:
22
-
*[konveyor/crane](https://github.com/konveyor/crane): (this repo) The command line tool that migrates applications to the terminal.
23
-
*[konveyor/crane-lib](https://github.com/konveyor/crane-lib): The brains behind Crane functionality responsible for transforming resources.
24
-
*[konveyor/crane-plugins](https://github.com/konveyor/crane-plugins): Collection of plugins from the Konveyor community based on experience from performing Kube migrations.
25
-
*[konveyor/crane-plugin-openshift](https://github.com/konveyor/crane-plugin-openshift): An optional plugin specifically tailored to manage OpenShift migration workloads and an example of a repeatable best-practice.
22
+
*[migtools/crane](https://github.com/migtools/crane): (this repo) The command line tool that migrates applications to the terminal.
23
+
*[migtools/crane-lib](https://github.com/migtools/crane-lib): The brains behind Crane functionality responsible for transforming resources.
24
+
*[migtools/crane-plugins](https://github.com/migtools/crane-plugins): Collection of plugins from the Konveyor community based on experience from performing Kube migrations.
25
+
*[migtools/crane-plugin-openshift](https://github.com/migtools/crane-plugin-openshift): An optional plugin specifically tailored to manage OpenShift migration workloads and an example of a repeatable best-practice.
26
26
*[backube/pvc-transfer](https://github.com/backube/pvc-transfer): The library that powers the Persistent Volume migration ability, shared with the [VolSync](https://volsync.readthedocs.io/en/stable/index.html) project. State migration of Persistent Volumes is handled by rsync allowing storage migrations between different storage classes.
27
-
*[konveyor/crane-runner](https://github.com/konveyor/crane-runner): A collection of resources showing how to leverage Tekton to build migration workflows with Crane
28
-
*[konveyor/crane-ui-plugin](https://github.com/konveyor/crane-ui-plugin): A dynamic UI plugin for the [openshift/console](https://github.com/openshift/console)
29
-
*[konveyor/mtrho-operator](https://github.com/konveyor/mtrho-operator): An Operator which deploys Crane in an opinionated manner leveraging Tekton for migrating applications
27
+
*[migtools/crane-runner](https://github.com/migtools/crane-runner): A collection of resources showing how to leverage Tekton to build migration workflows with Crane
28
+
*[migtools/crane-ui-plugin](https://github.com/migtools/crane-ui-plugin): A dynamic UI plugin for the [openshift/console](https://github.com/openshift/console)
29
+
*[migtools/mtrho-operator](https://github.com/migtools/mtrho-operator): An Operator which deploys Crane in an opinionated manner leveraging Tekton for migrating applications
30
30
31
31
How does it work? Crane works by:
32
32
1) Inspecting a running application and exporting all associated resources
@@ -37,13 +37,13 @@ How does it work? Crane works by:
37
37
## Install
38
38
39
39
* Obtain the `crane` binary from either:
40
-
* Download a prebuilt release from https://github.com/konveyor/crane/releases
40
+
* Download a prebuilt release from https://github.com/migtools/crane/releases
41
41
* Clone this repo and build the crane binary via: `go build -o crane main.go`
* Discovers and exports all resources in the 'guestbook' namespace
49
49
* A directory 'export/resources/guestbook' is populated with the raw YAML content of each exported resource
@@ -89,7 +89,7 @@ How does it work? Crane works by:
89
89
90
90
## Further Examples
91
91
92
-
Please see [konveyor/crane-runner/main/examples](https://github.com/konveyor/crane-runner/tree/main/examples#readme) for further scenarios to explore what can be done with Crane + Tekton for migrating applications.
92
+
Please see [migtools/crane-runner/main/examples](https://github.com/migtools/crane-runner/tree/main/examples#readme) for further scenarios to explore what can be done with Crane + Tekton for migrating applications.
0 commit comments