-
Notifications
You must be signed in to change notification settings - Fork 295
The default IamFleetRole changed on AWS-side? #1022
Comments
I checked our accounts and it's still |
@c-knowles Would you mind reviewing your IAM roles after you've navigated to the second page after clicking "Request Spot Instances" button in your AWS console? |
Update: docs.aws.amazon.com seems to include the new role in all the examples I've reviewed today. Also relevant: hashicorp/terraform-provider-aws#1232 I'm not saying we should completely drop support or comment for the old role. |
@mumoshu yes it has |
@c-knowles Thanks for confirming!
I had initially thought that I'd rather prefer not to create it ourselves - so that we can save number of IAM roles created by kube-aws. However, I'm now convinced to do it - manual steps should be eliminated whereas possible I'll open an another issue for that. |
@mumoshu yeah that's all I mean, if it's not a managed role then we're forced to include it 👍 |
* kubernetes-incubator/master: Add rkt container cleanup to journald-cloudwatch-logs service Support EC2 instance tags per node role This feature will be handy when e.g. your monitoring tools discovers EC2 instances and then groups resource metrics with EC2 instance tags. Fix the default FleetIamRole Closes kubernetes-retired#1022 Fix the default FleetIamRole Closes kubernetes-retired#1022
…avour-0.9.9 to hcom-flavour * commit '0e116d72ead70121c730d3bc4009f8d562e16912': (24 commits) RUN-788 Add kubectl run parameters Allow toggling Metrics Server installation Correct values for the `kubernetes.io/cluster/<Cluster ID>` tags Resolves kubernetes-retired#1025 Fix dashboard doco links Fix install-kube-system when node drainer is enabled Follow-up for kubernetes-retired#1043 Two fixes to 0.9.9 rc.3 (kubernetes-retired#1043) Update the documentation for Kubernetes Dashboard. Improve the configuration for Kubernetes Dashboard. Fix the creation of all metrics-server resources. Use templated image for metrics-server. Follow-ups for Kubernetes 1.8 Metrics Server addon. (kubernetes-retired#973) Quick start and high availability guides Add rkt container cleanup to journald-cloudwatch-logs service Update Tiller image to v2.7.2 Update kube-dns 1.14.7 Bump Cluster Autoscaler version to 1.0.3 Bump Kubernetes and ETCD version. Support EC2 instance tags per node role This feature will be handy when e.g. your monitoring tools discovers EC2 instances and then groups resource metrics with EC2 instance tags. Fix the default FleetIamRole Closes kubernetes-retired#1022 ...
kube-aws: v0.9.9-rc.3, but any version would be affected
I've just added a spot-fleet based node pool to my cluster and it failed like this:
The value for the
IamFleetRole
property was:which had certainly worked before.
As far as I remember,
aws-ec2-spot-fleet-role
was taken from the "Request Spot Instances" on AWS console because it was the default role at that time.However, interestingly the default shown today is
aws-ec2-spot-fleet-tagging-role
.Can we just change the default to the new role?
Does your AWS account shows the new role as the default one once you've browsed to the "Request Spot Instances" pane?
The text was updated successfully, but these errors were encountered: