Merge pull request #21914 from spxtr/remove-prepare-version

Remove PrepareVersion from hack/e2e.go.
This commit is contained in:
Jeff Lowdermilk
2016-03-02 15:57:59 -08:00
10 changed files with 22 additions and 110 deletions

View File

@@ -65,9 +65,6 @@ go run hack/e2e.go -v --build
# Create a fresh cluster. Deletes a cluster first, if it exists
go run hack/e2e.go -v --up
# Create a fresh cluster at a specific release version.
go run hack/e2e.go -v --up --version=0.7.0
# Test if a cluster is up.
go run hack/e2e.go -v --isup