Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Maybe some bugs I have met #6393

Closed
wbadyx opened this issue Aug 14, 2024 · 0 comments
Closed

Maybe some bugs I have met #6393

wbadyx opened this issue Aug 14, 2024 · 0 comments
Labels

Comments

@wbadyx
Copy link

wbadyx commented Aug 14, 2024

I have created the cluster several times following the documentation, but I have not succeeded.

pcluster version: 3.10.1

create cluster cmd:

pcluster create-cluster --cluster-name awspc --cluster-configuration config-file.yaml

config-file.yaml

Imds:
  ImdsSupport: v2.0
HeadNode:
  InstanceType: m6i.large
  Imds:
    Secured: true
  Ssh:
    KeyName: EC2-Global
  LocalStorage:
    RootVolume:
      VolumeType: gp3
  Networking:
    SubnetId: subnet-0cc9c0663cfc28aa3
  Iam:
    AdditionalIamPolicies:
      - Policy: arn:aws:iam::aws:policy/AmazonSSMManagedInstanceCore
  Dcv:
    Enabled: true
Scheduling:
  Scheduler: slurm
  SlurmQueues:
    - Name: queue-1
      AllocationStrategy: lowest-price
      ComputeResources:
        - Name: queue-1-cr-1
          Instances:
            - InstanceType: c5n.large
          MinCount: 1
          MaxCount: 5
      ComputeSettings:
        LocalStorage:
          RootVolume:
            VolumeType: gp3
      Networking:
        SubnetIds:
          - subnet-0cc9c0663cfc28aa3
    - Name: queue-2
      AllocationStrategy: lowest-price
      ComputeResources:
        - Name: queue-2-cr-1
          Instances:
            - InstanceType: c6i.large
          MinCount: 1
          MaxCount: 11
        - Name: queue-2-cr-2
          Instances:
            - InstanceType: c5n.large
          MinCount: 0
          MaxCount: 4
      ComputeSettings:
        LocalStorage:
          RootVolume:
            VolumeType: gp3
      Networking:
        SubnetIds:
          - subnet-0cc9c0663cfc28aa3
        PlacementGroup:
          Enabled: true
      CapacityType: SPOT
  SlurmSettings: {}
Region: us-east-1
Image:
  Os: alinux2
SharedStorage:
  - Name: Efs0
    StorageType: Efs
    MountDir: /shared
    EfsSettings:
      ThroughputMode: bursting
      DeletionPolicy: Delete
Tags:
  - Key: parallelcluster-v3
    Value: 'true'
Monitoring:
  DetailedMonitoring: false
  Logs:
   CloudWatch:
     Enabled: true
     RetentionInDays: 7
     DeletionPolicy: Delete
  Dashboards:
   CloudWatch:
     Enabled: true

The CloudFormation Issue:

微信截图_20240814163121

@wbadyx wbadyx added the 3.x label Aug 14, 2024
@wbadyx wbadyx closed this as completed Aug 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant