Replies: 1 comment
-
i'm kind of curious where the Apache Webserver log comes from? One thing you could try is replace I just verified this on a Debian installation, on macOS and our CI runs Ubuntu runners. Note that Windows is unsupported. The problem seems to lie not with the seed script, but with your local machine or config thereof, so there is anything we can do, we certainly can't debug your setup for you :) I would try to set this up in a fresh linux VM. In any event I'm closing this. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, I was following the steps on running the Minimum Dataspace Demo using Kubernetes.
I'm following the steps exactly as they are presented on the section 5, and everything seems to be ok until the point where we
need to seed the dataspace via the shell script, which returns 404 errors indicating some issue with ingress (?).
Every
curl
command I issue to localhost returns 404 HTTP error, except for the root.e.g.
The output of the script is:
All the pods are running fine:
If I try to see the logs of the ingress pod:
I'm using the following:
-0.10.0-SNAPSHOT version (I have also tried rolling back to a previous version of the project (0.8.0, 0.8.1, 0.9.0, 0.9.1).
-Gradle 8.10
-Launcher JVM: 17.0.12 (Ubuntu 17.0.12+7-Ubuntu-1ubuntu224.04)
-kind v0.24.0 go1.22.6 linux/amd64
-Newman 6.2.1
I would appreciate any kind of help on why this is happening. Maybe I'm doing something wrong (since I'm quite new to all of this).
Thank you in advance!
Beta Was this translation helpful? Give feedback.
All reactions