mirror of
https://github.com/replicatedhq/troubleshoot.git
synced 2026-04-15 07:16:34 +00:00
@@ -58,6 +58,9 @@ func analyzeDistribution(analyzer *troubleshootv1beta1.Distribution, getCollecte
|
||||
if strings.HasPrefix(node.Spec.ProviderID, "aws:") {
|
||||
foundProviders.eks = true
|
||||
}
|
||||
if strings.HasPrefix(node.Spec.ProviderID, "gce:") {
|
||||
foundProviders.gke = true
|
||||
}
|
||||
}
|
||||
|
||||
result := &AnalyzeResult{
|
||||
|
||||
Reference in New Issue
Block a user