Skip to content
This repository has been archived by the owner on Apr 17, 2019. It is now read-only.

Commit

Permalink
Merge pull request #2550 from mwielgus/faq8
Browse files Browse the repository at this point in the history
Cluster-autoscaler: add default credentials to faq.
  • Loading branch information
mwielgus committed Apr 14, 2017
2 parents 6c095dc + 1957bf5 commit a2c7c18
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions cluster-autoscaler/FAQ.md
Expand Up @@ -291,6 +291,11 @@ the scale-up-triggering pods are removed.
go run hack/e2e.go -- -v --test --test_args="--ginkgo.focus=\[Feature:ClusterSizeAutoscaling"
```
It will take >1 hour to run the full suite. You may want to redirect output to file, as there will be plenty of it.

Test runner may be missing default credentials. On GCE they can be provided with:
```sh
gcloud beta auth application-default login
```

A few tests are specific to GKE and will be skipped if you're running on a
different provider.
Expand Down

0 comments on commit a2c7c18

Please sign in to comment.