Skip to content
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

Error running make install with GKE #258

Closed
ianlewis opened this issue Jun 12, 2018 · 2 comments
Closed

Error running make install with GKE #258

ianlewis opened this issue Jun 12, 2018 · 2 comments
Labels
kind/bug These are bugs. wontfix Sorry, but we're not going to do that.

Comments

@ianlewis
Copy link

helm fails to run in the Docker container because the auth helper configured in kubeconfig points to a gcloud that isn't mounted in the container.

build$ make install
mkdir -p ~/.kube
mkdir -p /home/ianlewis/go/src/github.com/GoogleCloudPlatform/agones/build//.config/gcloud
docker run --rm -v /home/ianlewis/go/src/github.com/GoogleCloudPlatform/agones/build//.config/gcloud:/root/.config/gcloud -v ~/.kube:/root/.kube -v /home/ianlewis/go/src/github.com/GoogleCloudPlatform/agones:/go/src/agones.dev/agones  agones-build:fedaab1c9e \
        helm upgrade --install --namespace=default \
        --set agones.image.tag=0.3.0-a323222,agones.image.registry=gcr.io/agones-images,agones.image.controller.pullPolicy="Always",agones.image.sdk.alwaysPull=true \
        agones /go/src/agones.dev/agones/install/helm/agones/
Error: Get https://35.189.136.70/api/v1/namespaces/kube-system/pods?labelSelector=app%3Dhelm%2Cname%3Dtiller: error executing access token command "/home/ianlewis/opt/google-cloud-sdk/bin/gcloud config config-helper --format=json": err=fork/exec /home/ianlewis/opt/google-cloud-sdk/bin/gcloud: no such file or directory output= stderr=
Makefile:128: recipe for target 'install' failed
make: *** [install] Error 1
@markmandel markmandel added the kind/bug These are bugs. label Jun 12, 2018
@markmandel
Copy link
Member

What cluster are you trying to install on? One made with make gcloud-test-cluster ?

@ianlewis
Copy link
Author

ok. so I tried to use an existing cluster I use for dev but I'll go with the dedicated agones cluster

@markmandel markmandel added the wontfix Sorry, but we're not going to do that. label Feb 5, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug These are bugs. wontfix Sorry, but we're not going to do that.
Projects
None yet
Development

No branches or pull requests

2 participants