-
Beta Was this translation helpful? Give feedback.
Replies: 12 comments 1 reply
-
|
Hi @dshershov, thanks for reporting this! |
Beta Was this translation helpful? Give feedback.
-
|
Thanks! |
Beta Was this translation helpful? Give feedback.
-
|
Thanks for the background information! |
Beta Was this translation helpful? Give feedback.
-
|
It's really working for me! |
Beta Was this translation helpful? Give feedback.
-
|
Glad it worked! Have raised a PR to document this: stackabletech/secret-operator#281 |
Beta Was this translation helpful? Give feedback.
-
|
Sure! |
Beta Was this translation helpful? Give feedback.
-
|
Please change |
Beta Was this translation helpful? Give feedback.
-
|
hmm |
Beta Was this translation helpful? Give feedback.
-
|
Oh, in 23.4 we only supported Trino 403. 414 will be in 23.7. So in the meantime please use |
Beta Was this translation helpful? Give feedback.
-
|
yeap, it's really working! |
Beta Was this translation helpful? Give feedback.
-
|
Awesome! You're welcome :) |
Beta Was this translation helpful? Give feedback.
-
|
Hello everyone! Here we go again :) |
Beta Was this translation helpful? Give feedback.

Thanks for the background information!
It may be the case that the secret-operator is using the wrong kubelet directory (the default is
/var/lib/kubelet).Can you please try to install the secret-operator with helm (see https://docs.stackable.tech/home/stable/secret-operator/installation.html#_helm), normally this should be
helm repo add stackable https://repo.stackable.tech/repository/helm-stable/helm install secret-operator stackable/secret-operator --version 23.4.1 --set kubeletDir=/mnt/paas/kubernetes/kubeletThe important part is the
--set kubeletDir=/mnt/paas/kubernetes/kubelet, which sets the non-default directory.