Update README to reflect crane repository migration from konveyor to migtools#169
Update README to reflect crane repository migration from konveyor to migtools#169
Conversation
|
@kaovilai 👋 This repository doesn't have Copilot instructions. With Copilot instructions, I can understand the repository better, work faster and produce higher quality PRs. I can generate a .github/copilot-instructions.md file for you automatically. Click here to open a pre-filled issue and assign it to me. I'll write the instructions, and then tag you for review. |
Co-authored-by: kaovilai <11228024+kaovilai@users.noreply.github.com>
kaovilai
left a comment
There was a problem hiding this comment.
@copilot crane is no longer part of konveyor and moved to migtools. See kubev2v/forklift-console-plugin#27 for similar contexts
…ols organization Co-authored-by: kaovilai <11228024+kaovilai@users.noreply.github.com>
Updated all crane-related repository references throughout the README from konveyor to migtools organization to reflect the repository move. This includes crane, crane-lib, crane-plugins, crane-plugin-openshift, crane-runner, crane-ui-plugin, and mtrho-operator. The Konveyor community reference remains intact as crane is still part of the Konveyor ecosystem. Commit: 782ab13 |
|
|
||
| ## Intro | ||
| [Crane](https://konveyor.github.io/crane/overview/) is a migration tool under the [Konveyor](https://www.konveyor.io/) community that helps application owners migrate Kubernetes workloads and their state between clusters. | ||
| [Crane](https://github.com/migtools/crane) is a migration tool under the [Konveyor](https://www.konveyor.io/) community that helps application owners migrate Kubernetes workloads and their state between clusters. |
There was a problem hiding this comment.
@copilot substitute konveyor mentions around crane to migtools community
There was a problem hiding this comment.
Updated Konveyor community references to migtools community in the README. Changed both the intro section and crane-plugins description to reflect that crane is now under the migtools community.
Commit: 1792965
…project Co-authored-by: kaovilai <11228024+kaovilai@users.noreply.github.com>
| * [konveyor/mtrho-operator](https://github.com/konveyor/mtrho-operator): An Operator which deploys Crane in an opinionated manner leveraging Tekton for migrating applications | ||
| * [migtools/crane-runner](https://github.com/migtools/crane-runner): A collection of resources showing how to leverage Tekton to build migration workflows with Crane | ||
| * [migtools/crane-ui-plugin](https://github.com/migtools/crane-ui-plugin): A dynamic UI plugin for the [openshift/console](https://github.com/openshift/console) | ||
| * [migtools/mtrho-operator](https://github.com/migtools/mtrho-operator): An Operator which deploys Crane in an opinionated manner leveraging Tekton for migrating applications |
There was a problem hiding this comment.
@copilot mtrho-operator been moved to https://github.com/migtools/crane-operator
There was a problem hiding this comment.
Updated mtrho-operator reference to crane-operator to reflect the repository move. Commit: ef57bf5
Co-authored-by: kaovilai <11228024+kaovilai@users.noreply.github.com>
|
This PR looks to be still relevant, keeping it open. |
The README file contained multiple outdated references to the
konveyororganization and community after the crane project migrated tomigtools. This was causing broken links and confusion for users trying to access crane-related repositories.Issues addressed:
https://konveyor.github.io/crane/overview/(404 error)Changes made:
https://konveyor.github.io/crane/overview/withhttps://github.com/migtools/cranekonveyortomigtoolsorganization:konveyor/crane→migtools/cranekonveyor/crane-lib→migtools/crane-libkonveyor/crane-plugins→migtools/crane-pluginskonveyor/crane-plugin-openshift→migtools/crane-plugin-openshiftkonveyor/crane-runner→migtools/crane-runnerkonveyor/crane-ui-plugin→migtools/crane-ui-pluginkonveyor/mtrho-operator→migtools/crane-operatorThis ensures all repository links are functional and accurately reflect the current project structure after the migration to migtools.
Fixes #165.
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.