You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
A user created a report on Discord where he explained how when using the accept / hosts feature in SDL both lead to the external port 80 even though this was not specified from the beginning. I was able to recreate this with the following SDL where external ports 3001 and 3002 lead nowhere (as intended) but both the URIs created were mapped to external port 80 when one of them should have been pointed to external port 3001 and not lead anywhere. This is not the expected behavior from users and he was able to fix it by running some local commands on his own provider, but does not seem to be possible to do on Akash in its current form.
@piber-dev - this is actually working as currently designed and implemented.
The purpose of the accept field in the Akash SDL is to spawn creation of an associated ingress record which only serves HTTP/HTTPS ports.
Appears desired behavior referenced in this issue is the creation of TCP port mappings in the ingress controller config for non-HTTP/HTTPS ports and this is not currently supported.
Describe the bug
A user created a report on Discord where he explained how when using the
accept
/hosts
feature in SDL both lead to the external port 80 even though this was not specified from the beginning. I was able to recreate this with the following SDL where external ports 3001 and 3002 lead nowhere (as intended) but both the URIs created were mapped to external port 80 when one of them should have been pointed to external port 3001 and not lead anywhere. This is not the expected behavior from users and he was able to fix it by running some local commands on his own provider, but does not seem to be possible to do on Akash in its current form.External port 3001: http://provider.europlots.com:31584/
External port 3002: http://provider.europlots.com:31626/
External port 80, mapped: port-80.ingress.europlots.com
External port 3001, mapped: qbrvo7b7vhernf1rpsglelmnn0.ingress.europlots.com
The text was updated successfully, but these errors were encountered: