skypilot-users

How to troubleshoot a stuck 'Launching - Waiting for SSH access' issue when running 'sky serve up'?

I've run a sky serve up command and it's stuck on Launching - Waiting for SSH access. The logs show it's waiting for SSH access to a specific IP address. How can I troubleshoot and resolve this issue?

Pr

Prakash Sanker

Asked on Feb 26, 2024

  1. Check SSH Configuration:
  • Ensure that SSH access is properly configured on the target machine.
  1. Verify SSH Connectivity:
  • Test SSH connectivity manually to the target machine using the provided SSH command in the logs.
  1. Check Security Group Settings:
  • Verify that the security group settings allow SSH access to the target machine.
  1. Restart Controller:
  • If the issue persists, try restarting the controller and relaunching the service.
  1. File a Bug Report:
  • If the problem persists after troubleshooting, consider filing a bug report with details of the issue and steps to reproduce.
Feb 27, 2024Edited by