mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-11 22:20:18 +00:00
Un-revert #4551 which moved the certs.sh e2e test to ginkgo and fix the
e2e auth breakage it caused. The fix is to not set project/zone/kube_master to the empty string partway through the script, which I should have realized was a bad idea in the first place.
This commit is contained in:
@@ -37,6 +37,7 @@ type testContextType struct {
|
||||
host string
|
||||
repoRoot string
|
||||
provider string
|
||||
gceConfig GCEConfig
|
||||
}
|
||||
|
||||
var testContext testContextType
|
||||
|
Reference in New Issue
Block a user