Hi, sometimes K3s helmchart controller is not crea...
# k3s
w
Hi, sometimes K3s helmchart controller is not creating job for some manifest file(under /var/lib/rancher/k3s/server/manifest directory). it is creating helmchart object but its not creating job to run helm. I see below error in k3s
Copy code
level=error msg="error syncing 'kube-system/test-application': handler helm-controller-chart-registration: DesiredSet - Replace Wait batch/v1, Kind=Job kube-system/helm-install-test-application for helm-controller-chart-registration kube-system/test-application, requeuing"
and lot of enqueing messages
Copy code
enqueueing job kube-system/helm-install-test-application
is there any known issue in k3s 1.26.7 version.