xpk 0.10.0__tar.gz → 0.10.1__tar.gz

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 (100) hide show
  1. {xpk-0.10.0/src/xpk.egg-info → xpk-0.10.1}/PKG-INFO +2 -2
  2. {xpk-0.10.0 → xpk-0.10.1}/pyproject.toml +1 -1
  3. {xpk-0.10.0 → xpk-0.10.1}/src/xpk/core/config.py +1 -1
  4. {xpk-0.10.0 → xpk-0.10.1}/src/xpk/core/kueue.py +2 -13
  5. {xpk-0.10.0 → xpk-0.10.1/src/xpk.egg-info}/PKG-INFO +2 -2
  6. {xpk-0.10.0 → xpk-0.10.1}/src/xpk.egg-info/requires.txt +1 -1
  7. {xpk-0.10.0 → xpk-0.10.1}/LICENSE +0 -0
  8. {xpk-0.10.0 → xpk-0.10.1}/README.md +0 -0
  9. {xpk-0.10.0 → xpk-0.10.1}/setup.cfg +0 -0
  10. {xpk-0.10.0 → xpk-0.10.1}/src/xpk/__init__.py +0 -0
  11. {xpk-0.10.0 → xpk-0.10.1}/src/xpk/api/__init__.py +0 -0
  12. {xpk-0.10.0 → xpk-0.10.1}/src/xpk/api/storage_crd.yaml +0 -0
  13. {xpk-0.10.0 → xpk-0.10.1}/src/xpk/commands/__init__.py +0 -0
  14. {xpk-0.10.0 → xpk-0.10.1}/src/xpk/commands/batch.py +0 -0
  15. {xpk-0.10.0 → xpk-0.10.1}/src/xpk/commands/cluster.py +0 -0
  16. {xpk-0.10.0 → xpk-0.10.1}/src/xpk/commands/cluster_gcluster.py +0 -0
  17. {xpk-0.10.0 → xpk-0.10.1}/src/xpk/commands/common.py +0 -0
  18. {xpk-0.10.0 → xpk-0.10.1}/src/xpk/commands/config.py +0 -0
  19. {xpk-0.10.0 → xpk-0.10.1}/src/xpk/commands/info.py +0 -0
  20. {xpk-0.10.0 → xpk-0.10.1}/src/xpk/commands/inspector.py +0 -0
  21. {xpk-0.10.0 → xpk-0.10.1}/src/xpk/commands/job.py +0 -0
  22. {xpk-0.10.0 → xpk-0.10.1}/src/xpk/commands/kind.py +0 -0
  23. {xpk-0.10.0 → xpk-0.10.1}/src/xpk/commands/kjob_common.py +0 -0
  24. {xpk-0.10.0 → xpk-0.10.1}/src/xpk/commands/run.py +0 -0
  25. {xpk-0.10.0 → xpk-0.10.1}/src/xpk/commands/shell.py +0 -0
  26. {xpk-0.10.0 → xpk-0.10.1}/src/xpk/commands/storage.py +0 -0
  27. {xpk-0.10.0 → xpk-0.10.1}/src/xpk/commands/version.py +0 -0
  28. {xpk-0.10.0 → xpk-0.10.1}/src/xpk/commands/workload.py +0 -0
  29. {xpk-0.10.0 → xpk-0.10.1}/src/xpk/core/__init__.py +0 -0
  30. {xpk-0.10.0 → xpk-0.10.1}/src/xpk/core/blueprint/__init__.py +0 -0
  31. {xpk-0.10.0 → xpk-0.10.1}/src/xpk/core/blueprint/blueprint_definitions.py +0 -0
  32. {xpk-0.10.0 → xpk-0.10.1}/src/xpk/core/blueprint/blueprint_generator.py +0 -0
  33. {xpk-0.10.0 → xpk-0.10.1}/src/xpk/core/capacity.py +0 -0
  34. {xpk-0.10.0 → xpk-0.10.1}/src/xpk/core/cluster.py +0 -0
  35. {xpk-0.10.0 → xpk-0.10.1}/src/xpk/core/cluster_private.py +0 -0
  36. {xpk-0.10.0 → xpk-0.10.1}/src/xpk/core/commands.py +0 -0
  37. {xpk-0.10.0 → xpk-0.10.1}/src/xpk/core/docker_container.py +0 -0
  38. {xpk-0.10.0 → xpk-0.10.1}/src/xpk/core/docker_image.py +0 -0
  39. {xpk-0.10.0 → xpk-0.10.1}/src/xpk/core/docker_manager.py +0 -0
  40. {xpk-0.10.0 → xpk-0.10.1}/src/xpk/core/docker_resources.py +0 -0
  41. {xpk-0.10.0 → xpk-0.10.1}/src/xpk/core/filestore.py +0 -0
  42. {xpk-0.10.0 → xpk-0.10.1}/src/xpk/core/gcloud_context.py +0 -0
  43. {xpk-0.10.0 → xpk-0.10.1}/src/xpk/core/gcluster_manager.py +0 -0
  44. {xpk-0.10.0 → xpk-0.10.1}/src/xpk/core/gcsfuse.py +0 -0
  45. {xpk-0.10.0 → xpk-0.10.1}/src/xpk/core/jobset.py +0 -0
  46. {xpk-0.10.0 → xpk-0.10.1}/src/xpk/core/kjob.py +0 -0
  47. {xpk-0.10.0 → xpk-0.10.1}/src/xpk/core/monitoring.py +0 -0
  48. {xpk-0.10.0 → xpk-0.10.1}/src/xpk/core/mtc.py +0 -0
  49. {xpk-0.10.0 → xpk-0.10.1}/src/xpk/core/nap.py +0 -0
  50. {xpk-0.10.0 → xpk-0.10.1}/src/xpk/core/network.py +0 -0
  51. {xpk-0.10.0 → xpk-0.10.1}/src/xpk/core/nodepool.py +0 -0
  52. {xpk-0.10.0 → xpk-0.10.1}/src/xpk/core/pathways.py +0 -0
  53. {xpk-0.10.0 → xpk-0.10.1}/src/xpk/core/ray.py +0 -0
  54. {xpk-0.10.0 → xpk-0.10.1}/src/xpk/core/remote_state/__init__.py +0 -0
  55. {xpk-0.10.0 → xpk-0.10.1}/src/xpk/core/remote_state/fuse_remote_state.py +0 -0
  56. {xpk-0.10.0 → xpk-0.10.1}/src/xpk/core/remote_state/remote_state_client.py +0 -0
  57. {xpk-0.10.0 → xpk-0.10.1}/src/xpk/core/resources.py +0 -0
  58. {xpk-0.10.0 → xpk-0.10.1}/src/xpk/core/scheduling.py +0 -0
  59. {xpk-0.10.0 → xpk-0.10.1}/src/xpk/core/storage.py +0 -0
  60. {xpk-0.10.0 → xpk-0.10.1}/src/xpk/core/system_characteristics.py +0 -0
  61. {xpk-0.10.0 → xpk-0.10.1}/src/xpk/core/vertex.py +0 -0
  62. {xpk-0.10.0 → xpk-0.10.1}/src/xpk/core/workload.py +0 -0
  63. {xpk-0.10.0 → xpk-0.10.1}/src/xpk/core/workload_decorators/__init__.py +0 -0
  64. {xpk-0.10.0 → xpk-0.10.1}/src/xpk/core/workload_decorators/rdma_decorator.py +0 -0
  65. {xpk-0.10.0 → xpk-0.10.1}/src/xpk/core/workload_decorators/storage_decorator.py +0 -0
  66. {xpk-0.10.0 → xpk-0.10.1}/src/xpk/core/workload_decorators/tcpx_decorator.py +0 -0
  67. {xpk-0.10.0 → xpk-0.10.1}/src/xpk/core/workload_decorators/tcpxo_decorator.py +0 -0
  68. {xpk-0.10.0 → xpk-0.10.1}/src/xpk/main.py +0 -0
  69. {xpk-0.10.0 → xpk-0.10.1}/src/xpk/parser/__init__.py +0 -0
  70. {xpk-0.10.0 → xpk-0.10.1}/src/xpk/parser/batch.py +0 -0
  71. {xpk-0.10.0 → xpk-0.10.1}/src/xpk/parser/cluster.py +0 -0
  72. {xpk-0.10.0 → xpk-0.10.1}/src/xpk/parser/common.py +0 -0
  73. {xpk-0.10.0 → xpk-0.10.1}/src/xpk/parser/config.py +0 -0
  74. {xpk-0.10.0 → xpk-0.10.1}/src/xpk/parser/core.py +0 -0
  75. {xpk-0.10.0 → xpk-0.10.1}/src/xpk/parser/info.py +0 -0
  76. {xpk-0.10.0 → xpk-0.10.1}/src/xpk/parser/inspector.py +0 -0
  77. {xpk-0.10.0 → xpk-0.10.1}/src/xpk/parser/job.py +0 -0
  78. {xpk-0.10.0 → xpk-0.10.1}/src/xpk/parser/kind.py +0 -0
  79. {xpk-0.10.0 → xpk-0.10.1}/src/xpk/parser/run.py +0 -0
  80. {xpk-0.10.0 → xpk-0.10.1}/src/xpk/parser/shell.py +0 -0
  81. {xpk-0.10.0 → xpk-0.10.1}/src/xpk/parser/storage.py +0 -0
  82. {xpk-0.10.0 → xpk-0.10.1}/src/xpk/parser/validators.py +0 -0
  83. {xpk-0.10.0 → xpk-0.10.1}/src/xpk/parser/version.py +0 -0
  84. {xpk-0.10.0 → xpk-0.10.1}/src/xpk/parser/workload.py +0 -0
  85. {xpk-0.10.0 → xpk-0.10.1}/src/xpk/templates/__init__.py +0 -0
  86. {xpk-0.10.0 → xpk-0.10.1}/src/xpk/templates/storage.yaml +0 -0
  87. {xpk-0.10.0 → xpk-0.10.1}/src/xpk/utils/__init__.py +0 -0
  88. {xpk-0.10.0 → xpk-0.10.1}/src/xpk/utils/console.py +0 -0
  89. {xpk-0.10.0 → xpk-0.10.1}/src/xpk/utils/file.py +0 -0
  90. {xpk-0.10.0 → xpk-0.10.1}/src/xpk/utils/gcs_utils.py +0 -0
  91. {xpk-0.10.0 → xpk-0.10.1}/src/xpk/utils/kubectl.py +0 -0
  92. {xpk-0.10.0 → xpk-0.10.1}/src/xpk/utils/network.py +0 -0
  93. {xpk-0.10.0 → xpk-0.10.1}/src/xpk/utils/objects.py +0 -0
  94. {xpk-0.10.0 → xpk-0.10.1}/src/xpk/utils/templates.py +0 -0
  95. {xpk-0.10.0 → xpk-0.10.1}/src/xpk/utils/validation.py +0 -0
  96. {xpk-0.10.0 → xpk-0.10.1}/src/xpk/utils/yaml.py +0 -0
  97. {xpk-0.10.0 → xpk-0.10.1}/src/xpk.egg-info/SOURCES.txt +0 -0
  98. {xpk-0.10.0 → xpk-0.10.1}/src/xpk.egg-info/dependency_links.txt +0 -0
  99. {xpk-0.10.0 → xpk-0.10.1}/src/xpk.egg-info/entry_points.txt +0 -0
  100. {xpk-0.10.0 → xpk-0.10.1}/src/xpk.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: xpk
3
- Version: 0.10.0
3
+ Version: 0.10.1
4
4
  Summary: xpk helps Cloud developers to orchestrate training jobs on accelerators on GKE.
5
5
  Author-email: XPK team <xpk-code-reviewers@google.com>
6
6
  License: Apache-2.0
@@ -21,7 +21,7 @@ Requires-Dist: google-cloud==0.34.0
21
21
  Requires-Dist: google-api-core==2.24.1
22
22
  Requires-Dist: packaging==24.2
23
23
  Requires-Dist: google-cloud-filestore==1.12.0
24
- Requires-Dist: google-cloud-storage==2.19.0
24
+ Requires-Dist: google-cloud-storage
25
25
  Provides-Extra: dev
26
26
  Requires-Dist: pyink==24.3.0; extra == "dev"
27
27
  Requires-Dist: pylint>=2.6.0; extra == "dev"
@@ -40,7 +40,7 @@ dependencies = [
40
40
  "google-api-core==2.24.1",
41
41
  "packaging==24.2",
42
42
  "google-cloud-filestore==1.12.0",
43
- "google-cloud-storage==2.19.0"
43
+ "google-cloud-storage"
44
44
  ]
45
45
 
46
46
  [project.urls]
@@ -22,7 +22,7 @@ from ..utils import file
22
22
  from ..utils.console import xpk_print
23
23
 
24
24
  # This is the version for XPK PyPI package
25
- __version__ = 'v0.10.0'
25
+ __version__ = 'v0.10.1'
26
26
  XPK_CURRENT_VERSION = __version__
27
27
  XPK_CONFIG_FILE = os.path.expanduser('~/.config/xpk/config.yaml')
28
28
 
@@ -220,7 +220,7 @@ spec:
220
220
  - --zap-log-level=2
221
221
  command:
222
222
  - /manager
223
- image: registry.k8s.io/kueue/kueue:v0.10.0
223
+ image: registry.k8s.io/kueue/kueue:{KUEUE_VERSION}
224
224
  imagePullPolicy: Always
225
225
  livenessProbe:
226
226
  httpGet:
@@ -258,17 +258,6 @@ spec:
258
258
  - mountPath: /controller_manager_config.yaml
259
259
  name: manager-config
260
260
  subPath: controller_manager_config.yaml
261
- - args:
262
- - --secure-listen-address=0.0.0.0:8443
263
- - --upstream=http://127.0.0.1:8080/
264
- - --logtostderr=true
265
- - --v=10
266
- image: registry.k8s.io/kubebuilder/kube-rbac-proxy:v0.16.0
267
- name: kube-rbac-proxy
268
- ports:
269
- - containerPort: 8443
270
- name: https
271
- protocol: TCP
272
261
  securityContext:
273
262
  runAsNonRoot: true
274
263
  serviceAccountName: kueue-controller-manager
@@ -536,7 +525,7 @@ def update_kueue_resources_if_necessary(args):
536
525
  f'{max(math.ceil(int(out) * MEMORY_SIZE_PER_VM), MIN_MEMORY_LIMIT_SIZE)}Mi'
537
526
  )
538
527
  yml_string = kueue_controller_manager_yml.format(
539
- memory_limit_size=new_memory_limit,
528
+ memory_limit_size=new_memory_limit, KUEUE_VERSION=KUEUE_VERSION
540
529
  )
541
530
  tmp = write_tmp_file(yml_string)
542
531
  command = f'kubectl apply -f {str(tmp.file.name)}'
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: xpk
3
- Version: 0.10.0
3
+ Version: 0.10.1
4
4
  Summary: xpk helps Cloud developers to orchestrate training jobs on accelerators on GKE.
5
5
  Author-email: XPK team <xpk-code-reviewers@google.com>
6
6
  License: Apache-2.0
@@ -21,7 +21,7 @@ Requires-Dist: google-cloud==0.34.0
21
21
  Requires-Dist: google-api-core==2.24.1
22
22
  Requires-Dist: packaging==24.2
23
23
  Requires-Dist: google-cloud-filestore==1.12.0
24
- Requires-Dist: google-cloud-storage==2.19.0
24
+ Requires-Dist: google-cloud-storage
25
25
  Provides-Extra: dev
26
26
  Requires-Dist: pyink==24.3.0; extra == "dev"
27
27
  Requires-Dist: pylint>=2.6.0; extra == "dev"
@@ -8,7 +8,7 @@ google-cloud==0.34.0
8
8
  google-api-core==2.24.1
9
9
  packaging==24.2
10
10
  google-cloud-filestore==1.12.0
11
- google-cloud-storage==2.19.0
11
+ google-cloud-storage
12
12
 
13
13
  [dev]
14
14
  pyink==24.3.0
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes