mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-21 10:51:29 +00:00
e2e: don't require heapster
As heapster is now deprecated, we shouldn't require it for e2e tests to pass.
This commit is contained in:
parent
446cf20c9f
commit
bbaf337059
@ -839,9 +839,6 @@ metadata:
|
||||
output := framework.RunKubectlOrDie("cluster-info")
|
||||
// Can't check exact strings due to terminal control commands (colors)
|
||||
requiredItems := []string{"Kubernetes master", "is running at"}
|
||||
if framework.ProviderIs("gce", "gke") {
|
||||
requiredItems = append(requiredItems, "Heapster")
|
||||
}
|
||||
for _, item := range requiredItems {
|
||||
if !strings.Contains(output, item) {
|
||||
framework.Failf("Missing %s in kubectl cluster-info", item)
|
||||
|
Loading…
Reference in New Issue
Block a user