Skip to content
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

Service Unavailable logs after deploying eShop on containers #298

Closed
ytimocin opened this issue Jun 17, 2023 · 2 comments
Closed

Service Unavailable logs after deploying eShop on containers #298

ytimocin opened this issue Jun 17, 2023 · 2 comments
Labels
triaged This item has been triaged by project maintainers and is in the backlog

Comments

@ytimocin
Copy link
Contributor

Bug information

I deployed the eShop on containers app to my local cluster. The public endpoint was http://localhost. http://localhost can be viewed but the services are not working. Getting the following errors in the console.

image

Steps to reproduce (required)

Followed the steps here: https://github.com/project-radius/samples/tree/v0.21/reference-apps/eshop#containerized-infrastructure.

Observed behavior (required)

eShop on containers not working for me.

image

Desired behavior (required)

eShop on containers should work fine.

Workaround (optional)

Nothing yet.

System information

rad Version (required)

RELEASE VERSION BICEP COMMIT
edge 2f44fba 0.11.60 2f44fbaa8e4b978c729799b821e2f836932ee966

Operating system (required)

macOS Ventura 13.4
M1

Additional context

All pods seem to be healthy:
image

Logs from webstatus pod:

[00:30:10 ERR] GetHealthReport threw an exception when trying to get report from http://ordering-http:5102/hc configured with name Ordering HTTP Check.
System.Net.Http.HttpRequestException: Connection refused (ordering-http:5102)

Detailed logs:
webstatus.log

@lakshmimsft
Copy link
Contributor

lakshmimsft commented Jun 19, 2023

I tested with rad version (latest) 0.21 version and eshop bicep from v0.21 branch of samples repo on M1 machine.
Deployment completes with no errors to user. Webpage does not load. All pods seen in Running status.
Reviewing logs for web-spa pod, confirming it gives similar error.
eshop0.21_web-spa-log.txt
Additional notes:
subsequently sqlserver pods were foud to be failing
image
image

Note: same bicep was deployed on AKS successfully (rad ver 0.21) and website works as expected.

@shalabhms shalabhms added triaged This item has been triaged by project maintainers and is in the backlog public-release labels Jun 19, 2023
@AaronCrawfis
Copy link
Contributor

Just merged #398 which should add M1 Mac support. Please reopen if still hitting this Issue.

Also note if you're running a k3s cluster you'll need to specify the publicEndpointOverride setting at installation time. Docker Desktop should work without issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
triaged This item has been triaged by project maintainers and is in the backlog
Projects
None yet
Development

No branches or pull requests

4 participants