mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-30 15:05:27 +00:00
Fix copy-and-paste error in log message
This commit is contained in:
parent
9361b76977
commit
8b535ff17a
@ -308,7 +308,7 @@ function ensure-iam-profiles {
|
||||
create-iam-profile ${IAM_PROFILE_MASTER}
|
||||
}
|
||||
aws iam get-instance-profile --instance-profile-name ${IAM_PROFILE_MINION} || {
|
||||
echo "Creating master IAM profile: ${IAM_PROFILE_MINION}"
|
||||
echo "Creating minion IAM profile: ${IAM_PROFILE_MINION}"
|
||||
create-iam-profile ${IAM_PROFILE_MINION}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user