k3s/test/e2e
Kubernetes Submit Queue 77205b90a0
Merge pull request #66172 from krunaljain/bugfix/revert_pd_size_rounding_to_GB
Automatic merge from submit-queue (batch tested with PRs 66172, 66254). 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>.

Reverting commit #56600 as GCE PD is allocated in chunks of GiB inste…

**What this PR does / why we need it:**
This PR reverts the changes made in commit https://github.com/kubernetes/kubernetes/pull/56600 which considered GCE PDs are allocated in chunks of GBs. The following set of operations demonstrate the allocation is in GiBs. 

Manually create a PD in GB, and manually attach it to a node:
```
$ gcloud compute disks create msau-test --zone=us-central1-b --size=1GB
```
Run lsblk on it, and it shows the bytes of the disk are 1GiB:
```
$ lsblk -b
sdc       8:32   0  1073741824  0 disk 
```

**Which issue(s) this PR fixes**:
[65285](https://github.com/kubernetes/kubernetes/issues/65285)
**Special notes for your reviewer**:
```release-note
none
```
2018-07-17 02:13:03 -07:00
..
apimachinery apiextensions-apiserver: add pkg/cmd/server/testing pkg for integration bootstrapping 2018-07-05 17:34:16 +02:00
apps Merge pull request #64350 from jarrpa/statefulset-pvc-test 2018-07-04 15:01:08 -07:00
auth Adding details to Conformance Tests using RFC 2119 standards. 2018-07-05 16:02:59 -07:00
autoscaling Fix field name in NAP tests 2018-07-05 14:59:10 +02:00
chaosmonkey Autogenerated: hack/update-bazel.sh 2018-02-16 13:43:01 -08:00
common Make various fixes to flex tests and fix some crashes 2018-06-29 11:10:26 -04:00
framework Collecting etcd histogram metrics 2018-07-16 14:32:54 +02:00
generated Add pointer comments 2018-04-25 09:47:14 -07:00
instrumentation typo fix: fromat->format 2018-07-03 22:52:18 +08:00
kubectl Add debugging for scale e2e test errors 2018-06-26 13:34:48 -04:00
lifecycle Run hack/update-bazel.sh 2018-06-22 16:22:57 -07:00
manifest Run hack/update-bazel.sh 2018-06-22 16:22:57 -07:00
network split services between multiple namespaces 2018-07-02 10:31:05 -04:00
node Add a README in test/e2e/node with a warning 2018-07-06 16:48:35 -07:00
perftype
scalability Modify resource constraints for master components. 2018-07-13 16:46:57 +02:00
scheduling Change our tests to ensure that critical system pods are created in the system namespace 2018-06-28 22:25:27 -07:00
servicecatalog Run hack/update-bazel.sh 2018-06-22 16:22:57 -07:00
storage Merge pull request #66172 from krunaljain/bugfix/revert_pd_size_rounding_to_GB 2018-07-17 02:13:03 -07:00
testing-manifests add e2e test for standalone (exposed) NEG annotation 2018-06-22 16:15:32 -07:00
ui Run hack/update-bazel.sh 2018-06-22 16:22:57 -07:00
upgrades Run hack/update-bazel.sh 2018-06-22 16:22:57 -07:00
BUILD Run hack/update-bazel.sh 2018-06-22 16:22:57 -07:00
README.md
e2e-example-config.json
e2e.go move NEG out of featuregate 2018-06-25 09:47:39 -07:00
e2e_test.go Move multizone e2e to sig scheduling path 2018-01-25 08:42:16 -08:00
examples.go removes job scaler 2018-04-04 08:23:21 -04:00
gke_local_ssd.go update tests to be specific about the versions they are testing instead of floating 2018-05-01 13:18:41 -04:00
gke_node_pools.go

README.md

See e2e-tests

Analytics