mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-12-04 14:10:53 +00:00
The 'gcloud compute' is called everytime even if it is not needed. When runnin node e2e tests on RHEL, the test-e2e-node.sh script is run the way in which it takes execution path without gcloud invocation. With the current code, gcloud is called everytime. Thus introducing additional runtime dependency.