$ make cluster/prepare
$ make cluster/seed/redis PROVIDER=openshift
$ make cluster/prepare
$ make cluster/seed/redis PROVIDER=aws
$ make cluster/prepare
$ make cluster/seed/redis PROVIDER=gcp
A JSON object containing two keys: region
, which is the AWS region code, and createStrategy
, which is a JSON representation of this struct
For Kubernetes/Openshift the JSON object contains a single key, strategy
. The strategy
object can contain the following keys, which are used to overwrite specific object configuration:
- RedisDeploymentSpec
- RedisServiceSpec
- RedisPVCSpec
- RedisConfigMapData - A
map[string]string
with the keyredis.conf