mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-14 13:45:06 +00:00
Remove hack for CLUSTER_IP_RANGE in e2e framework no longer needed
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user