-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RESOURCE_EXHAUSTED: Maximum number of keys on account reached #348
Comments
Resolving as this has been inactive for several months. Please reopen if this is still an issue. |
I'm also getting this, this is what my bash script to deploy looks like: CLUSTERNAME=$1
ZONE=europe-west1-b
gcloud config set compute/zone $ZONE
gcloud beta container clusters create $CLUSTERNAME \
--enable-autoupgrade \
--zone $ZONE \
--scopes cloud-platform \
--enable-cloud-logging \
--enable-cloud-monitoring \
--machine-type n1-standard-1 \
--num-nodes 4
echo "cluster created"
kubectl create clusterrolebinding ml-pipeline-admin-binding --clusterrole=cluster-admin --user=$(gcloud config get-value account)
echo "clusterrole created"
# kubectl create namespace kubeflow
# kubectl create secret generic user-gcp-sa --from-file=../kubeflowScripts/user-gcp-sa.json -n kubeflow
PIPELINE_VERSION=0.1.8
kubectl create -f https://storage.googleapis.com/ml-pipeline/release/$PIPELINE_VERSION/bootstrapper.yaml
echo "pipeline jobs created" after that the deploy-ml-pipeline job fails. |
magdalenakuhn17
pushed a commit
to magdalenakuhn17/pipelines
that referenced
this issue
Oct 22, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The text was updated successfully, but these errors were encountered: