Ashok Pon Kumar

Results 26 comments of Ashok Pon Kumar

We should probably add another text named say, display text instead of changing the current behavior, so more robust display engines like cli and web can use them. For things...

Thanks for creating the issue. This is an feature that we have seen often. We have tried to stay away from it till now since git might use many different...

That's a good point @rmarting . The scope of this issue is about what Container runtime needs to use to run its container based Transformers ( which are custom Transformers...

@seshapad When we implement support for podman, consider using libpod (https://github.com/containers/podman/tree/main/libpod) instead of requiring external podman binary.

Absolutely @rmarting . We are currently adding a few more Transformers too. We are targetting 0.3.0 stable release. As soon as the release is done, we will get to documenting...

We have to document the various `ArtifactTypes` too.

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

sure @akhil-ghatiki . Please reach out if you have more questions. The first task we could start with is the api to access ECS or ACS and how to use...

https://github.com/konveyor/move2kube/blob/master/internal/collector/cfappscollector.go uses "cf curl /v2/apps" commands. For ECS, look for ways to list all running instances, and then get metadata like image names etc. 1. https://docs.aws.amazon.com/cli/latest/reference/ecs/ For Azure Containers, possibly...

The only possible solution currently is to remove the alternate install method. Do feel free to create a PR in the move2kube-website repo.