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
I can confirm that these values have worked before with the 5.2.0 version of the chart.
When trying to get some log output from the relay pod, the k8s server only responds with a BadRequest - even with the --previous flag
When looking at the pod through kubectl describe I also can't find any hints as to what's going on. The pod just keeps crashing out of nowhere.
Can somebody confirm this behaviour, since I'm not all to sure that it's not to do with something in my cluster configuration?
Note: The Chart is installed via a wrapper Helm Chart in a sentry namespace.
The text was updated successfully, but these errors were encountered:
Due to trailing minuses in the conditionals, the yaml is geneated in an erroneous way such that there are no newlines before and after the relay.mode yaml key.
This leads to invalid yaml syntax causing the relay pod to crash.
fixes: #202
Signed-off-by: Daniel Schneider <daniel.schneider@eramux.com>
When trying to install the sentry chart, the relay pod always crashes. The default values have not been touched except for these fields:
I can confirm that these values have worked before with the 5.2.0 version of the chart.
When trying to get some log output from the relay pod, the k8s server only responds with a BadRequest - even with the
--previous
flagWhen looking at the pod through
kubectl describe
I also can't find any hints as to what's going on. The pod just keeps crashing out of nowhere.Can somebody confirm this behaviour, since I'm not all to sure that it's not to do with something in my cluster configuration?
Note: The Chart is installed via a wrapper Helm Chart in a
sentry
namespace.The text was updated successfully, but these errors were encountered: