New instances are failing with "multi-user-redis"
See original GitHub issueThis used to work fine but now I am seeing this issue. Any ideas?
Events:
Type Reason Age From Message
---- ------ ---- ---- -------
Normal Scheduled 36s default-scheduler Successfully assigned default/t-val-juiceshop-79b6488494-bftsr to s0025abl5905
Normal Pulled 35s kubelet, s0025abl5905 Container image "bkimminich/juice-shop:latest" already present on machine
Normal Created 35s kubelet, s0025abl5905 Created container juice-shop
Normal Started 34s kubelet, s0025abl5905 Started container juice-shop
Normal Pulling 15s (x3 over 34s) kubelet, s0025abl5905 Pulling image "iteratec/juice-progress-watchdog"
Normal Pulled 12s (x3 over 31s) kubelet, s0025abl5905 Successfully pulled image "iteratec/juice-progress-watchdog"
Warning Failed 12s (x3 over 31s) kubelet, s0025abl5905 Error: secret "multi-juicer-redis" not found
Warning Unhealthy 9s (x11 over 29s) kubelet, s0025abl5905 Readiness probe failed: Get http://10.244.1.121:3000/rest/admin/application-version: dial tcp 10.244.1.121:3000: connect: connection refused
[chandv3_adm@sdcnjc ~]$ curl http://10.244.1.121:3000/rest/admin/application-version
{"version":"9.3.1"}
Issue Analytics
- State:
- Created 4 years ago
- Comments:14 (7 by maintainers)
Top Results From Across the Web
Troubleshoot connecting to an ElastiCache for Redis cluster
Verify network-level connectivity between the cluster and the client resource · 1. Select the cluster name from the Redis clusters menu, and then ......
Read more >Scaling with Redis Cluster
To remain available when a subset of master nodes are failing or are not able to communicate with the majority of nodes, Redis...
Read more >How configure multiple Redis instances on Debian
The end of the redis-server unit file would say: [Install] WantedBy=multi-user.target Alias=redis.service. Either remove that Alias, ...
Read more >Redis Anti-Patterns Every Developer Should Avoid
By default, each Redis instance you create will in turn create its own connection pool. You can override this behavior and use an...
Read more >High availability for Azure Cache for Redis - Microsoft Learn
The primary node usually is responsible for servicing write and read requests from clients. On a write operation, it commits a new key...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
You wont believe it, I uninstalled and reinstalled with latest release knowing that the fix wont solve redis problem, but it did. I seem to have gone away. I was able to create atleast 5 instances and seem to be working. I even brought restarted minikube cluster and everything seem to work. The only thing that needs to be tested is imagePullPolicy for progress-watchdog. I will test this out today.
I’ll close this issue as this seems to be resolved.