-
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
Fix local cluster scripts #2129
Conversation
Getting an error when running it directly:
|
Probably this - etcd running on 127.0.0.1, not localhost:
|
Fixed the last by making wait_for_url use Seeing:
I'm not sure, but that could be |
It wasn't, it's $GO_OUT not being correct anymore. GO_OUT should be
|
Interesting... now i'm wondering why it works on my machine, the binaries aren't there anymore |
@smarterclayton Let me know if it works... thx |
With those two fixes in place everything works for me. Try a |
Yeah, that's possible; if the new build process doesn't wipe out the old directory. I just rm -rf _output, so i'm unable to reproduce... The PR was updated. PTAL |
Fix local cluster scripts
The local setup guide says to install the newest etcd which now is pointed to the etcd v0.5.0-alpha.1 .But this version isn't compatible with the newest kubernetes. So the local cluster will fail. |
The local setup document is probabaly outdated about this, one should use hack/install_etcd.sh to install etcd. |
yeah, the install_etcd.sh is now in hack/travis/ directory |
OCPBUGS-34373: Bump library-go to fix routes/custom-host permission for externalCertificate
Allow creating a local cluster. (However, kube-proxy needs root privilege for iptable)