Skip to content

Commit caadc8f

Browse files
committed
Fix for cases without default localqueue
1 parent 179fd75 commit caadc8f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/codeflare_sdk/cluster/cluster.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -541,6 +541,7 @@ def from_k8_cluster_object(
541541
mcad=mcad,
542542
write_to_file=write_to_file,
543543
verify_tls=verify_tls,
544+
local_queue=rc["metadata"]["labels"]["kueue.x-k8s.io/queue-name"],
544545
)
545546
return Cluster(cluster_config)
546547

0 commit comments

Comments
 (0)