little-jordan-39170
12/14/2022, 12:26 PMcalm-exabyte-238
12/14/2022, 1:47 PMlittle-jordan-39170
12/14/2022, 6:30 PMacceptable-printer-7134
12/19/2022, 5:55 AMnodegroup
create / delete. just purely able to import the cluster and use rancher UI to navigate to k8s resources. Not questioning your help just we are in a situation where we deleting some nodegroups
and rancher creating them automatically which is bad and we don't want for our usecase. we are just importing EKS cluster.calm-exabyte-238
12/20/2022, 11:22 AM{
{
"Sid": "KMSPermisssions",
"Effect": "Allow",
"Action": "kms:ListKeys",
"Resource": "*"
},
{
"Sid": "EKSPermisssions",
"Effect": "Allow",
"Action": [
"eks:UpdateClusterConfig",
"eks:UntagResource",
"eks:TagResource",
"eks:ListUpdates",
"eks:ListTagsForResource",
"eks:ListNodegroups",
"eks:ListFargateProfiles",
"eks:ListClusters",
"eks:DescribeUpdate",
"eks:DescribeNodegroup",
"eks:DescribeFargateProfile",
"eks:DescribeCluster"
],
"Resource": "*"
}
]
}
acceptable-printer-7134
12/20/2022, 11:24 AM