Skip to content

Commit

Permalink
fix after submodule update: pass NodeInstanceRoleArn to nodegroup tem…
Browse files Browse the repository at this point in the history
…plate
  • Loading branch information
schottsfired committed Apr 1, 2020
1 parent 1c87ff6 commit a23b9be
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions templates/cloudbees-core-addl-nodes.template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -541,6 +541,8 @@ Parameters:
Type: String
NodeInstanceRoleName:
Type: String
NodeInstanceRoleArn:
Type: String
KubernetesVersion:
Type: String
QSS3BucketName:
Expand Down Expand Up @@ -592,6 +594,7 @@ Resources:
ControlPlaneSecurityGroup: !Ref ControlPlaneSecurityGroup
NodeInstanceProfile: !Ref NodeInstanceProfile
NodeInstanceRoleName: !Ref NodeInstanceRoleName
NodeInstanceRoleArn: !Ref NodeInstanceRoleArn
KubernetesVersion: !Ref KubernetesVersion
BootstrapArguments: "--kubelet-extra-args '--node-labels=partition=regular-agents --register-with-taints=partition=regular-agents:NoSchedule'"
SpotAgentNodesStack:
Expand Down
1 change: 1 addition & 0 deletions templates/cloudbees-core-existing-vpc.template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -923,6 +923,7 @@ Resources:
BastionSecurityGroup: !GetAtt EKSStack.Outputs.BastionSecurityGroup
NodeInstanceProfile: !GetAtt EKSStack.Outputs.NodeInstanceProfile
NodeInstanceRoleName: !GetAtt EKSStack.Outputs.NodeInstanceRoleName
NodeInstanceRoleArn: !GetAtt EKSStack.Outputs.NodeInstanceRoleArn
KubernetesVersion: !Ref KubernetesVersion
QSS3BucketName: !Ref QSS3BucketName
QSS3KeyPrefix: !Ref QSS3KeyPrefix
Expand Down

0 comments on commit a23b9be

Please sign in to comment.