Merge pull request #86 from replicatedhq/gke

add missing gke test
This commit is contained in:
Frank Shotwell
2019-11-22 15:56:26 -08:00
committed by GitHub

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{