To seed a Kubernetes/Openshift cluster with an example Redis resource:
$ make cluster/prepare
$ make cluster/seed/redis
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]stringwith the keyredis.conf