Migrate Clouddriver's Redis To Its Own Instance
Take a snapshot of your existing Redis cluster* Create a new cluster with the snapshot from the previous step. This will include all the keys from the previous cluster that you can clear out later.Configure Clouddriver to use the new cluster. In your
/opt/spinnaker/config/clouddriver-local.ymladd the following:
redis:
connection: redis://${YOUR_REDIS_HOST}:6379Redeploy your Spinnaker instance
PreviousMetric data does not flow into Splunk despite setting up HEC Connection
NextMigrating from one cluster to another
Last updated
Was this helpful?