🎯 Community Infrastructure Testing Call
We have recently finalized our Cell High Availability (Cell HA) Helm chart under deploy/helm/spector, featuring a split topology with stateless Ingress Gateways, authoritative Owners (StatefulSets), and async Replicas.
We are calling on DevOps engineers, SREs, and Kubernetes enthusiasts to test our Helm chart on local development clusters (Kind, Minikube, or k3s) across diverse operating systems (Linux, macOS Intel/Apple Silicon, and Windows WSL2).
📋 What to Test
- Cluster Spin-Up:
- Install Spector using the local development values:
helm repo add ... # or local:
helm install spector-cell ./deploy/helm/spector -n spector-cell --create-namespace -f ./deploy/helm/spector/values-local-dev.yaml
- Pod Readiness & Scheduling:
- Verify all 4 pods reach
1/1 Running (gateway-xxx, owner-0, owner-1, replica-0).
- Check if your local cluster's StorageClass correctly binds the
500Mi persistent volume claims (data-spector-cell-owner-0, etc.).
- Endpoint Connectivity:
- Access the Cortex UI dashboard on
http://localhost:7700 and API on http://localhost:7070/actuator/health.
- Platform-Specific Edge Cases:
- Report any CSI driver issues, permission quirks with UID 1000, or CNI differences.
✅ Acceptance Criteria & Deliverable
- Post a comment with your environment specs (OS, Architecture, K8s distro, CSI driver).
- Confirm whether
helm install succeeded out-of-the-box or document any adjustments needed.
- If you find any bug or documentation gap, open a PR updating
deploy/helm/README.md or values-local-dev.yaml!
📚 Helpful Resources
🎯 Community Infrastructure Testing Call
We have recently finalized our Cell High Availability (Cell HA) Helm chart under
deploy/helm/spector, featuring a split topology with stateless Ingress Gateways, authoritative Owners (StatefulSets), and async Replicas.We are calling on DevOps engineers, SREs, and Kubernetes enthusiasts to test our Helm chart on local development clusters (Kind, Minikube, or k3s) across diverse operating systems (Linux, macOS Intel/Apple Silicon, and Windows WSL2).
📋 What to Test
helm repo add ... # or local: helm install spector-cell ./deploy/helm/spector -n spector-cell --create-namespace -f ./deploy/helm/spector/values-local-dev.yaml1/1 Running(gateway-xxx,owner-0,owner-1,replica-0).500Mipersistent volume claims (data-spector-cell-owner-0, etc.).http://localhost:7700and API onhttp://localhost:7070/actuator/health.✅ Acceptance Criteria & Deliverable
helm installsucceeded out-of-the-box or document any adjustments needed.deploy/helm/README.mdorvalues-local-dev.yaml!📚 Helpful Resources
deploy/helm/spectordeploy/helm/spector/values-local-dev.yaml