Closed seanknox closed 8 years ago
hey @seanknox this problem has nothing to do with kube-solo
or kube-cluster
apps, the problem is with kubectl
which is compiled with go v1.6.x, on Sierra go binaries compiled with that go version spit those errors. Only go binaries compiled with go v1.7.x work fine there.
https://medium.com/@gerred/kubectl-1-3-7-for-macos-sierra-ee2c483e283d#.2x4fuh2sj
hey @rimusz! thanks for pointing me to that. Should I be compiling kubectl
using go v1.7.x and then dropping it into ~/kube-solo/bin
? And if so, should I do the same with https://github.com/TheNewNormal/kube-cluster-osx?
@seanknox yes, that should solve the kubectl
problem till we get k8s binaries built with go v1.7.
I was not able to compile kubectl
with go v1.7, as always so many go dependencies there, not really go expert.
also I need to update deis_install
there (minio), to support latest workflow move from rc to deployments
Sweet, I did just that and all is working now. For posterity the process was:
go
via homebrewv1.7.1
via homebrewkubectl
according to https://medium.com/@gerred/kubectl-1-3-7-for-macos-sierra-ee2c483e283d#.l9sop4jjerm -rf ~/kube-solo
to prepare for a fresh installkubectl
to ~/kube-solo/bin`Thanks for your help!
Fresh install of 0.9.6 on macOS Sierra hangs at the
~/kube-solo/bin/kubectl get nodes
step:In another shell: