This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#stackdriver profile | |
import "cloud.google.com/go/profiler" | |
profiler.Start(profiler.Config{ | |
Service: "webapp", | |
ServiceVersion: "1.0.0", | |
ProjectID: "my-project", | |
}) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ gcloud compute images export --destination-uri gs://${backet}/mogamin-aix-base4.tar.gz --image mogamin-aix-base5 --project ${project} | |
$ gcloud compute images create mogamin-aix-base6 --source-uri gs://${backet}/mogamin-aix-base4.tar.gz |