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

Find a solution for the annotations too long error #16

Open
Archisman-Mridha opened this issue Dec 31, 2023 · 0 comments
Open

Find a solution for the annotations too long error #16

Archisman-Mridha opened this issue Dec 31, 2023 · 0 comments
Labels
bug Something isn't working good first issue Good for newcomers

Comments

@Archisman-Mridha
Copy link
Owner

Archisman-Mridha commented Dec 31, 2023

When installing some CRDs into the Kubernetes cluster using kubectl apply, an error occurs - Annotations too long.

The Annotations too long error in Kubernetes typically occurs when you are trying to create or update a Kubernetes resource and the combined length of the annotations for that resource exceeds the maximum allowed limit.

Because of the Annotations too long error, ArgoCD isn't able to install and sync some CRDs.

This error doesn't occur if you are creating the CRD for the first time using kubectl create. Currently I manually install those CRDs using the kubectl create command. But still, ArgoCD gets this error trying to sync those CRDs, thus leaving the related ArgoCD application in an always unsynced state.

Approach

https://www.arthurkoziel.com/fixing-argocd-crd-too-long-error/.

@Archisman-Mridha Archisman-Mridha added bug Something isn't working good first issue Good for newcomers labels Dec 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant