sohnaeo

Results 18 comments of sohnaeo

@scholzj Thank you for the feedback thats what exactly I thought , just wanted to confirm.

I tracked it down and it appears to enable volume/configmaps, webhook need to be enabled which is enabled but it wasnt working. I looked at apiserver logs and caught the...

For anyone, who wants to use the old spark version with the latest K8 cluster , I followed the blow steps to fix this 1) Change the gencerts.sh to include...

@rahulkishore22 **Recap of the issue** Webhook is required to load configmaps and volume mounts. When you enable webhook in older version of spark operator, it creates certs (common name in...

@waras2017 Did you enable the webhook? Without enabling webhook, ConfigMaps/VolumeMaps wouldnt be loading. I am installing through the helm chart and below is the command `helm-v3.6.3 install sparkoperator --namespace pipeline-qa...

@waras2017 Did you check the apiserver logs? There must be an error or message in the logs that can lead to somewhere. It seems you have to wait for the...

I also come across this while finding backup solution, we recently upgraded to helm 3 , it would be an awsome if it supports helm v3.

I investigated bit further. As per my understanding, containerd-shim is the one calling runc when needed therefore it needs to always find it in its PATH. containerd-shims inherit their PATH...

I believe I found a solution for this, I used the below variable to fix it `containerd_extra_args: | ` ` [plugins."io.containerd.internal.v1.opt"]` ` path = "/opendata"` By default, containerd looks /usr/bin...

Below is the link that explains it [https://github.com/containerd/containerd/blob/main/docs/managed-opt.md](url) For those users, who are using containerd first time and they set bin_dir different directory, installation will break for sure. I believe...