Skip to content

Instantly share code, notes, and snippets.

@swiftdiaries
Last active August 7, 2019 00:31
Show Gist options
  • Select an option

  • Save swiftdiaries/fac23b08db43efa0f260f73d8837efb9 to your computer and use it in GitHub Desktop.

Select an option

Save swiftdiaries/fac23b08db43efa0f260f73d8837efb9 to your computer and use it in GitHub Desktop.
# Download service account key
gcloud iam service-accounts keys create ~/hybrid-kubeflow-pipeline-demo.json \
--iam-account [SA-NAME]@[PROJECT-ID].iam.gserviceaccount.com
# Create a Kubernetes secret for the service account key
kubectl create secret generic gke-kfp-sa \
--from-file=~/hybrid-kubeflow-pipeline-demo.json -n kubeflow
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment