You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is not enough information here to know for sure what is the cause of the issue but it's very unlikely that you can get a functional cluster with such low resource limits, especially the memory.
The minimum amount of memory per node in a development environment is 4 GB (see The minimum for a non-production environment is 4 GB (see https://docs.redis.com/latest/rs/administering/designing-production/hardware-requirements/).
I would suggest deleting that REC resource and creating a new one with 4 GB of memory per node.
I am trying to create rec. But not a single POD is getting to 'running' state
This is rec yaml file
apiVersion: app.redislabs.com/v1
kind: RedisEnterpriseCluster
metadata:
name: rec-svc
spec:
Add fields here
nodes: 3
nodeSelector:
role: highmemnp
redisEnterpriseNodeResources:
limits:
cpu: "1000m"
memory: 1Gi
requests:
cpu: "500m"
memory: 512Mi
persistentSpec:
enabled: true
volumeSize: "1Gi"
snapshot of the error from POD
The text was updated successfully, but these errors were encountered: