dinesh-github-ops
dinesh-github-ops
Hi, I did not set anything in values.yaml file for load balancer. below are existing services for redis ``` yipee-kiya-redis-headless ClusterIP None 6379/TCP 35h yipee-kiya-redis-master ClusterIP 10.43.195.16 6379/TCP 35h yipee-kiya-redis-replicas...
Hi, I configured redis service with type "load balancer" but I am getting the below error while typing any command using redis-cli ``` redis.k8s.abcdef.com:443> ping Error: Protocol error, got "H"...
Hi, I am not using TLS, I just tried to send request from out side to port 443 and then internally it goes to 6379. In our environment we cant...
Hi, I can not login to container as its not in running state so I can not add debug=true. Below is my value.yaml, is there any way to add BITNAMI_DEBUG=true...
I can see this logs: ``` redis-cluster 11:34:22.62 INFO ==> ** Starting Redis setup ** 2024-08-15T11:34:22.813758472Z redis-cluster 11:34:22.81 INFO ==> Initializing Redis -- Thu, Aug 15 2024 5:04:22 pm |...
Hi, I updated values.yaml with image.debug=true but I am still unable to see more logs Below are the logs: ``` redis-cluster 08:13:32.74 INFO ==> redis-cluster 08:13:32.74 INFO ==> Welcome to...
Hi , This is fresh installation. I also trued to uninstall using helm and removed all related pvc and then again install using helm but still showing this issue. Thanks,...