aws / aws-parallelcluster

AWS ParallelCluster is an AWS supported Open Source cluster management tool to deploy and manage HPC clusters in the AWS cloud.

Home Page:https://github.com/aws/aws-parallelcluster

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Login Nodes are no longer reported in `pcluster describe-cluster`

michaelmayer2 opened this issue · comments

In AWS ParallelCluster 3.8.0b1 the login nodes were reported in the pcluster describe-cluster output. This is now missing in 3.8.0. It would be great to find a way that this information can be extracted again for down-stream reporting purposes.

{
  "creationTime": "2023-12-15T11:34:10.265Z",
  "headNode": {
    ....
  },
  "version": "3.8.0b1",
  "clusterConfiguration": {
    "url": "XXXX"
  },
  "cloudFormationStackStatus": "UPDATE_COMPLETE",
  "clusterName": "XXX",
  "computeFleetStatus": "RUNNING",
  ....
  "scheduler": {
    "type": "slurm"
  },
**
  "loginNodes": {
    "status": "active",
    "address": "XXXX.elb.eu-west-1.amazonaws.com",
    "scheme": "internet-facing",
    "healthyNodes": 4,
    "unhealthyNodes": 0
  }
**
}

Apologies - the above is wrong - login nodes and elb are still listed with AWS ParallelCluster 3.8.0. Feel free to delete this issue.