-
Notifications
You must be signed in to change notification settings - Fork 4
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
lease-shell
breaks with remote server returned 404
once provider service gets restarted (.manifest.deployments
track breaks as well)
#87
Comments
workaroundsOne can simply add openssh server to their deployment and their public keys to keep a permanent SSH access to the deployment. For Ubuntu-based image
Ollama + SSHD exampleFor alpine-based image
And to combine the sshd dameon with running the app(s), one can simply add them one by one:
To figure what one has to run (and how) in a specific image:
|
Would be nice with a fix for this... |
Added this to the "Up Next" list on the product/ eng roadmap https://github.com/orgs/akash-network/projects/5/views/1 |
Hey team, fixing this issue quickly would really help us out at Spheron. We've got a bunch of users struggling to connect shell for their keys or to check status, and it's becoming a bit of a headache. Could we get this sorted out as soon as possible? We're more than happy to give it a test run even before it goes live on the main provider code. Thanks a bunch for jumping on this quickly! |
April 2nd, 2024
|
check service status prior trying shell using cluster API refs akash-network/support#87 Signed-off-by: Artur Troian <troian.ap@gmail.com>
check service status prior trying shell using cluster API refs akash-network/support#87 Signed-off-by: Artur Troian <troian.ap@gmail.com>
fixes issue when provider restarts and tenant attempts to shell into the deployment as it takes time for provider to load all leases into deployment manager refs akash-network/support#87 Signed-off-by: Artur Troian <troian.ap@gmail.com>
fixes issue when provider restarts and tenant attempts to shell into the deployment as it takes time for provider to load all leases into deployment manager refs akash-network/support#87 Signed-off-by: Artur Troian <troian.ap@gmail.com>
fixes issue when provider restarts and tenant attempts to shell into the deployment as it takes time for provider to load all leases into deployment manager refs akash-network/support#87 Signed-off-by: Artur Troian <troian.ap@gmail.com>
fixes issue when provider restarts and tenant attempts to shell into the deployment as it takes time for provider to load all leases into deployment manager refs akash-network/support#87 Signed-off-by: Artur Troian <troian.ap@gmail.com>
fix(lease/shell): use cluster check for lease shell fixes issue when provider restarts and tenant attempts to shell into the deployment as it takes time for provider to load all leases into deployment manager refs akash-network/support#87 Signed-off-by: Artur Troian <troian.ap@gmail.com>
fix(lease/shell): use cluster check for lease shell fixes issue when provider restarts and tenant attempts to shell into the deployment as it takes time for provider to load all leases into deployment manager refs akash-network/support#87 Signed-off-by: Artur Troian <troian.ap@gmail.com>
Provider |
lease-shell
breaks withremote server returned 404
once provider service gets restarted..manifest.deployments
track breaks as well.This issue appeared in akash
0.16.4
through provider-services0.2.1
.This issue gets resolved if I revert this commit akash-network/node@1ab8ee6
looks like the
ctx
is not getting updated with the active leases (upon provider restart) forIsActive
to work.This commit might be also related to
manifest.deployments
is reporting0
now (ormainnet4
upgrade-related [provider-services0.1.0
]):Update: 23 Jan 2023
Akash Provider reports:
The text was updated successfully, but these errors were encountered: