I am trying to use gcloud to setup a Kubernetes cluster. I am running Kube-up.sh but I keep getting the following fatal error. I installed the tools immediately before getting this error so I don't think it is outdated tools.
failed MSpanList_Insert 0xa0f000 0x232b4577f12dc 0x0 0x0
fatal error: MSpanList_Insert
I installed using this command:
curl https://sdk.cloud.google.com | bash
curl -sS https://get.k8s.io | bash
I am on the latest version of macOS using zsh. My go version is "go version go1.13.5 darwin/amd64".
Any Suggestion on how to get this issue resolved. If more information is required please ask.