Skip to content

Commit b2a502c

Browse files
committed
adding instructions for availability of autoscaler to readme
1 parent 2f63773 commit b2a502c

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

README.adoc

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,4 +133,25 @@ Rule To Scale Redis up 3 GB:
133133
"scaleCeiling": 50,
134134
"triggerType":"webhook"
135135
}
136+
----
137+
138+
== Availability
139+
140+
=== Docker
141+
The Redis Cloud Autoscaler is available as a Docker image, you can pull the image from GitHub's Docker registry:
142+
143+
[source,shell]
144+
----
145+
docker pull ghcr.io/redis-field-engineering/redis-cloud-autoscaler:latest
146+
----
147+
148+
=== Jars
149+
You can also download the JAR file from the https://github.com/redis-field-engineering/redis-cloud-autoscaler/releases/latest[GitHub Releases Page]
150+
151+
=== Source
152+
You can of course also build the whole thing from source by cloning this repo and running:
153+
154+
[source,shell]
155+
----
156+
./gradlew build
136157
----

0 commit comments

Comments
 (0)