skypilot-nightly 1.0.0.dev20241119__py3-none-any.whl → 1.0.0.dev20241120__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.
- sky/__init__.py +2 -2
- sky/clouds/kubernetes.py +5 -1
- {skypilot_nightly-1.0.0.dev20241119.dist-info → skypilot_nightly-1.0.0.dev20241120.dist-info}/METADATA +1 -1
- {skypilot_nightly-1.0.0.dev20241119.dist-info → skypilot_nightly-1.0.0.dev20241120.dist-info}/RECORD +8 -8
- {skypilot_nightly-1.0.0.dev20241119.dist-info → skypilot_nightly-1.0.0.dev20241120.dist-info}/LICENSE +0 -0
- {skypilot_nightly-1.0.0.dev20241119.dist-info → skypilot_nightly-1.0.0.dev20241120.dist-info}/WHEEL +0 -0
- {skypilot_nightly-1.0.0.dev20241119.dist-info → skypilot_nightly-1.0.0.dev20241120.dist-info}/entry_points.txt +0 -0
- {skypilot_nightly-1.0.0.dev20241119.dist-info → skypilot_nightly-1.0.0.dev20241120.dist-info}/top_level.txt +0 -0
sky/__init__.py
CHANGED
@@ -5,7 +5,7 @@ from typing import Optional
|
|
5
5
|
import urllib.request
|
6
6
|
|
7
7
|
# Replaced with the current commit when building the wheels.
|
8
|
-
_SKYPILOT_COMMIT_SHA = '
|
8
|
+
_SKYPILOT_COMMIT_SHA = '789a9ea6fc54104219ca20aa785ccf69e1d30294'
|
9
9
|
|
10
10
|
|
11
11
|
def _get_git_commit():
|
@@ -35,7 +35,7 @@ def _get_git_commit():
|
|
35
35
|
|
36
36
|
|
37
37
|
__commit__ = _get_git_commit()
|
38
|
-
__version__ = '1.0.0.
|
38
|
+
__version__ = '1.0.0.dev20241120'
|
39
39
|
__root_dir__ = os.path.dirname(os.path.abspath(__file__))
|
40
40
|
|
41
41
|
|
sky/clouds/kubernetes.py
CHANGED
@@ -536,7 +536,11 @@ class Kubernetes(clouds.Cloud):
|
|
536
536
|
@classmethod
|
537
537
|
def check_credentials(cls) -> Tuple[bool, Optional[str]]:
|
538
538
|
# Test using python API
|
539
|
-
|
539
|
+
try:
|
540
|
+
existing_allowed_contexts = cls._existing_allowed_contexts()
|
541
|
+
except ImportError as e:
|
542
|
+
return (False,
|
543
|
+
f'{common_utils.format_exception(e, use_bracket=True)}')
|
540
544
|
if not existing_allowed_contexts:
|
541
545
|
if skypilot_config.loaded_config_path() is None:
|
542
546
|
check_skypilot_config_msg = ''
|
{skypilot_nightly-1.0.0.dev20241119.dist-info → skypilot_nightly-1.0.0.dev20241120.dist-info}/RECORD
RENAMED
@@ -1,4 +1,4 @@
|
|
1
|
-
sky/__init__.py,sha256=
|
1
|
+
sky/__init__.py,sha256=5D0B92vkyE2Y_BHg8mKpMecEMJKflwjAFl6F1ZxBijA,5882
|
2
2
|
sky/admin_policy.py,sha256=hPo02f_A32gCqhUueF0QYy1fMSSKqRwYEg_9FxScN_s,3248
|
3
3
|
sky/authentication.py,sha256=pAdCT60OxxiXI9KXDyP2lQ9u9vMc6aMtq5Xi2h_hbdw,20984
|
4
4
|
sky/check.py,sha256=D3Y3saIFAYVvPxuBHnVgJEO0fUVDxgjwuMBaO-D778k,9472
|
@@ -48,7 +48,7 @@ sky/clouds/cudo.py,sha256=UiY273Sln7VOYDYx93yWiWH_RLlOKZ2cm7mA31ld4A8,13094
|
|
48
48
|
sky/clouds/fluidstack.py,sha256=ufve4wXo_VmaEkxqTw2Jnt-DORBDRnqUPU1kB_mD89s,12383
|
49
49
|
sky/clouds/gcp.py,sha256=BjCehW3s0IYkRDdEEDm0vYWXQDpOV8KU98OMVRPnQNg,54676
|
50
50
|
sky/clouds/ibm.py,sha256=w8bo1EIY_YWYNu0fy-OpAyr6DZviU0tpIXUsiV01rVE,21423
|
51
|
-
sky/clouds/kubernetes.py,sha256=
|
51
|
+
sky/clouds/kubernetes.py,sha256=EuHD_xl5pbW2_9lPNuNdxss2X4DPbHnnD0VoiereshI,29590
|
52
52
|
sky/clouds/lambda_cloud.py,sha256=ExL_uixdFrF9qSL5JYXpaOXCZ9_eOA2q444kcmBHBXQ,12644
|
53
53
|
sky/clouds/oci.py,sha256=KAu32FFM3rB1Ngp8vJmVxxwNpmAmgrzTDV0FIof3MKI,26525
|
54
54
|
sky/clouds/paperspace.py,sha256=4cjNua6jpuxmfidvLY4tSRX1oj_QaaHDinPMunGplyU,10868
|
@@ -275,9 +275,9 @@ sky/utils/kubernetes/k8s_gpu_labeler_job.yaml,sha256=k0TBoQ4zgf79-sVkixKSGYFHQ7Z
|
|
275
275
|
sky/utils/kubernetes/k8s_gpu_labeler_setup.yaml,sha256=VLKT2KKimZu1GDg_4AIlIt488oMQvhRZWwsj9vBbPUg,3812
|
276
276
|
sky/utils/kubernetes/rsync_helper.sh,sha256=hyYDaYSNxYaNvzUQBzC8AidB7nDeojizjkzc_CTxycY,1077
|
277
277
|
sky/utils/kubernetes/ssh_jump_lifecycle_manager.py,sha256=RFLJ3k7MR5UN4SKHykQ0lV9SgXumoULpKYIAt1vh-HU,6560
|
278
|
-
skypilot_nightly-1.0.0.
|
279
|
-
skypilot_nightly-1.0.0.
|
280
|
-
skypilot_nightly-1.0.0.
|
281
|
-
skypilot_nightly-1.0.0.
|
282
|
-
skypilot_nightly-1.0.0.
|
283
|
-
skypilot_nightly-1.0.0.
|
278
|
+
skypilot_nightly-1.0.0.dev20241120.dist-info/LICENSE,sha256=emRJAvE7ngL6x0RhQvlns5wJzGI3NEQ_WMjNmd9TZc4,12170
|
279
|
+
skypilot_nightly-1.0.0.dev20241120.dist-info/METADATA,sha256=Qk6wiwcW0XQmI5y42ttUf2_Jn-MAtP5PAJOAPls0KTE,19699
|
280
|
+
skypilot_nightly-1.0.0.dev20241120.dist-info/WHEEL,sha256=R06PA3UVYHThwHvxuRWMqaGcr-PuniXahwjmQRFMEkY,91
|
281
|
+
skypilot_nightly-1.0.0.dev20241120.dist-info/entry_points.txt,sha256=StA6HYpuHj-Y61L2Ze-hK2IcLWgLZcML5gJu8cs6nU4,36
|
282
|
+
skypilot_nightly-1.0.0.dev20241120.dist-info/top_level.txt,sha256=qA8QuiNNb6Y1OF-pCUtPEr6sLEwy2xJX06Bd_CrtrHY,4
|
283
|
+
skypilot_nightly-1.0.0.dev20241120.dist-info/RECORD,,
|
File without changes
|
{skypilot_nightly-1.0.0.dev20241119.dist-info → skypilot_nightly-1.0.0.dev20241120.dist-info}/WHEEL
RENAMED
File without changes
|
File without changes
|
File without changes
|