move2kube icon indicating copy to clipboard operation
move2kube copied to clipboard

Any good example for external executale transformer

Open vivekskrishna opened this issue 3 years ago • 2 comments

Describe the bug The documentation does not have clear example on how to use external executable transformer type.

To Reproduce Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior improved documentation with an example which shows how to create yaml config to use the external executable transformer will make it easy to use this feature.

Screenshots If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

  • OS: [e.g. RHEL]
  • Version [e.g. 22]. move2kube version should return it.

Additional context Add any other context about the problem here.

vivekskrishna avatar Aug 17 '22 01:08 vivekskrishna

Thanks @vivekskrishna for the query. We are in the process of enhancing the interface of the external executable transformer and writing a tutorial. Will share it once it is ready.

In the meanwhile, just wondering whether a starlark based transformer will suffice the need. (https://move2kube.konveyor.io/tutorials/customizing-the-output/add-custom-files-directories-in-custom-locations). It can do most transformations. If you have a specific requirement in mind, let us know, and we can see if the built-in transformers or starlark based transformer can achieve the job, or if we need an external executable transformer for it.

ashokponkumar avatar Aug 19 '22 00:08 ashokponkumar

Will check it out and revert. Thank you

vivekskrishna avatar Aug 25 '22 23:08 vivekskrishna

Closing this as completed https://move2kube.konveyor.io/transformers/external

HarikrishnanBalagopal avatar Mar 21 '24 09:03 HarikrishnanBalagopal