mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-29 14:37:00 +00:00
Remove hack for CLUSTER_IP_RANGE in e2e framework no longer needed
This commit is contained in:
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
Block a user