Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to pass shareProcessNamespace to PodOptions #716

Open
tommylogik opened this issue Jul 8, 2024 · 1 comment · May be fixed by #735
Open

Unable to pass shareProcessNamespace to PodOptions #716

tommylogik opened this issue Jul 8, 2024 · 1 comment · May be fixed by #735

Comments

@tommylogik
Copy link

I have a need to add shareProcessNamespace for use within a sidecar for some solr thread debugging and there doesn't seem to be a way to pass this option.

This should be able to be passed within the Solr Operator CRD.

apiVersion: solr.apache.org/v1beta1
kind: SolrCloud
metadata:
  name: explore
spec:
  customSolrKubeOptions:
    podOptions:
      shareProcessNamespace: true

Currently i have to use use kyverno to mutate the pod after the operator creates the statefulset and would love to be able to remove that destructive option for a more graceful approach in adding it to the helm chart values file.

@gerlowskija gerlowskija linked a pull request Dec 12, 2024 that will close this issue
@gerlowskija
Copy link
Contributor

Hey @tommylogik - sorry for the long delay. I've opened a PR that should make this option available - would love a review or some manual testing if you're able to give it a try!

@gerlowskija gerlowskija linked a pull request Dec 12, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants