package
1.3.0-alpha.3
Repository: https://github.com/icedroid/kubernetes.git
Documentation: pkg.go.dev

# README

WARNING WARNING WARNING WARNING WARNING

PLEASE NOTE: This document applies to the HEAD of the source tree

If you are using a released version of Kubernetes, you should refer to the docs that go with that version.

The latest release of this document can be found [here](http://releases.k8s.io/release-1.1/docs/devel/collab.md).

Documentation for other releases can be found at releases.k8s.io.

See e2e-node-tests

Analytics

# Packages

Build the binary with `go build conformance.go`, then run the conformance binary on a node candidate.
To run the e2e tests against one or more hosts on gce: $ godep go run run_e2e.go --logtostderr --v 2 --ssh-env gce --hosts <comma separated hosts> To run the e2e tests against one or more images on gce and provision them: $ godep go run run_e2e.go --logtostderr --v 2 --project <project> --zone <zone> --ssh-env gce --images <comma separated images>.

# Functions

No description provided by the author
CreateTestArchive builds the local source and creates a tar archive e2e_node_test.tar.gz containing the binaries k8s required for node e2e tests.
No description provided by the author
RunRemote copies the archive file to a /tmp file on host, unpacks it, and runs the e2e_node.test.
runSshCommand executes the ssh or scp command, adding the flag provided --ssh-options.

# Structs

One pod one container.
No description provided by the author
No description provided by the author