Advertisement
Guest User

Untitled

a guest
Aug 21st, 2017
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. Set up for the first time:
  2. > gcloud config set container/use_client_certificate True
  3. > gcloud container clusters get-credentials orchestrator --zone europe-west1-d --project prodigy-finance-edw
  4.  
  5. First log in to google:
  6. > gcloud auth login
  7.  
  8. To attach to airflow:
  9. > kubectl port-forward af-ui 8080:8080
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement