pingcap / tidb-operator

TiDB operator creates and manages TiDB clusters running in Kubernetes.
https://docs.pingcap.com/tidb-in-kubernetes/
Apache License 2.0
1.22k stars 489 forks source link

Support arm for advanced-statefulset-controller #5230

Open hongshaoyang opened 1 year ago

hongshaoyang commented 1 year ago

Feature Request

Is your feature request related to a problem? Please describe:

advanced-statefulset-controller pod doesn't support ARM. tidb-operator version: v1.4.4 image: pingcap/advanced-statefulset:v0.4.0

Describe the feature you'd like:

advanced-statefulset-controller pod should support ARM.

Describe alternatives you've considered:

Schedule advanced-statefulset-controller into amd64 using nodeSelector in helm values.

Teachability, Documentation, Adoption, Migration Strategy:

hongshaoyang commented 1 year ago

Marking this issue as related to #3728 . Multiarch images are provided for pingcap/tidb-operator image already.