mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-31 07:20:13 +00:00
Set CLOUDSDK_CORE_PRINT_UNHANDLED_TRACEBACKS on GCE e2e runs.
This should help us debug the large number of gcloud crashes we are seeing.
This commit is contained in:
parent
6950fab441
commit
3a4beb1ef1
@ -146,6 +146,7 @@
|
||||
export E2E_MIN_STARTUP_PODS="1"
|
||||
export KUBE_GCE_ZONE="us-central1-f"
|
||||
export FAIL_ON_GCP_RESOURCE_LEAK="true"
|
||||
export CLOUDSDK_CORE_PRINT_UNHANDLED_TRACEBACKS="1"
|
||||
gke-provider-env: |
|
||||
export KUBERNETES_PROVIDER="gke"
|
||||
export ZONE="us-central1-f"
|
||||
|
Loading…
Reference in New Issue
Block a user