You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In rke2/server/manifests too big files are not applied, i suppose because they use kubecl apply as said in the docs. I have no problem if i use for example kubectl create
The have stumbled in this isse by trying to place in the manifest folders this files: prometheus-crd . They also have a helm-chart but i'm airgapped and i'm not sure i would work. But if you think it can work i will give it a try.
An update to fix this would be great.
The text was updated successfully, but these errors were encountered:
vrbgtrhr
changed the title
too log files in manifest folder are not installed
Too big files in manifest folder are not installed
Feb 5, 2025
This is a limitation imposed by Kubernetes. Apply uses annotations to store data about the most recently applied version of a resource, in order to track changes between runs. If the resource is too large, the data exceeds the maximum resource size and cannot be stored.
I'd probably recommend something else for very large manifests, such as using a HelmChart resource.
In rke2/server/manifests too big files are not applied, i suppose because they use
kubecl apply
as said in the docs. I have no problem if i use for examplekubectl create
The have stumbled in this isse by trying to place in the manifest folders this files: prometheus-crd . They also have a helm-chart but i'm airgapped and i'm not sure i would work. But if you think it can work i will give it a try.
An update to fix this would be great.
The text was updated successfully, but these errors were encountered: