-
Hello team!
My initContainer doesn't starting with pod
Can you help me with configure init container to the trino cluster? Thanks a lot! |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments
-
Hi,
That's to be expected since I'm not passing any configuration to this pod. Are you deploying the Stackable Trino image as the init container? Perhaps you intended to start a different container image. What is it that you want the init container to do? Note that K8s 1.23 is no longer supported on 23.7.0, 1.24 and upwards are supported. I tried reproducing this issue on both 1.23 and 1.25 and saw no difference in behaviour. Cheers, |
Beta Was this translation helpful? Give feedback.
-
I need to prepare to working with ranger and try to install ranger-trino-plugin |
Beta Was this translation helpful? Give feedback.
-
Stackable has been working on an Open Policy Agent (OPA) authoriser plugin as an alternative to Apache Ranger. This could a suitable alternative to implementing the Ranger plugin. You can find more details in the docs here - https://docs.stackable.tech/home/nightly/trino/usage_guide/security#_authorization May we close this issue since the podOverrides appear to be working as expected? |
Beta Was this translation helpful? Give feedback.
-
Oh, I found the problem. I updated operator to the new version, but CRD was not updated without redeploy. |
Beta Was this translation helpful? Give feedback.
Oh, I found the problem. I updated operator to the new version, but CRD was not updated without redeploy.
After redeploy I see that podOverrides was enabled for me
Thanks for OPA as an alternative but we need to work with ranger in other components