Advertisement
Guest User

Untitled

a guest
Sep 19th, 2019
154
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.85 KB | None | 0 0
  1. ```sh
  2. gcloud projects create upspin42
  3. gcloud iam service-accounts create --project upspin-service-account
  4. gcloud iam service-accounts create --project upspin42 upspin-service-account
  5. gcloud projects add-iam-policy-binding upspin42 --role=roles/owner --member=serviceAccount:upspin-service-account@upspin42.iam.gserviceaccount.com
  6. gcloud iam service-accounts keys create json_key.json --iam-account upspin-service-account@upspin42.iam.gserviceaccount.com --project upspin42
  7. gcloud alpha billing projects link --billing-account $(gcloud alpha billing accounts list --format json | jq -r '.[0].name') upspin42
  8.  
  9. gcloud dns record-sets transaction start --zone maelvls
  10. gcloud dns record-sets transaction add --project august-period-234610 --zone=maelvls --type=A --ttl 300 --name upspin.maelvls.dev. 34.89.156.68
  11. gcloud dns record-sets transaction execute --zone maelvls
  12. ```
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement