turbot/azure_compliance

Query: kubernetes_cluster_upgrade_channel

Usage

powerpipe query azure_compliance.query.kubernetes_cluster_upgrade_channel

SQL

select
c.id as resource,
case
when auto_upgrade_profile ->> 'upgradeChannel' = 'none' then 'alarm'
else 'ok'
end as status,
case
when auto_upgrade_profile ->> 'upgradeChannel' = 'none' then c.name || ' upgrade channel not configured.'
else c.name || ' upgrade channel configured.'
end as reason,
c.resource_group as resource_group,
sub.display_name as subscription
from
azure_kubernetes_cluster c,
azure_subscription sub
where
sub.subscription_id = c.subscription_id;

Controls

The query is being used by the following controls: