Skip to content

Commit

Permalink
Merge pull request kubernetes#1186 from mm4tt/perf-dash-deploy
Browse files Browse the repository at this point in the history
Update instruction for deploy perf-dash
  • Loading branch information
k8s-ci-robot authored Apr 27, 2020
2 parents 6a9fefa + f899f2c commit bdc762e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 36 deletions.
3 changes: 0 additions & 3 deletions perfdash/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,5 @@ container: perfdash
push: container
gcloud docker -s $(REPO) -- push $(REPO)/perfdash:$(TAG)

deploy: push
./deploy.sh

clean:
rm -f perfdash
5 changes: 4 additions & 1 deletion perfdash/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,10 @@ Application server runs as a deployment on kubernetes cluster. It is hosted on
one specified in the `Makefile`
* Submit a PR, get required approvals and wait until it's merged
* Run `make push` to push new image to container registry
* Run `deploy.sh`
* Refer to [perf-dash.k8s.io/README.md](https://github.com/kubernetes/k8s.io/blob/master/perf-dash.k8s.io/README.md) for the deploy instructions

Note: Since 2020-04-21, perf-dash.k8s.io is hosted in the public **aaa** (sic!) cluster.
Instructions on connecting to **aaa** cluster can be found [here](https://github.com/kubernetes/k8s.io/blob/master/running-in-community-clusters.md#access-the-cluster).

## Application images

Expand Down
32 changes: 0 additions & 32 deletions perfdash/deploy.sh

This file was deleted.

0 comments on commit bdc762e

Please sign in to comment.