mirror of https://github.com/kubernetes/kops.git
Remove sensative data
This commit is contained in:
parent
3bb54d1e1a
commit
35f93bd07b
|
@ -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)
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in New Issue