Skip to content
This repository has been archived by the owner on Mar 16, 2024. It is now read-only.

Local install - Endpoints for apps are not accessible . #2433

Open
sangee2004 opened this issue Jan 18, 2024 · 0 comments
Open

Local install - Endpoints for apps are not accessible . #2433

sangee2004 opened this issue Jan 18, 2024 · 0 comments
Assignees
Labels
kind/bug Something isn't working

Comments

@sangee2004
Copy link
Contributor

acorn version - v0.10.0-rc2-35-g3cf6c107+3cf6c107

Steps to reproduce the problem:

  1. Install acorn using acorn -j local ps
  2. Deploy app with published port in local project.
  3. Once app is deployed, the endpoint url made avaialble for the app is not accessible from any machine other than the 1 were acorn is installed.
acorn apps -j local
NAME          IMAGE                              COMMIT         CREATED    ENDPOINTS                                             MESSAGE
mytest        sangeetha/myfirstacorn:v0.0.1                     18h ago    http://mywebnew-mytest-3f21e1ad.atkvra.oss-acorn.io   OK
  1. Accessing endpoint from local machine works as expected
curl  http://mywebnew-mytest-3f21e1ad.atkvra.oss-acorn.io 
hello1
  1. Not able to access the endpoint from any other machine
%curl  http://mywebnew-mytest-3f21e1ad.atkvra.oss-acorn.io 
404 page not found
 % ping mywebnew-mytest-3f21e1ad.atkvra.oss-acorn.io 
PING mywebnew-mytest-3f21e1ad.atkvra.oss-acorn.io (127.0.0.1): 56 data bytes
64 bytes from 127.0.0.1: icmp_seq=0 ttl=64 time=0.069 ms
64 bytes from 127.0.0.1: icmp_seq=1 ttl=64 time=0.176 ms
x64 bytes from 127.0.0.1: icmp_seq=2 ttl=64 time=0.128 ms
64 bytes from 127.0.0.1: icmp_seq=3 ttl=64 time=0.202 ms
^C
--- mywebnew-mytest-3f21e1ad.atkvra.oss-acorn.io ping statistics ---
4 packets transmitted, 4 packets received, 0.0% packet loss
round-trip min/avg/max/stddev = 0.069/0.144/0.202/0.051 ms
@sangee2004 sangee2004 added kind/bug Something isn't working help wanted Extra attention is needed labels Jan 18, 2024
@sangee2004 sangee2004 added this to the v0.10.0 milestone Jan 18, 2024
@cjellick cjellick modified the milestones: v0.10.0, Backend Stream Jan 19, 2024
@cjellick cjellick removed the help wanted Extra attention is needed label Jan 19, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
kind/bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants