Keywords: Redis - Google Cloud Platform - Technical issue - Other
Description:
As per https://engineering.bitnami.com/articles/deploy-and-scale-a-redis-cluster-on-kubernetes-with-bitnami-and-helm.html to install Redis on Kubernetes with production values need to use this command
helm install stable/redis --values values-production.yaml
but it is failing with such error:
helm install stable/redis --values values-production.yaml
Error: release singing-anaconda failed: Deployment in version "v1beta1" cannot be handled as a Deployment: v1beta1.Deployment.Spec: v1beta1.DeploymentSpec.Template: v1.PodTemplateSpec.Spec: v1.PodSpec.Containers: []v1.Container: v1.Container.Env: []v1.EnvVar: v1.EnvVar.Value: ReadString: expects " or n, but found [, error found in #10 byte of ...|,"value":["FLUSHDB F|..., bigger context ...|dis"}}},{"name":"REDIS_DISABLE_COMMANDS","value":["FLUSHDB FLUSHALL"]}],"image":"docker.io/bitnami/r|...
We use Kubernetes 1.11.5 on GKE