After adding AWS Outpost, our query
select cluster_name from aws_acc_XXXX.aws_eks_node_group
started returning an error:
Error: aws_acc_XXXX: operation error EKS: ListNodegroups, https response error StatusCode: 400, RequestID: 7556d0fc-22f8-417b-979a-bfdb7e610e34, ClientException: This operation is not supported for local EKS clusters (SQLSTATE HV000)
After discussing this in Slack, we decided to open a report for a future fix.
Slack discussion - LINK
Please configure exceptions at the plugin level so that we don't have to make changes affecting the behavior of the entire steampipe for the sake of one cluster.
After adding AWS Outpost, our query
select cluster_name from aws_acc_XXXX.aws_eks_node_groupstarted returning an error:
Error: aws_acc_XXXX: operation error EKS: ListNodegroups, https response error StatusCode: 400, RequestID: 7556d0fc-22f8-417b-979a-bfdb7e610e34, ClientException: This operation is not supported for local EKS clusters (SQLSTATE HV000)After discussing this in Slack, we decided to open a report for a future fix.
Slack discussion - LINK
Please configure exceptions at the plugin level so that we don't have to make changes affecting the behavior of the entire steampipe for the sake of one cluster.