Remove sensative data

This commit is contained in:
Kris Nova 2017-01-19 16:23:47 -07:00
parent 3bb54d1e1a
commit 35f93bd07b
1 changed files with 1 additions and 1 deletions

View File

@ -154,7 +154,7 @@ aws s3 sync --acl public-read kubernetes/server/bin/ s3://${S3_BUCKET_NAME}/ku
### Example e2e command
```
go run hack/e2e.go -v -up -down -kops `which kops` -kops-cluster zml-test.test-aws.k8s.io -kops-state s3://k8s-kops-jenkins/ -kops-nodes=
go run hack/e2e.go -v -up -down -kops `which kops` -kops-cluster test.test-aws.k8s.io -kops-state s3://k8s-kops-state-store/ -kops-nodes=
4 -deployment kops --kops-kubernetes-version https://storage.googleapis.com/kubernetes-release-dev/ci/$(curl -SsL https://storage.googleapis.com/kubernetes-release-dev/ci/latest-green.txt)
```