-
Notifications
You must be signed in to change notification settings - Fork 16.7k
[stable/redis-ha] Update redis image + Fix persistance volume claim #2543
Conversation
Hi @smileisak. Thanks for your PR. I'm waiting for a kubernetes member to verify that this patch is reasonable to test. If it is, they should reply with I understand the commands that are listed here. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here. |
Hi @smileisak, Are you saying that Persistence should now work with image quay.io/smile/redis:4.0.2? I just checked and it does not. |
@esvirskiy Statefulset was pointing to a wrong pvc |
@smileisak So |
@esvirskiy While this PR not merged, it will not work ! |
ah, understood! |
@smileisak I am having a slightly different problem when I try to use this chart with your changes: the persistentVolumeClaim in
|
/ok-to-test |
|
||
|
||
|
||
redis_image: quay.io/smile/redis:4.0.2 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you add the source of this image in the sources of the Chart.yaml?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done!
* upstream/master: (132 commits) [stable/spinnaker] use the /health endpoint instead of /env (helm#2608) [stable/concourse] bump dependency postgresql 0.8.3 (helm#2391) [stable/redis-ha] fix: sentinel depl should use resources.sentinel (helm#2468) [stable/redis-ha] Update redis image + Fix persistance volume claim (helm#2543) redis-ha: Fix broken link to k8s.io docs (helm#2418) Adding docs on supported Kubernetes versions (helm#2581) [stable/traefik] Bump Traefik version to 1.4.1 (helm#2589) [stable/parse] Release 0.2.8 (helm#2593) [stable/redis] Release 1.0.1 (helm#2592) [stable/phabricator] Release 0.4.26 (helm#2584) [stable/odoo] Release 0.5.15 (helm#2558) [stable/ghost] Release 1.0.7 (helm#2575) Adding @scottrigby and @mattfarina to OWNERS (helm#2580) Adjusting ingress record to better support TLS (helm#2484) [stable/redis] release 1.0.0 (helm#2380) Updated the NOTES for istio. (helm#2438) [stable/redmine] Release 2.0.1 (helm#2490) [stable/mariadb] Update to mariadb non-root image (helm#2423) Update CI to use Helm 2.6.2 (helm#2405) update kubernetes-dashboard image version to v1.7.1 (helm#2514) ...
I just tested and I am seeing the exact same issues when using persistent volume claim.
|
I have troubles with latest version too @smileisak |
having the same issue. |
Bump? |
Sorry guys, I was not available this periode of time, i started migrating the slave deployment to statefulset and creating 2 persistant volume claims for master and slave components. It will be available soon.. |
will this ever be fixed? |
@esvirskiy yes it was fixed |
@smileisak is the command above incorrect? How do I enable persistent volume? |
Hi, there are still some scaling issues with the PVCs, they appear not to scale:
As mentioned in #2386 (comment) it looks like the PVCs have to be modified to use volumeClaimTemplates As a consequence, only one master / slave are able to start, see pictures below |
Hi, is anyone working on the necessary changes mentioned above ? |
How can I enable PersistentVolume? I have
but
|
@ianmaddox can you take a look ;) |
@ianmaddox pretty please? :) |
Got redis-ha to use PVC but it does not work...
|
Hey all. I've spent a little time with this but got hung up by the RBAC changes. More soon. |
Update default redis image used within this chart. Related with these issues #2527, #2394
Dockerfile can be found here.
And fix Persistance Volume Claim name to enable persistance correctly. Related with these issues:
#2539, #2386