AWS
AWS (EKS)
AWS (kops)
kops validate clusterPermissions
{
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Action": [
"eks:DescribeCluster",
"eks:AccessKubernetesApi"
],
"Resource": "<arn identifier>"
}
]
}Last updated
Was this helpful?

