kubernetes/test/e2e
Kubernetes Submit Queue 7ede2a012e
Merge pull request #56600 from edisonxiang/fixvolumesize
Automatic merge from submit-queue (batch tested with PRs 56600, 56814). If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>.

Fix volume size allocation in gcd_pd

**What this PR does / why we need it**:
GCE PDs are allocated in chunks of GBs not GiB but CreateVolume function incorrectly creates volume in chunks of GiB.  
1 GiB = 1024 * 1024 * 1024 Bytes
1 GB = 1000 * 1000 * 1000 Bytes

**Which issue(s) this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close the issue(s) when PR gets merged)*:
Fixes #56081

**Special notes for your reviewer**:

**Release note**:

```release-note
Fixed dynamic provisioning of GCE PDs to round to the next GB instead of GiB
```
2017-12-19 14:08:38 -08:00
..
apimachinery Collect all the assorted image URLs from e2e tests in one place 2017-12-19 12:16:07 -05:00
apps Collect all the assorted image URLs from e2e tests in one place 2017-12-19 12:16:07 -05:00
auth Collect all the assorted image URLs from e2e tests in one place 2017-12-19 12:16:07 -05:00
autoscaling If minimum mig size is 0, resize to 1 before running test 2017-12-18 15:07:16 +01:00
chaosmonkey update BUILD files 2017-10-15 18:18:13 -07:00
common Collect all the assorted image URLs from e2e tests in one place 2017-12-19 12:16:07 -05:00
framework Collect all the assorted image URLs from e2e tests in one place 2017-12-19 12:16:07 -05:00
generated update BUILD files 2017-10-15 18:18:13 -07:00
instrumentation Collect all the assorted image URLs from e2e tests in one place 2017-12-19 12:16:07 -05:00
kubectl fix failed to access service of e2e test 2017-11-14 19:21:59 +08:00
lifecycle Change Auto-Repair e2e test tags. 2017-11-30 10:59:11 +01:00
manifest Update bazel 2017-10-18 17:24:04 +02:00
multicluster use core client with explicit version 2017-11-25 08:14:10 +08:00
network Collect all the assorted image URLs from e2e tests in one place 2017-12-19 12:16:07 -05:00
node Review fixes 2017-11-14 10:16:30 +01:00
perftype update BUILD files 2017-10-15 18:18:13 -07:00
scalability Merge pull request #56202 from porridge/typo-density 2017-12-14 13:54:49 -08:00
scheduling Merge pull request #55995 from supereagle/extensions-client-with-version 2017-12-14 00:45:15 -08:00
servicecatalog use versiond group clients from client-go 2017-11-07 14:47:22 +08:00
storage Merge pull request #56600 from edisonxiang/fixvolumesize 2017-12-19 14:08:38 -08:00
testing-manifests Use k8s.gcr.io vanity domain for container images 2017-12-18 09:18:34 -08:00
ui Update Dashboard add-on to version 1.8.0 2017-11-28 17:53:02 +01:00
upgrades Merge pull request #55995 from supereagle/extensions-client-with-version 2017-12-14 00:45:15 -08:00
BUILD update autogen BUILD files 2017-11-07 11:17:00 +08:00
e2e-example-config.json Add viper support to core e2es 2016-09-15 18:38:01 -04:00
e2e.go Changed GetAllZones to only get zones with nodes that are currently 2017-11-20 16:04:18 -08:00
e2e_test.go Merge pull request #51898 from guangxuli/federation_e2e_test 2017-10-06 13:16:37 -07:00
examples.go Merge pull request #54386 from yanxuean/testfmt 2017-11-10 18:50:20 -08:00
gke_local_ssd.go Migrate api.Registry to testapi.Groups in tests. 2017-07-17 15:05:38 -07:00
gke_node_pools.go Use clientset in GetReadySchedulableNodesOrDie 2016-10-19 15:55:39 +02:00
README.md Update docs/ URLs to point to proper locations 2017-06-05 22:13:54 -07:00