mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-03 17:30:00 +00:00
Update Master IAM Policy to Include ELB
This commit is contained in:
parent
9740c7c3ad
commit
2b4d37427e
@ -6,6 +6,11 @@
|
|||||||
"Action": ["ec2:*"],
|
"Action": ["ec2:*"],
|
||||||
"Resource": ["*"]
|
"Resource": ["*"]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"Effect": "Allow",
|
||||||
|
"Action": ["elasticloadbalancing:*"],
|
||||||
|
"Resource": ["*"]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"Effect": "Allow",
|
"Effect": "Allow",
|
||||||
"Action": "s3:*",
|
"Action": "s3:*",
|
||||||
|
Loading…
Reference in New Issue
Block a user