Revert "[autoscaler] Also grant roles to worker nodes" (#3199)

This reverts commit 55d161b49f.
This commit is contained in:
Eric Liang
2018-11-01 23:23:06 -07:00
committed by GitHub
parent e612e26103
commit 2bef9844bf
2 changed files with 4 additions and 9 deletions
-1
View File
@@ -101,7 +101,6 @@ def _configure_iam_role(config):
logger.info("Role not specified for head node, using {}".format(
profile.arn))
config["head_node"]["IamInstanceProfile"] = {"Arn": profile.arn}
config["worker_nodes"]["IamInstanceProfile"] = {"Arn": profile.arn}
return config