Skip to content

Commit 782ab13

Browse files
Copilotkaovilai
andcommitted
Update all crane-related repository references from konveyor to migtools organization
Co-authored-by: kaovilai <[email protected]>
1 parent 4d2b65a commit 782ab13

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@ Crane helps users do more than just handle a point in time migration of a worklo
1919
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.
2020

2121
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.
2626
* [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
3030

3131
How does it work? Crane works by:
3232
1) Inspecting a running application and exporting all associated resources
@@ -37,13 +37,13 @@ How does it work? Crane works by:
3737
## Install
3838

3939
* 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
4141
* Clone this repo and build the crane binary via: `go build -o crane main.go`
4242
* Install the `crane` binary in your `$PATH`
4343

4444
## Usage Example
4545
1. `$ kubectl create namespace guestbook`
46-
1. `$ kubectl --namespace guestbook apply -k github.com/konveyor/crane-runner/examples/resources/guestbook`
46+
1. `$ kubectl --namespace guestbook apply -k github.com/migtools/crane-runner/examples/resources/guestbook`
4747
1. `$ crane export -n guestbook`
4848
* Discovers and exports all resources in the 'guestbook' namespace
4949
* 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:
8989

9090
## Further Examples
9191

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.
9393

9494
## Known issues
9595

0 commit comments

Comments
 (0)