Skip to content

Assistance with errors executing on GCP #22

@phlatphish

Description

@phlatphish

New to GCP and ElasticBlast, quite experienced with blast and the command line. Your learning resources are very good. I am still on the free tier at GCP -- could that be the origin of the following errors? I am attempting blastp on a set of 12000 proteins against nr. Running a single protein against swissprot went without problems.

my.ini:

[cloud-provider]
gcp-region = us-west1
gcp-zone = us-west1-b

[cluster]
num-nodes = 4
labels = owner=phlatphish
#Uncomment next line if error "Requested disk size 3000.0G is larger than allowed." occurs.
pd-size = 400G

[blast]
program = blastp
db = nr
queries = myproteins.fa
results = gs://elasticblast-phlatphish/try3 
options = -task blastp-fast -evalue 1e-6 -outfmt 6

The errors:

elastic-blast submit --cfg try3.ini
ERROR: The command "gcloud container clusters create elasticblast-phlatphish-0ad9ece41 --no-enable-autoupgrade --project pen --zone us-west1-b --machine-type n1-highmem-64 --num-nodes 1 --scopes compute-rw,storage-rw,cloud-platform,logging-write,monitoring-write --labels cluster-name=elasticblast-phlatphish-0ad9ece41,client-hostname=cs-951428556382-default,project=elastic-blast,billingcode=elastic-blast,creator=phlatphish,created=2024-11-13-19-57-21,owner=phlatphish,program=blastp,db=nr,name=elasticblast-phlatphish-0ad9ece41,results=gs---elasticblast-phlatphish-try3,version=1-3-1" returned with exit code 1
Note: The Kubelet readonly port (10255) is now deprecated. Please update your workloads to use the recommended alternatives. See https://cloud.google.com/kubernetes-engine/docs/how-to/disable-kubelet-readonly-port for ways to check usage and for migration instructions.
Note: Your Pod address range (`--cluster-ipv4-cidr`) can accommodate at most 1008 node(s).
ERROR: (gcloud.container.clusters.create) ResponseError: code=403, message=
        - insufficient project quota to satisfy request: resource "CPUS_ALL_REGIONS": request requires '64.0' and is short '32.0'. project has a quota of '32.0' with '32.0' available. View and manage quotas at https://console.cloud.google.com/iam-admin/quotas?usage=USED&project=pen
        - insufficient regional quota to satisfy request: resource "CPUS": request requires '64.0' and is short '40.0'. project has a quota of '24.0' with '24.0' available. View and manage quotas at https://console.cloud.google.com/iam-admin/quotas?usage=USED&project=pen. This command is authenticated as [email protected] which is the active account specified by the [core/account] property.


ERROR: cleanup stage failed: kubernetes context is missing for elasticblast-phlatphish-0ad9ece41
ERROR: cleanup stage failed: Cluster elasticblast-phlatphish-0ad9ece41 was not found
ERROR: kubernetes context is missing for elasticblast-phlatphish-0ad9ece41
ERROR: Cluster elasticblast-phlatphish-0ad9ece41 was not found

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions