skypilot-nightly 1.0.0.dev20250625__py3-none-any.whl → 1.0.0.dev20250626__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (84) hide show
  1. sky/__init__.py +2 -2
  2. sky/adaptors/kubernetes.py +1 -6
  3. sky/client/cli/command.py +10 -5
  4. sky/client/sdk.py +91 -15
  5. sky/clouds/ssh.py +36 -0
  6. sky/core.py +20 -0
  7. sky/dashboard/out/404.html +1 -1
  8. sky/dashboard/out/_next/static/bs6UB9V4Jq10TIZ5x-kBK/_buildManifest.js +1 -0
  9. sky/dashboard/out/_next/static/chunks/141-fa5a20cbf401b351.js +11 -0
  10. sky/dashboard/out/_next/static/chunks/25.76c246239df93d50.js +6 -0
  11. sky/dashboard/out/_next/static/chunks/43-36177d00f6956ab2.js +1 -0
  12. sky/dashboard/out/_next/static/chunks/430.ed51037d1a4a438b.js +1 -0
  13. sky/dashboard/out/_next/static/chunks/690.55f9eed3be903f56.js +16 -0
  14. sky/dashboard/out/_next/static/chunks/785.dc2686c3c1235554.js +1 -0
  15. sky/dashboard/out/_next/static/chunks/871-3db673be3ee3750b.js +6 -0
  16. sky/dashboard/out/_next/static/chunks/875.52c962183328b3f2.js +25 -0
  17. sky/dashboard/out/_next/static/chunks/973-81b2d057178adb76.js +1 -0
  18. sky/dashboard/out/_next/static/chunks/982.1b61658204416b0f.js +1 -0
  19. sky/dashboard/out/_next/static/chunks/984.e8bac186a24e5178.js +1 -0
  20. sky/dashboard/out/_next/static/chunks/990-0ad5ea1699e03ee8.js +1 -0
  21. sky/dashboard/out/_next/static/chunks/pages/clusters/{[cluster]-32ce4f49f2261f55.js → [cluster]-8040f2483897ed0c.js} +1 -1
  22. sky/dashboard/out/_next/static/chunks/pages/clusters-f119a5630a1efd61.js +1 -0
  23. sky/dashboard/out/_next/static/chunks/pages/config-6b255eae088da6a3.js +1 -0
  24. sky/dashboard/out/_next/static/chunks/pages/infra/[context]-b302aea4d65766bf.js +1 -0
  25. sky/dashboard/out/_next/static/chunks/pages/infra-ee8cc4d449945d19.js +1 -0
  26. sky/dashboard/out/_next/static/chunks/pages/{jobs-26da173e20af16e4.js → jobs-0a5695ff3075d94a.js} +1 -1
  27. sky/dashboard/out/_next/static/chunks/pages/{users-ce29e7420385563d.js → users-4978cbb093e141e7.js} +1 -1
  28. sky/dashboard/out/_next/static/chunks/pages/workspace/new-5b59bce9eb208d84.js +1 -0
  29. sky/dashboard/out/_next/static/chunks/pages/workspaces/[name]-cb7e720b739de53a.js +1 -0
  30. sky/dashboard/out/_next/static/chunks/pages/{workspaces-862b120406461b10.js → workspaces-50e230828730cfb3.js} +1 -1
  31. sky/dashboard/out/_next/static/chunks/webpack-08fdb9e6070127fc.js +1 -0
  32. sky/dashboard/out/_next/static/css/52082cf558ec9705.css +3 -0
  33. sky/dashboard/out/clusters/[cluster]/[job].html +1 -1
  34. sky/dashboard/out/clusters/[cluster].html +1 -1
  35. sky/dashboard/out/clusters.html +1 -1
  36. sky/dashboard/out/config.html +1 -1
  37. sky/dashboard/out/index.html +1 -1
  38. sky/dashboard/out/infra/[context].html +1 -1
  39. sky/dashboard/out/infra.html +1 -1
  40. sky/dashboard/out/jobs/[job].html +1 -1
  41. sky/dashboard/out/jobs.html +1 -1
  42. sky/dashboard/out/users.html +1 -1
  43. sky/dashboard/out/volumes.html +1 -1
  44. sky/dashboard/out/workspace/new.html +1 -1
  45. sky/dashboard/out/workspaces/[name].html +1 -1
  46. sky/dashboard/out/workspaces.html +1 -1
  47. sky/provision/kubernetes/utils.py +18 -2
  48. sky/server/rest.py +3 -2
  49. sky/server/server.py +4 -27
  50. sky/skylet/constants.py +5 -0
  51. sky/skypilot_config.py +3 -0
  52. sky/ssh_node_pools/__init__.py +1 -0
  53. sky/ssh_node_pools/core.py +133 -0
  54. sky/ssh_node_pools/server.py +232 -0
  55. sky/utils/kubernetes/deploy_remote_cluster.py +12 -185
  56. sky/utils/kubernetes/ssh_utils.py +221 -0
  57. {skypilot_nightly-1.0.0.dev20250625.dist-info → skypilot_nightly-1.0.0.dev20250626.dist-info}/METADATA +1 -1
  58. {skypilot_nightly-1.0.0.dev20250625.dist-info → skypilot_nightly-1.0.0.dev20250626.dist-info}/RECORD +64 -59
  59. sky/dashboard/out/_next/static/ZWdSYkqVe3WjnFR8ocqoG/_buildManifest.js +0 -1
  60. sky/dashboard/out/_next/static/chunks/211.692afc57e812ae1a.js +0 -1
  61. sky/dashboard/out/_next/static/chunks/310.2671028c20e892c7.js +0 -16
  62. sky/dashboard/out/_next/static/chunks/37-1f1e94f5a561202a.js +0 -6
  63. sky/dashboard/out/_next/static/chunks/42.bc85e5b1a4debf22.js +0 -6
  64. sky/dashboard/out/_next/static/chunks/443.b2242d0efcdf5f47.js +0 -1
  65. sky/dashboard/out/_next/static/chunks/513.309df9e18a9ff005.js +0 -1
  66. sky/dashboard/out/_next/static/chunks/66-66ae330df2d3c1c7.js +0 -1
  67. sky/dashboard/out/_next/static/chunks/682.00e56a220dd26fe1.js +0 -6
  68. sky/dashboard/out/_next/static/chunks/843-07d25a7e64462fd8.js +0 -11
  69. sky/dashboard/out/_next/static/chunks/856-cdf66268ec878d0c.js +0 -1
  70. sky/dashboard/out/_next/static/chunks/973-5b5019ba333e8d62.js +0 -1
  71. sky/dashboard/out/_next/static/chunks/pages/clusters-4aa031d1f42723d8.js +0 -1
  72. sky/dashboard/out/_next/static/chunks/pages/config-3102d02a188f04b3.js +0 -1
  73. sky/dashboard/out/_next/static/chunks/pages/infra/[context]-6f1e02e31eecb5ce.js +0 -1
  74. sky/dashboard/out/_next/static/chunks/pages/infra-fd5dc8a91bd9169a.js +0 -1
  75. sky/dashboard/out/_next/static/chunks/pages/workspace/new-09ae0f6f972aa871.js +0 -1
  76. sky/dashboard/out/_next/static/chunks/pages/workspaces/[name]-0b4c662a25e4747a.js +0 -1
  77. sky/dashboard/out/_next/static/chunks/webpack-6133dc1e928bd0b5.js +0 -1
  78. sky/dashboard/out/_next/static/css/b23cb0257bf96c51.css +0 -3
  79. /sky/dashboard/out/_next/static/{ZWdSYkqVe3WjnFR8ocqoG → bs6UB9V4Jq10TIZ5x-kBK}/_ssgManifest.js +0 -0
  80. /sky/dashboard/out/_next/static/chunks/pages/{_app-0ef7418d1a3822f3.js → _app-9a3ce3170d2edcec.js} +0 -0
  81. {skypilot_nightly-1.0.0.dev20250625.dist-info → skypilot_nightly-1.0.0.dev20250626.dist-info}/WHEEL +0 -0
  82. {skypilot_nightly-1.0.0.dev20250625.dist-info → skypilot_nightly-1.0.0.dev20250626.dist-info}/entry_points.txt +0 -0
  83. {skypilot_nightly-1.0.0.dev20250625.dist-info → skypilot_nightly-1.0.0.dev20250626.dist-info}/licenses/LICENSE +0 -0
  84. {skypilot_nightly-1.0.0.dev20250625.dist-info → skypilot_nightly-1.0.0.dev20250626.dist-info}/top_level.txt +0 -0