You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Updating this issue with a note for follow-up. The sample in question uses both curl and gsutil (which is no longer recommended). The sample should be updated to remove both commands in favor of using gcloud storage cp, which performs automatic checksum validation (which makes the manual check shown in the sample unnecessary).
golang-samples/getting-started/gce/startup-script.sh
Line 23 in 942ee06
After seeing the console log, it states that the new checksum is
3c6816ebd2d5f853fcf8579517380b03677a8aad43d193863ecc197a60bed52e
The reproduction steps are in the quick start guide for GCE -- https://cloud.google.com/go/getting-started/getting-started-on-compute-engine#use_a_startup_script_to_initialize_an_instance
The text was updated successfully, but these errors were encountered: