Adrian Vacaru
Adrian Vacaru
I have encountered the same problem multiple times on different clusters. To fix the HelmRelease state I applied the workaround from this issue comment: https://github.com/helm/helm/issues/8987#issuecomment-786149813 as deleting the HelmRelease could...
@paulcarlton-ww This is what I have in that HR's manifest: ```yaml spec: install: remediation: retries: -1 upgrade: remediation: retries: -1 ``` I was expecting the same thing, even after the...
There is indeed a high number of these error, one aprox. every minute (the AddonsLayer interval setting). I've tried to delete the HR manually and then all the layers end...
I've checked the helm-controller logs and I can't see any errors about the initial app-logging HelmRelease failing to be deleted. All I see is that the reconciliation has succeeded. I...
> Check kraan log, depending on verbosity setting you should see app-logging HR being deleted, but easier to just check using kubectl, it should be gone and all the resources...
@paulcarlton-ww I've set log level to 4 and reproduced the bug. I can't see any error in the logs, the only reference to pruning is in these logs: ``` {"level":"Level(-4)","ts":"2021-06-10T14:52:47.194Z","logger":"kraan.controller.reconciler","msg":"Entering...
> Can you post the complete log? Unfortunately not, but if you don't have an environment to reproduce this, what should I look for in the logs? Any particular string...
I have a similar issue in DJA 6.0.0, but I'm not sure if they are related or I should create a new issue. Basically the exception handler is calling `get_serializer()`...
```python class MyView(GenericAPIView): # ... def get_serializer_context(self): context = super().get_serializer_context() context["some_object"] = get_object_or_404(MyModel, id=self.kwargs["some_object_id"]) return context ``` Do you see anything wrong with the above snippet? This is perfectly fine...
I'm wondering if this is related: ``` ERROR vector::topology::builder: msg="Healthcheck failed." error=Invalid credentials component_kind="sink" component_type="aws_s3" component_id=my-sink ``` I'm using Web Identity Token in a kubernetes pod via IAM roles for...