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

docker run --demo doesn't work with Edge Stack #2227

Closed
kflynn opened this issue Jan 23, 2020 · 0 comments
Closed

docker run --demo doesn't work with Edge Stack #2227

kflynn opened this issue Jan 23, 2020 · 0 comments
Assignees
Labels
t:bug Something isn't working
Milestone

Comments

@kflynn
Copy link
Member

kflynn commented Jan 23, 2020

If you run

docker run -it -p 8080:8080 --name=ambassador --rm quay.io/datawire/aes:1.0.0 --demo

per https://www.getambassador.io/about/quickstart/, it blows up:

time="2020-01-23 15:10:01" level=error msg="error reading license key: open /root/.config/ambassador/license-key: no such file or directory"
time="2020-01-23 15:10:01" level=info msg="Ambassador Edge Stack configuation loaded"
time="2020-01-23 15:10:01" level=error msg="shut down with error: the server is currently unable to handle the request"

There are also errors from the dev portal, though those aren't the thing that causes the crash:

2020-01-23 15:10:01 demo-auth 0.0.1 DEBUG: =>> <Request 'http://localhost:8080/auth/v0//api?timeout=32s' [GET]>
2020-01-23 15:10:01 demo-auth 0.0.1 DEBUG: =>>   Content-Length: 0
2020-01-23 15:10:01 demo-auth 0.0.1 DEBUG: =>>   Host: localhost:8080
2020-01-23 15:10:01 demo-auth 0.0.1 DEBUG: =>>   User-Agent: amb-sidecar/v0.0.0 (linux/amd64) kubernetes/$Format
2020-01-23 15:10:01 demo-auth 0.0.1 DEBUG: =>>   X-Envoy-Expected-Rq-Timeout-Ms: 5000
2020-01-23 15:10:01 demo-auth 0.0.1 DEBUG: =>>   X-Envoy-Internal: true
2020-01-23 15:10:01 demo-auth 0.0.1 DEBUG: =>>   X-Forwarded-For: 172.17.0.2,172.17.0.2
2020-01-23 15:10:01 demo-auth 0.0.1 DEBUG: =>>   X-Forwarded-Proto: http
2020-01-23 15:10:01 demo-auth 0.0.1 DEBUG: Requested path is /api
2020-01-23 15:10:01 demo-auth 0.0.1 DEBUG: =<< <Response 36 bytes [200 OK]>
2020-01-23 15:10:01 demo-auth 0.0.1 DEBUG: =<<   Content-Length: 36
2020-01-23 15:10:01 demo-auth 0.0.1 DEBUG: =<<   Content-Type: text/html; charset=utf-8
2020-01-23 15:10:01 demo-auth 0.0.1 DEBUG: =<<   X-ExtAuth-Required: False
2020-01-23 15:10:01 demo-auth 0.0.1 DEBUG: =<<   X-Test: Should not be seen.
2020-01-23 15:10:01 demo-auth 0.0.1 INFO: 127.0.0.1 - - [23/Jan/2020 15:10:01] "GET /auth/v0//api?timeout=32s HTTP/1.1" 200 -
@kflynn kflynn added this to the 1.0 Cool-down milestone Jan 23, 2020
@khussey khussey added the t:bug Something isn't working label Jan 23, 2020
kflynn pushed a commit that referenced this issue Jan 23, 2020
…, like it currently does for Edge Stack (see ambassador issue #2227)
kflynn pushed a commit that referenced this issue Jan 23, 2020
…, like it currently does for Edge Stack (see ambassador issue #2227)
@khussey khussey closed this as completed Jan 24, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
t:bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants