Closed
Description
Cortex is not getting deployed on in OKE Cluster(in Oracle Cloud Infra). We use 3 worker nodes with ARM based architecture.
K8S Cluster Version "v1.22.5"
Helm Chart "1.3.0"
Cortex Version: v1.11.0
Pre-requisite: OKE cluster with 3 worker nodes (ARM architecture/processor).OCI CLI and Kubectl configured for cluster access.
To Reproduce
Steps to reproduce the behavior:
- Helm Install - helm install cortex --namespace cortex -f cortex-values.yaml cortex-helm/cortex --version 1.3.0
- Kubectl get all -n cortex
Expected behavior
All the Cortex micro services to be up and running without any issues.
Environment:
- Infrastructure: OKE(K8S v1.22.5)
- Deployment tool: Helm chart v1.3.0
Storage Engine
- Blocks
Additional Context
All the pods are gone to "crashloopbackoff" state.
Question:
- Is Cortex architecture dependant, Does it support x86 arch only on worker nodes?
- Does is support arm64 arch/processor on worker nodes?
- if support for arm64 is not there, then when will the support come in .
Please let me know. OCI OKE clusters supports both arm64 and x86_64 based processors on worker(compute) nodes.