Skip to content

Commit

Permalink
Merge pull request #2 from asaiacai/konduktor_update
Browse files Browse the repository at this point in the history
[core] upstream with mainline
  • Loading branch information
asaiacai authored Sep 14, 2024
2 parents 3454519 + d4d6435 commit 457527b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions sky/provision/kubernetes/instance.py
Original file line number Diff line number Diff line change
Expand Up @@ -576,6 +576,7 @@ def _create_pods(region: str, cluster_name_on_cloud: str,
}
}]
}
}

pod = kubernetes.core_api(context).create_namespaced_pod(
namespace, pod_spec)
Expand Down
2 changes: 2 additions & 0 deletions tests/test_smoke.py
Original file line number Diff line number Diff line change
Expand Up @@ -2143,6 +2143,8 @@ def test_kueue_labels_kubernetes():
f'sky down -y {name}; kubectl delete --ignore-not-found -f tests/kubernetes/kueue-single-clusterqueue.yaml; kubectl delete --ignore-not-found -f tests/kubernetes/kueue-manifest.yaml',
)
run_one_test(test)


# ---------- Container logs from task on Kubernetes ----------
@pytest.mark.kubernetes
def test_container_logs_multinode_kubernetes():
Expand Down

0 comments on commit 457527b

Please sign in to comment.