You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fmt.Print(fmt.Sprintf("○ failed to delete persistent disks from storage, please visit https://console.cloud.google.com/compute/disks?project=%s to manually delete the disks starting with the %s prefix: %s", *accessConfig.Project, gkePvcDiskPrefix, err.Error()))
282
+
telemetry.Error(ErrorClusterDown(err.Error()))
283
+
} else {
284
+
fmt.Print(fmt.Sprintf("○ failed to delete persistent disks from storage, please visit https://console.cloud.google.com/compute/disks?project=%s to manually delete the disks starting with the %s prefix", *accessConfig.Project, gkePvcDiskPrefix))
285
+
telemetry.Error(ErrorClusterDown(output))
286
+
}
287
+
288
+
fmt.Print("\n\n")
289
+
fmt.Print("○ proceeding with best-effort deletion of the cluster ")
0 commit comments