skip to Main Content

Nginx – Aerospike Kubernetes operator installing error in EKS cluster

strong textTill the cert-manager every pods working good as followed by aerospike docs. But while installing the operator the operator pods get crash loop backoff. Installing operator using: git clone https://github.com/aerospike/aerospike-kubernetes-operator.git git checkout 2.5.0 cd aerospike-kubernetes-operator/helm-charts helm install aerospike-kubernetes-operator ./aerospike-kubernetes-operator…

VIEW QUESTION

Redis – Issue with installing apache superset on EKS

I have created an EKS cluster with ALB setup. I tried installing superset by following the steps provided in https://superset.apache.org/docs/installation/running-on-kubernetes/ my-values.yaml ingress: enabled: true ingressClassName: ~ annotations: kubernetes.io/ingress.class: alb alb.ingress.kubernetes.io/scheme: internet-facing alb.ingress.kubernetes.io/target-type: instance # kubernetes.io/tls-acme: "true" ## Extend timeout to…

VIEW QUESTION
Back To Top
Search