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

products/cloud/setup.h GKE version in here no longer supported #5

Open
mjdsullivan opened this issue May 21, 2019 · 3 comments
Open

Comments

@mjdsullivan
Copy link

got error when attempting to create the cluster in line 61 of setup.sh

to fix, I just use highest version of GKE master version that UI showed me was supported
--cluster-version "1.13.5-gke.10" \

@AbdoulBWane
Copy link

got error when attempting to create the cluster in line 61 of setup.sh

to fix, I just use highest version of GKE master version that UI showed me was supported
--cluster-version "1.13.5-gke.10" \

You can use 1.13.11-gke.14 which is the current version

@mattuLA
Copy link

mattuLA commented Jan 31, 2020

Hi, Matt here from Linux Academy. We have a temporary fix in place to fix the app engine issues you have been experiencing that will update necessary files after they have been cloned from this github repo. Steps below:

  1. Navigate to your la-ace-find-seller folder.
  2. In terminal: run the following command to download and execute a script that will update the necessary files to bring App Engine's deploy files up to current standards. Be sure to run this command only once, or some of the affected files will be 'double pasted' and not correctly formatted:
    gsutil cp https://storage.cloud.google.com/la-gcloud-course-resources/cloud-engineer/gca-fixes.sh . && source gca-fixes.sh
    The above script simply removes the included version of GKE cluster to run, which will default to the latest version. It will also update the Dockerfile to work with a new version of Go.
    You should now be able to deploy your application. Please let me know if this works or not. Thanks.

@mjdsullivan
Copy link
Author

mjdsullivan commented Feb 7, 2020 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants