turbot/gcp_compliance

Query: kubernetes_cluster_release_channel_configured

Usage

powerpipe query gcp_compliance.query.kubernetes_cluster_release_channel_configured

Steampipe Tables

SQL

select
self_link resource,
case
when (release_channel -> 'channel') is not null then 'ok'
else 'alarm'
end as status,
case
when (release_channel -> 'channel') is not null then title || ' release channel configured.'
else title || ' release channel not configured.'
end as reason,
location as location,
project as project
from
gcp_kubernetes_cluster;

Controls

The query is being used by the following controls: