Hey Folks,
i am currently trying to set up authentication on my flyte-binary (single-cluster) deployment. As soon as i turn "auth.enabled: true" my pod is failing over and over again. Could you give me a hint how i can get some logs to find out what part of the config could be the source of the problem. kubectl describe and kubectl logs didn`t really help yet and im quite new to kubernetes and helm.
t
thankful-minister-83577
04/11/2023, 3:36 PM
describe
the pod also, sometimes it has more messages.
thankful-minister-83577
04/11/2023, 3:36 PM
but kubectl logs should also help
r
refined-lunch-94030
04/12/2023, 8:19 AM
Thank you for the reply @thankful-minister-83577. In the end i just did miss that i can raise the loglevel. With the raised loglevel i could resolve my problem yesterday