Skip to content

Commit

Permalink
Merge pull request #1641 from aaroniscode/aws_iam_role_fix
Browse files Browse the repository at this point in the history
🐛Fixes an incorrect IAM role in the Quick Start for AWS
  • Loading branch information
k8s-ci-robot authored Oct 24, 2019
2 parents 9d21be1 + a2e2795 commit bad33a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/book/src/user/quick-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ metadata:
spec:
instanceType: t3.large
# This IAM profile is part of the pre-requisites.
iamInstanceProfile: "controllers.cluster-api-provider-aws.sigs.k8s.io"
iamInstanceProfile: "control-plane.cluster-api-provider-aws.sigs.k8s.io"
# Change this value to a valid SSH Key Pair present in your AWS Account.
sshKeyName: default
---
Expand Down

0 comments on commit bad33a8

Please sign in to comment.