Unable to update cluster using pcluster update-cluster

0

ec2-user:~/environment $ pcluster update-cluster -n hpc -c config.yaml { "message": "Unable to parse configuration file. Unable to load configuration from bucket 'parallelcluster-224514400f379bb5-v1-do-not-delete/parallelcluster/3.6.0/clusters/hpc-fz9dgvd5ws1q29hz'.\nThe specified version does not exist." }

I am not able to update my cluster. But I have my config.yaml file present on my local machine. Is there any way to update with the config.yaml from local machine?

Thank you in advance

Cosmo
질문됨 일 년 전301회 조회
3개 답변
0

The syntax seems fine as far as the commands are concerned.
https://docs.aws.amazon.com/parallelcluster/latest/ug/pcluster.update-cluster-v3.html

Is it possible that there is a problem with the contents of the configuration file?

profile picture
전문가
답변함 일 년 전
  • Hi, There is no problem with the configuration file because I am working on my HPC and also, I have that exact same file on my local machine. Could be because the default location of the config.yaml is in that path. What do you think? How can I change that default location?

  • I didn't think the location of the files was that important. What happens if I specify a file by absolute path as follows?

    pcluster update-cluster -n hpc -c /path/config.yaml
    
  • Looking at the following document, I thought that "InstanceType" could not be changed in the configuration file. https://docs.aws.amazon.com/parallelcluster/latest/ug/HeadNode-v3.html#yaml-HeadNode-InstanceType

    If it was a head node instance type, I believe it could be changed from the management console.

0

It didn't work. I want to just change the instance type. Could you please guide me how to do it? Without pcluster update?

Instance Type

Cosmo
답변함 일 년 전
0

Hi! The file in the parallelcluster-224514400f379bb5-v1-do-not-delete/parallelcluster/3.6.0/clusters/hpc-fz9dgvd5ws1q29hz bucket is required, because the CLI will use it to compare new cluster configuration with previous configuration.

Is your cluster hpc-fz9dgvd5ws1q29hz created with version 3.6.0 of ParallelCluster? The cli is able to retrieve the previous configuration file unless it has been manually deleted. Can you check the bucket existence?

AWS
답변함 10달 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠