Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
meezaan authored Aug 7, 2020
1 parent 32fa745 commit be2eeeb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ deploy it locally or on the cluster itself.
* Docker (recommended) or PHP 7.4 (you'll need to setup env vars on your machine / server before using PHP without Docker)

## Published Docker Image
The image for this utility is published @ Docker Hub as meezaan/linode-k8s-autoscaler (https://hub.docker.com/repository/docker/meezaan/linode-k8s-autoscaler).
The image for this utility is published @ Docker Hub as meezaan/linode-k8s-autoscaler (https://hub.docker.com/r/meezaan/linode-k8s-autoscaler).

The latest tag always has the latest code. Also, Docker Hub tags are tied to the tags in this git repository as releases.

Expand Down Expand Up @@ -97,7 +97,7 @@ FROM meezaan/linode-k8s-autoscaler
COPY configfile /root/.kube/config
```

Once you've build the image (and let's assume it's called yourspace/k8s-autoscaler:latest), you can deploy
Once you've built the image (and let's assume it's called yourspace/k8s-autoscaler:latest), you can deploy
it with the following manifest:
```
---
Expand Down

0 comments on commit be2eeeb

Please sign in to comment.