Kubernetes provider fails to run on arm platform
When installing with helm
helm install azureappconfiguration.kubernetesprovider
oci://mcr.microsoft.com/azure-app-configuration/helmchart/kubernetes-provider
--namespace azappconfig-system
--create-namespace
and deploying
apiVersion: azconfig.io/v1
kind: AzureAppConfigurationProvider
metadata:
name: appconfigurationprovider-sample
spec:
endpoint:
There is error in pod exec /manager: exec format error Why it happening?
Hi @scorpionfly7, I was unable to reproduce the issue on my end. Can you check the k8s provider pod status by executing kubectl get pod -n azappconfig-system and kubectl desribe pod (k8s provider pod names) -n azappconfig-system. Thanks.
Hi
@linglingye001 First command pod has status CrashLoopBackOff
And seconds command said the server does not have a resource type …Main error is this
@scorpionfly7 It seem like the k8s provider pod fails to start up with CrashLoopBackOff status. Could you please run kubectl describe pod [name] -n azappconfig-system and replace [name] with pod name which can get from kubectl get pod -n azappconfig-system. Thanks.
@scorpionfly7 What's the node architecture are you using?amd64 or arm64?
@RichardChen820 arm64…Is that problem?
@scorpionfly7 That is the problem, ARM64 architecture support is in our roadmap, and we are currently working on it.
@scorpionfly7 the latest 2.0.0-preview supports running on the arm architecture.
Close this issue.
helm install azureappconfiguration.kubernetesprovider oci://mcr.microsoft.com/azure-app-configuration/helmchart/kubernetes-provider --namespace azappconfig-system --create-namespace --version 2.0.0-preview