-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
oc problems after upgrading to Mac Sierra #11085
Comments
Looks like go 1.6.3 should fix this |
Unfortunately I don't think that's going to be enough, our gofabric8 client was compiled with 1.6.3 when we had the issue reported. 1.7.1 has fixed it though. |
That's unfortunate and should probably be reported upstream if they think 1.6.3 resolved Sierra issues |
@rawlingsj We should probably check with all components compiled with 1.6.3 before reporting - it looks like it should work. |
Think they know it wasn't fixed in 1.6.3 - golang/go#16354 (comment) |
@eparis @smarterclayton arguments for 1.7.1? |
This will likely bit everyone in Sierra on Origin, Online, and OCP 1.3, 3.3. I'm increasing the priority and we have to debate about a new 0.x release or just 3.3.1. @pweil- @smarterclayton @juanvallejo |
cc @jwforres |
opened golang/go#17234 to track backporting the final version of the fix for sierra to 1.6.x, we'll see if it happens |
Upstream issue is kubernetes/kubernetes#32999. |
This bug is so unfortunate! I just updated MacOS to Sierra and now I can't use OpenShift/Kubectl anymore. @fabianofranz Do you have any updates on this bug? Is there any "urgent" release planned? |
WORKAROUND for people who already updated to Sierra: |
@rafabene we're targeting 3.3.1 / 1.3.1. This is related to an issue with Go which can be reproduced on mostly anything compiled by Go < 1.7 and used on MacOS Sierra (including fabric8, kubectl for example). Our strategy has been to work on a port of the fix to 1.6.x on Fedora/RHEL which we will then use to compile the .1 release. Meanwhile, the workaround is to compile |
Fixed in 1.3.1 and 3.3.1. |
The latest Mac OS update 'Sierra' is causing problems with golang binaries compiled with less than go 1.7.1. gofabric8 was hit by this but after compiling with 1.7.1 and releasing the problems seems to be resolved.
Problems running oc commands: deleting deployment configs sometimes hangs,
oc get pods
andoc edit dc foo
intermittently causing panic errors, see the errors in gist...Version
Steps To Reproduce
The text was updated successfully, but these errors were encountered: