
Rupam Das • about 6 years ago
Redis instance also not getting created
Hello, I am unable to create even a redis service. I have no other services running, but still unable to start redis instance.
cf create-service redis-1 shared-vm myRedis
Creating service instance myRedis in org sumitra.singh16@gmail.com / space XYZ
FAILED
Server error, status code: 502, error code: 10001, message: Service broker error: instance limit for this service has been reached
Comments are closed.
2 comments
Camilla Polakoff Manager • about 6 years ago
Hey Rupam! Thanks for your questions. Can you please post this same question on the predix forum and tag the topic with "intelligentworld". That way we can ensure experts get to it asap and solve your issue. Please reach out if you have additional questions. Thanks!
https://forum.predix.io/
Thank you!
Claudia Lin • about 6 years ago
Hi Rupam,
I think that redis-1 has reached its limitation. Please try to use redis-3. I have just tried and it has been done successfully. Please let me know if you have any question. Thanks
e.g.:
$ cf create-service redis-3 shared-vm cllinRedis
Creating service instance cllinRedis in org claudia.lin@ge.com / space dev as claudia.lin@ge.com...
OK