-
Notifications
You must be signed in to change notification settings - Fork 518
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Maven Quickstarts]: hello-world curl request fails #3327
Comments
@lcardito : Hello, thanks a lot for trying out the project. I tried reproducing the issue but I couldn't reproduce it. Could you please check if it works if you use
Maybe application isn't build correctly? Have you packaged your application using |
Hey @rohanKanojia I am trying to get to the bottom of it. I think my docker setup on the M1 mac might have something todo with it. From
The following command
is pointing me at something similar to kubernetes/minikube#13788 (comment). Did not manage to make it work yet, I'll spend some more time troubleshooting later on today. |
@lcardito : If this issue is blocking you maybe you can try some cloud Kubernetes provider. Red Hat provides a developer sandbox with which you can create a small OpenShift cluster . It's good enough for experimenting. |
@rohanKanojia - bingo. As mentioned in the linked issue on darwin looks like we need to access the service via an ssh tunnel. Doing
and then hitting that url with
works. It is worth it for this project to also update the docs to run those quickstarts on MacOs? (unsure if it's only with M1 macs though..) |
@lcardito : Feel free to update the docs to make it easier for newcomers to troubleshoot issues like these. |
the doc for this quickstart is not consistent with the rest, we should use always |
@manusa yeah - can you leave it with me? I can put together a PR to make it consistent and add a note for the new mac M1 onwards |
@lcardito : polite ping, are you still working on this issue? |
Hey @rohanKanojia , apologies I'm traveling at the moment! Should be able to get some time to sort this out later next week! |
Component
Kubernetes Maven Plugin
Task description
Description
Hey team, apologies if this is not the right type. This seems to be a docs issue potentially rather than anything else.
Running the helloworld quickstart
curl
test does not return any response.I've ran all the steps in the README.md for the helloworld quick start. I can see the pod running no issues, however when running the
curl
test I get a "Couldn't connect to server" error.I found a related issue with Micronaut #1429, in the helloworld example as well we might want to update the docs once I can get it running 😄
Expected Behavior
Running the helloworld quickstart
curl
Hello World
Acceptance Criteria
kubectl
commandThe text was updated successfully, but these errors were encountered: