Skip to content

hyperpod get-cluster gives two dictionaries on 1 cluster #99

@mvinci12

Description

@mvinci12

Customer who has one HP cluster running getting two dictionaries output

hyperpod get-clusters --region us-east-2

Updated context arn:aws:eks:us-east-2:108782055435:cluster/zelda-sm-hp-eks-no-git in /tmp/kubeconfig
[
{
"Cluster": "zelda-sm-hp-eks-no-git",
"InstanceType": "ml.g5.12xlarge",
"TotalNodes": 4,
"AcceleratorDevicesAvailable": 16,
"NodeHealthStatus=Schedulable": 4,
"DeepHealthCheckStatus=Passed": 4
},
{
"Cluster": "zelda-sm-hp-eks-no-git",
"InstanceType": "ml.m5.2xlarge",
"TotalNodes": 1,
"AcceleratorDevicesAvailable": "N/A",
"NodeHealthStatus=Schedulable": 1,
"DeepHealthCheckStatus=Passed": "N/A"
}
]
This is probably due to the two instance groups in the clusters. It created confusion to customer and we should reformat the output to only have one cluster name

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions