mirror of
https://github.com/kubernetes-sigs/descheduler.git
synced 2026-01-25 20:59:28 +01:00
9 lines
179 B
Bash
Executable File
9 lines
179 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
set -e
|
|
|
|
|
|
gcloud auth activate-service-account --key-file "${GCE_SA_CREDS}"
|
|
gcloud config set project $GCE_PROJECT_ID
|
|
gcloud config set compute/zone $GCE_ZONE
|