-
Notifications
You must be signed in to change notification settings - Fork 40k
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
kube-down.sh fails on v0.9.0 #3741
Comments
Do you mean |
@brendandburns Should we patch 0.9 release with the fix for this issue too? |
Also shouldn't this failure detect by e2e test? |
I actually requested a cherry pick of #3601 (for GKE), which would also fix this, yes? |
@satnam6502: Look at the version of gce/util.sh released as part of v0.9.0. |
@brendanburns: I know you're OOO, but okay to cherry-pick #3601 for 0.9.1? @dchen1107: It should be caught by e2e. I'm not clear what's going on there, and was a little mystified as to why it was working when I changed it. (I assumed it was getting picked up by a sourced script from previously.) |
Already in 0.9.1. |
The bug is in 'teardown-logging' function in cluster/gce/util.sh where the 'PROJECT' variable is undefined.
/tmp/0.9.0/kubernetes/cluster/../cluster/gce/util.sh: line 832: PROJECT: unbound variable
This bug has been fixed on HEAD by #3620.
The text was updated successfully, but these errors were encountered: