k3s/build/root
Kubernetes Submit Queue cab07f3af0 Merge pull request #46893 from yguo0905/image-spec
Automatic merge from submit-queue (batch tested with PRs 48890, 46893, 48872, 48896)

Support customized system spec in the node conformance test and create the GKE system spec

ref: https://github.com/kubernetes/kubernetes/issues/46891

- System specs are located in `test/e2e_node/system/specs`. Created one for validating GKE images in `test/e2e_node/system/specs/gke.yaml`.
- `--image-spec-name` can be used to specify a system spec in node e2e and conformance tests. This option maps to `SYSTEM_SPEC_NAME` in a test properties file, which is the user facing configuration. So, users can specify `SYSTEM_SPEC_NAME=gke` to run the image validation using the GKE system spec.
- If `SYSTEM_SPEC_NAME` is unspecified, the default spec (`system.DefaultSysSpec`) will be used.
- We can also use `make test-e2e-node SYSTEM_SPEC_NAME=gke` to run tests using GKE image spec.

**Release note**:
`None`
2017-07-14 16:49:52 -07:00
..
.bazelrc Bazel: mount tmpfs on /tmp 2017-05-26 17:02:18 -07:00
BUILD.root DO TODO: remove this alias after 2017-05-22 2017-05-24 20:03:14 -07:00
Makefile Merge pull request #46893 from yguo0905/image-spec 2017-07-14 16:49:52 -07:00
Makefile.generated_files Don't revert, necessary change to make helpers to include k8s.io/api 2017-06-22 11:30:43 -07:00
WORKSPACE add testmain setup func to the integration framework 2017-07-12 17:34:55 -07:00