mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-20 17:38:50 +00:00
Merge pull request #17535 from mesosphere/jdef_abspath_breaks_proxies
Auto commit by PR queue bot
This commit is contained in:
@@ -204,7 +204,6 @@ var _ = Describe("Kubectl client", func() {
|
||||
Failf("Unable to parse URL %s. Error=%s", apiServer, err)
|
||||
}
|
||||
apiServerUrl.Scheme = "https"
|
||||
apiServerUrl.Path = "/api"
|
||||
if !strings.Contains(apiServer, ":443") {
|
||||
apiServerUrl.Host = apiServerUrl.Host + ":443"
|
||||
}
|
||||
|
Reference in New Issue
Block a user