mirror of
https://github.com/vmware-tanzu/pinniped.git
synced 2026-04-26 03:00:52 +00:00
add echo statement job to remove orphaned AKS clusters
This commit is contained in:
@@ -39,6 +39,7 @@ fi
|
||||
cat all-resources.json |
|
||||
jq -r ".value.[] | select(.type == \"Microsoft.ContainerService/managedClusters\") | select(.id | contains(\"/resourceGroups/${AZURE_RESOURCE_GROUP}/\")) | \"\(.name) \(.createdTime)\"" >all-clusters.txt
|
||||
|
||||
echo
|
||||
echo "Found all clusters in expected resource group:"
|
||||
cat all-clusters.txt
|
||||
echo
|
||||
|
||||
Reference in New Issue
Block a user