mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-08 12:41:58 +00:00
Merge pull request #55352 from shyamjvs/remove-cluster-ip-range-hack
Automatic merge from submit-queue (batch tested with PRs 55092, 55348, 55095, 55277, 55352). If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>. Remove hack for CLUSTER_IP_RANGE in e2e framework no longer needed As discussed in https://github.com/kubernetes/test-infra/pull/5386#discussion_r149523537, we no longer need it as we're using the flag to pass the value. /cc @krzyzacy
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