-
Notifications
You must be signed in to change notification settings - Fork 420
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
Comments
You can use 1.13.11-gke.14 which is the current version |
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:
|
Thanks for looking into it. I’d already worked around w above so just a
suggested update. Cheers
…On Fri, Jan 31, 2020 at 3:41 PM mattuLA ***@***.***> wrote:
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 app engine application. Please
let me know if this works or not. Thanks.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#5?email_source=notifications&email_token=AGMH2P5IBPKW4D36T7TVOUTRASEGTA5CNFSM4HOO33OKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEKP6BKI#issuecomment-580903081>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AGMH2PYAY4VOQU2LLOMCDHLRASEGTANCNFSM4HOO33OA>
.
|
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" \
The text was updated successfully, but these errors were encountered: