I was in the Regional Alpha so I'm familiar with this but it's been awhile since I had the issue. The fix I believe was;;
export CLOUDSDK_CONTAINER_USE_V1_API_CLIENT=false
Note; It's in beta now and I believe --region was added to the recent gcloud command but I could be incorrect. If you have problems msg me on k8s slack, mikej, I can run through it with you.
I don't believe you need this at all now that it's beta, but I set up my beta regional cluster a few weeks ago.
Also, re: IRC, there are 27k people on the k8s slack. I've used k8s for years and never gone into irc. I just don't use irc anymore.
thanks for your help, but I guess I'm fine now (just trying out stuff)
well the ENV probably would have helped but there is also a config:
`gcloud beta config set container/use_v1_api_client false`
and I needed the --region (I always used --zone, since that was what the GUI suggested).
export CLOUDSDK_CONTAINER_USE_V1_API_CLIENT=false
Note; It's in beta now and I believe --region was added to the recent gcloud command but I could be incorrect. If you have problems msg me on k8s slack, mikej, I can run through it with you.
I don't believe you need this at all now that it's beta, but I set up my beta regional cluster a few weeks ago.
Also, re: IRC, there are 27k people on the k8s slack. I've used k8s for years and never gone into irc. I just don't use irc anymore.