-
Notifications
You must be signed in to change notification settings - Fork 71
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
External Redis config #205
Comments
Here is an example of using an external redis https://github.com/armory/spinnaker-kustomize-patches/blob/master/persistence/patch-redis.yml |
Thanks, I found that a few days ago and I was able to set it up.
Although the Armory operator seems to be stuck in Updating mode for 12 hours and has not deleted the old redis deployed by the operator before switching to the external redis-ha deploy. I am seeing this in the operator logs:
|
Een regular Halyard based deployments would not remove the previously deployed redis pods.
Operator is currently running Halyard under the hood so it would be the same. |
Thanks, I thought that maybe the operator would have taken care of that. I will manually delete the old redis, thank you. |
I manually deleted the old redis but the spinsvc is still in a Status Updating. |
@j771 are you still seeing issues with updating the Operator? There were some changes in 1.2.x around how status was being reported that may resolve the behavior you were seeing. |
I have updated to the latest version of the operator and when I did the update I did not run into any issues. |
Is there a way to setup Spinnaker deployed with the Armory operator to use an external redis?
I see there is some documentation here but I tried this and it did not work: https://docs.armory.io/docs/installation/operator-reference/deploy/
Maybe set the configs from the above link and also set the service-settings/redis.yml as stated here: https://spinnaker.io/setup/productionize/caching/externalize-redis/#configure-a-spinnaker-wide-redis
Not sure how to setup the redis.yml for Armory deploy.
Would it be something like the following?
And for deployment environment config?
The text was updated successfully, but these errors were encountered: