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

Ability to request custom template annoations for StatefulSet of SolrCloud #63

Closed
sepulworld opened this issue Dec 30, 2019 · 2 comments

Comments

@sepulworld
Copy link
Contributor

Is your feature request related to a problem? Please describe.
We would like to apply kube2iam roles to pods in solrcloud statefulset. The role will allow access to s3 for backups.

Snippet of what is needed

spec:
  template:
    metadata:
      annotations:
        iam.amazonaws.com/role: role-arn

Describe the solution you'd like

The ability to add any spec/template/metadata annotation for developers to request

@HoustonPutman
Copy link
Contributor

that sounds good. We should already have something like this, but I think just for labels, not annotations. And I could be wrong about that too...

Basically we need to enable a lot more customization of pod preferences

@HoustonPutman
Copy link
Contributor

Spec.customSolrKubeOptions.podOptions and Spec.customSolrKubeOptions.statefulSetOptions have been added.

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

No branches or pull requests

2 participants