GCP - Configuration de l'environnement google shell en locale



Tout d'abord on crée un alias pour pas ce faire ch...
alias gcloud="docker run --rm -ti -v $HOME/.config/gcloud:/root/.config/gcloud google/cloud-sdk:alpine gcloud"

ensuite on initialise:

gcloud init

Suivre les instructions.

Si c'est pas fait, faire:

gcloud projects list
Listed 0 items.

Si c'est 0 items, alors faite:
gloud projects create LENOMDEVOTREPROJET
Par contre, il y a des restrictions sur le nom.

"Project IDs must start with a lowercase letter and can have lowercase ASCII letters, digits or hyphens. Project IDs must be between 6 and 30 characters."

Commentaires