Skip to content

Commit

Permalink
Merge pull request #86 from replicatedhq/gke
Browse files Browse the repository at this point in the history
add missing gke test
  • Loading branch information
Frank Shotwell committed Nov 22, 2019
2 parents 94e468a + 5812414 commit 1d3831f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkg/analyze/distribution.go
Original file line number Diff line number Diff line change
Expand Up @@ -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{
Expand Down

0 comments on commit 1d3831f

Please sign in to comment.