mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-22 03:11:40 +00:00
remove DNS service from kubectl comformance test
This commit is contained in:
parent
a0844c17bf
commit
69b079af76
@ -776,7 +776,7 @@ metadata:
|
|||||||
// Can't check exact strings due to terminal control commands (colors)
|
// Can't check exact strings due to terminal control commands (colors)
|
||||||
requiredItems := []string{"Kubernetes master", "is running at"}
|
requiredItems := []string{"Kubernetes master", "is running at"}
|
||||||
if framework.ProviderIs("gce", "gke") {
|
if framework.ProviderIs("gce", "gke") {
|
||||||
requiredItems = append(requiredItems, "KubeDNS", "Heapster")
|
requiredItems = append(requiredItems, "Heapster")
|
||||||
}
|
}
|
||||||
for _, item := range requiredItems {
|
for _, item := range requiredItems {
|
||||||
if !strings.Contains(output, item) {
|
if !strings.Contains(output, item) {
|
||||||
|
Loading…
Reference in New Issue
Block a user