skupperproject / skupper

Skupper is an implementation of a Virtual Application Network, enabling rich hybrid cloud communication.
http://skupper.io
Apache License 2.0
595 stars 74 forks source link

[v2] Bootstrap script fails if path doesn't start with ./ #1724

Open ted-ross opened 1 month ago

ted-ross commented 1 month ago

Describe the bug When using the bootstrap.sh script to launch a non-kubernetes site, the -p option (path) must begin with ./ or the operation will fail with a non-helpful error message,

How To Reproduce Run the Redis example, or any example that uses Podman sites. In the bootstrap call, specify the path as -p declarative (as opposed to -p ./declarative) and watch it fail.

Expected behavior Proper setup of the site defined in the declarative directory.

Environment details

Additional context None