Examples: query, "exact match", wildcard*, wild?ard, wild*rd
Fuzzy search: cake~ (finds cakes, bake)
Term boost: "red velvet"^4, chocolate^2
Field grouping: tags:(+work -"fun-stuff")
Escaping: Escape characters +-&|!(){}[]^"~*?:\ with \, e.g. \+
Range search: properties.timestamp:[1587729413488 TO *] (inclusive), properties.title:{A TO Z}(excluding A and Z)
Combinations: chocolate AND vanilla, chocolate OR vanilla, (chocolate OR vanilla) NOT "vanilla pudding"
Field search: properties.title:"The Title" AND text
Answered
Hi, I'M Currently Setting Up The Gcp Autoscaler. Everything Works Except The Installation Of The Cuda Drivers. I'M Using This Machine Image

Hi, i'm currently setting up the GCP autoscaler. Everything works except the installation of the cuda drivers. I'm using this machine image projects/ml-images/global/images/c0-deeplearning-common-cu113-v20240319-debian-11-py310 that provides a install script /opt/deeplearning/install-driver.sh . When executed this error occurs:

ERROR: (gcloud.projects.describe) User [XXXX@developer.gserviceaccount.com] does not have permission to access projects instance [XXXX] (or it may not exist): Request had insufficient authentication scopes.
- '@type': type.googleapis.com/google.rpc.ErrorInfo
  domain: googleapis.com
  metadata:
    method: google.cloudresourcemanager.v1.Projects.GetProject
    service: cloudresourcemanager.googleapis.com
  reason: ACCESS_TOKEN_SCOPE_INSUFFICIENT
If you are in a compute engine VM, it is likely that the specified scopes during VM creation are not enough to run this command.
See 
 for more information about access scopes.
See 
 for how to update access scopes of the VM.

As I understand it a possible solution would be to set the scope None when spinning up the machine. I don't think there's a setting for that. Also I think this thread is related: None
Any ideas?

  
  
Posted 15 days ago
Votes Newest

Answers 5


awesome, thats great to hear!

  
  
Posted 5 days ago

Hi @<1691620910768852992:profile|DefiantDeer46> , the up-and-coming version of the GCP autoscaler will allow you to set custom service account scopes - I assume that should solve the issue, right?

  
  
Posted 14 days ago

do you have any idea when it will be available?

  
  
Posted 14 days ago

i think so yes

  
  
Posted 14 days ago

Hi @<1691620910768852992:profile|DefiantDeer46> , sorry for the delayed response. I assume it will be released in the coming week

  
  
Posted 5 days ago
72 Views
5 Answers
15 days ago
4 days ago
Tags