Danilo Hashimoto
Danilo Hashimoto
**Describe the bug** On failure, the `completion` subcommand prints the error and usage to stdout, instead of stderr. It also does not return a non-zero exit code. **How To Reproduce**...
The `hey` Containerfile introduced in https://github.com/skupperproject/skupper/pull/1652/files#diff-a49f0e686902bad1c7d315c3d0961ac9686e01493982c4f0c3f98c560c409352 defines a `CMD`, but not an `ENTRYPOINT`. The HTTP performance test is not reflecting that change, and failing with the error below: ``` Error:...
**Is your feature request related to a problem? Please describe.** In v1, the creation of `skupper-router` and other deployments was done by either the `skupper-cli` or the `site-controller`. In both...
**Is your feature request related to a problem? Please describe.** When running `skupper version`, the output will be something like this: ``` $ skupper version COMPONENT VERSION router 3.2.0 controller...
When not created with `--publish-not-ready-address`, the creation of the DNS name behaves differently on the namespace where the service is created and the one where it is replicated by Skupper....
**Describe the bug** Exactly what it says on the tin **How To Reproduce** ``` $ skupper site status -o json NAME STATUS MESSAGE asdf Ready OK $ skupper site status...
**Describe the bug** If `$KUBECONFIG` is set (or `~/.kube/config` exists) and its configured cluster is inaccessible, the `skupper version` command returns an empty output. ``` $ skupper version COMPONENT VERSION...
- add service expose/unexpose to hello_world (in addition to deployment expose/unexpose) - add actual service use checks on hello_world (previously, it was only checking skupper structure, not use) - introduce...
Fixes: - Creation of TEST_PREFIX failed on some environments (stuck forever) - Hello World test workloads were being created in duplication (on both east and west sites) Makefile improvements: -...