add missing gke test

This commit is contained in:
Frank Shotwell
2019-11-22 15:40:38 -08:00
parent 94e468ade3
commit 5812414093

View File

@@ -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{