Advertisement
Guest User

Untitled

a guest
Mar 18th, 2019
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. - name: 'gcr.io/cloud-builders/kubectl'
  2. args: ['create', 'deployment', 'nginx3', '--image=nginx']
  3. # add more kubectl actions here...
  4.  
  5. # ...they’ll all point to the GKE cluster specified down here
  6. options:
  7. env:
  8. - CLOUDSDK_COMPUTE_ZONE=us-central1-a
  9. - CLOUDSDK_CONTAINER_CLUSTER=staging
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement