Victor Barr

Results 9 comments of Victor Barr

The workload creation needs to know the topology as well so CURRENTLY the user needs to set the same topology for workload create and cluster create. This only adds the...

From my understanding I believe this would be multiple resource flavors with their respective chip sizes still in 1 ClusterQueue. https://kubernetes.io/blog/2022/10/04/introducing-kueue/#example-use-case

maybe looks something like this: ``` xpk cluster create --cluster=my-cluster --tpu-types v5p-128,5 v5p-256,5 # type, num_slices ``` + make sure that cluster create when rerunning the command is aware of...

One aspect to this is that the overall goal here is to allow the gke cluster to figure out the needed slice types based on a set of user provided...

Thank you for the change Luke! I added you to the repo as a writer so you can create a new branch based PR. I think the forking method doesn't...

@RoshaniN curious if you can confirm my understanding? Does nominal quota here represent the number of vms/GKE nodes which in this case = 1024 or should it equal the number...

Hi @DwarKapex, great question, we don't have a way of supporting this currently. It might be somewhat supported by iteratively calling the below. But the $DEV type must be the...

Needs to pass the linter - https://github.com/AI-Hypercomputer/xpk/blob/main/docs/contributing.md#steps for steps

@scaliby can you help get https://github.com/AI-Hypercomputer/xpk/pull/828 over the finish line? It was relatively easy to support creating workload policies in xpk workload create but we hacked it by copying some...