diff --git a/dev-docs/development-process.md b/dev-docs/development-process.md index 4bb77530996..9fbff75fb50 100644 --- a/dev-docs/development-process.md +++ b/dev-docs/development-process.md @@ -195,6 +195,15 @@ HAIL_DEFAULT_NAMESPACE=default hailctl dev deploy -b /hail:
/batch. +The service accounts used in developer namespaces do not have permission to create pet service accounts in the +`hail-vdc` project, so the gsa-key secrets for these must be copied across from the default namespace in order +to run real jobs on the developer namespaces' batch services: +```bash +$ download-secret -gsa-key +$ mv secret.json key.json +$ kubectl create secret generic -gsa-key --namespace= --from-file=key.json +``` + To submit jobs to your dev namespace, you need to configure your local hail installation to point to the dev namespace. You can do this by running