-
Notifications
You must be signed in to change notification settings - Fork 111
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Stop building k/cloud-provider-gcp
if all you are doing is building k8s clusters
#238
Comments
k/cloud-provider-gcp
if all you are doing is building k8s clusters
/priority important-soon |
Omitting build flag doesn't work because the shell scripts are looking for cloudprovider gcp binaries.
|
The Kubernetes project currently lacks enough contributors to adequately respond to all issues. This bot triages un-triaged issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues. This bot triages un-triaged issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle rotten |
Is this still needed? |
Every time
kubetest2 gce
is ran, the entire k/cloud-provider-gcp repo is built when all we are doing in some situations is either testing a prebuilt version of Kubernetes or building just k/k code.I want to eliminate the
legacy-mode
flag by copying all the cluster bootstrap logic to thek/cloud-provider-gcp
repo.We are wasting 10 minutes building on every run building k/cloud-provider-gcp when we don't need it.
https://prow.k8s.io/view/gs/kubernetes-jenkins/pr-logs/pull/kubernetes-sigs_kubetest2/236/pull-kubetest2-gce-build-up-down/1689755384274751488 Is a good example.
The text was updated successfully, but these errors were encountered: