turbot/digitalocean_insights

Query: kubernetes_cluster_auto_upgrade_status

Usage

powerpipe query digitalocean_insights.query.kubernetes_cluster_auto_upgrade_status

SQL

select
'Automatic Upgrades' as label,
case
when auto_upgrade then 'Enabled'
else 'Disabled'
end as value,
case
when auto_upgrade then 'ok'
else 'alert'
end as "type"
from
digitalocean_kubernetes_cluster
where
urn = $1;

Dashboards

The query is used in the dashboards: