Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Kubernetes provider fails to run on arm platform #892

Closed
scorpionfly7 opened this issue Mar 23, 2024 · 9 comments
Closed

Kubernetes provider fails to run on arm platform #892

scorpionfly7 opened this issue Mar 23, 2024 · 9 comments
Assignees
Labels
enhancement New feature or request Kubernetes

Comments

@scorpionfly7
Copy link

When installing with helm
helm install azureappconfiguration.kubernetesprovider
oci:https://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:
target:
configMapName: configmap-created-by-appconfig-provider
configMapData:
type: json
key: mysettings.json
auth:
workloadIdentity:
managedIdentityClientId:

There is error in pod exec /manager: exec format error Why it happening?

@linglingye001
Copy link
Contributor

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.

@scorpionfly7
Copy link
Author

Hi
@linglingye001 First command pod has status CrashLoopBackOff
And seconds command said the server does not have a resource type …Main error is this
IMG_3321

@linglingye001
Copy link
Contributor

@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.

@RichardChen820
Copy link
Contributor

RichardChen820 commented Apr 7, 2024

@scorpionfly7 What's the node architecture are you using?amd64 or arm64?

@scorpionfly7
Copy link
Author

scorpionfly7 commented Apr 8, 2024

@RichardChen820 arm64…Is that problem?

@RichardChen820 RichardChen820 changed the title exec /manager: exec format error Kubernetes provider fails to run on arm platform Apr 17, 2024
@RichardChen820
Copy link
Contributor

RichardChen820 commented Apr 17, 2024

@scorpionfly7 That is the problem, ARM64 architecture support is in our roadmap, and we are currently working on it.

@RichardChen820 RichardChen820 added enhancement New feature or request and removed question labels Apr 17, 2024
@RichardChen820
Copy link
Contributor

RichardChen820 commented May 16, 2024

@scorpionfly7 the latest 2.0.0-preview supports running on the arm architecture.

@RichardChen820
Copy link
Contributor

Close this issue.

@RichardChen820
Copy link
Contributor

helm install azureappconfiguration.kubernetesprovider oci:https://mcr.microsoft.com/azure-app-configuration/helmchart/kubernetes-provider --namespace azappconfig-system --create-namespace --version 2.0.0-preview

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request Kubernetes
Projects
None yet
Development

No branches or pull requests

4 participants