Danilo Hashimoto
Danilo Hashimoto
Hello-world images are now created as manifests, with images for x86 and ARM
Work in progress, do not merge. This PR depends on other PRs on different repositories, which will be listed here. On this PR: - Update test images on quay.io/skupper that...
**Describe the bug** The test `TestSkupperNetworkStatusVolumeUpdate/older-version` is failing consistently since Sep/24, with the following error, when executed on main: ``` 23:41:10 === RUN TestSkupperNetworkStatusVolumeUpdate/older-version 23:41:10 update_v1_5_4_test.go:78: New version: 1.5.3 -...
**Describe the bug** `SKUPPER_HOME`, which houses non-static configuration and other non-static content, is rooted on `/usr/local/share/skupper/namespaces/` for the root user. That location may not be adequate given the characteristics of...
**Describe the bug** `skupper init` with `--console-auth=openshift` fails to get skupper started in a non-OpenShift cluster, and no obvious reason for the failure can be seen. **How To Reproduce** Execute...
**Describe the bug** When creating a link but the associated DNS name does not exist, the skupper command usage is shown, along with the actual error. I believe we removed...
**Is your feature request related to a problem? Please describe.** `TestPostgres` uses the image `registry.access.redhat.com/rhscl/postgresql-95-rhel7`, which is not available for ARM. A simple change to an equivalent official DockerHub image...
**Describe the bug** Skupper allows the images to be used by `skupper init` to be defined with environment variables such as `QDROUTERD_IMAGE` or `SKUPPER_SERVICE_CONTROLLER_IMAGE`. However, it does not do any...
**Describe the bug** A `skupper gateway` is not represented on the console or on the output of `skupper network status`. **How To Reproduce** - Create a single-site VAN, with console...
**Describe the bug** With 1.5, `skupper init` now shows a helpful `Waiting for status...` message. However, the message is shown even if the command was run on background. The result...