Skip to content

Commit

Permalink
Remove instructions about Tiller
Browse files Browse the repository at this point in the history
  • Loading branch information
joakimhew authored Jul 8, 2021
1 parent 0c8f6c4 commit 6d42217
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,11 +64,6 @@ Set docker environment to minikube
eval $(minikube docker-env)
```

Initialize helm
```sh
helm init
```

Build docker image
```sh
docker build docker-image -t locust-tasks:latest
Expand Down Expand Up @@ -103,8 +98,6 @@ Now that we have minikube running we are going to want to point our docker envir

Confirm that the docker environment is correct by running `docker images`. You should see a list of related kubernetes images like k8s.gcr.io.

Now we're ready to install tiller onto our local kubernetes cluster. Tiller will make sure that we can use helm to install, update and delete our charts. The easiest way to do this is to simply run `helm init`.

#### Building the docker image
In the root of the repo, run `docker build docker-image -t locust-tasks:latest`

Expand All @@ -131,4 +124,4 @@ To confirm that locust is running in our cluster. Run `minikube service list`. Y

[locust]: images/locust.png

[build-status]: https://travis-ci.org/joakimhew/locust-kubernetes.svg?branch=master
[build-status]: https://travis-ci.org/joakimhew/locust-kubernetes.svg?branch=master

0 comments on commit 6d42217

Please sign in to comment.