mirror of https://github.com/k3s-io/k3s
Remove hack for CLUSTER_IP_RANGE in e2e framework no longer needed
parent
33f873dbbe
commit
79fd1296da
|
@ -347,8 +347,4 @@ func AfterReadingAllFlags(t *TestContextType) {
|
|||
t.Host = defaultHost
|
||||
}
|
||||
}
|
||||
// Reset the cluster IP range flag to CLUSTER_IP_RANGE env var, if defined.
|
||||
if clusterIPRange := os.Getenv("CLUSTER_IP_RANGE"); clusterIPRange != "" {
|
||||
t.CloudConfig.ClusterIPRange = clusterIPRange
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue