Skip to content

Statefulset ollama-models-store does not have security context or resources limits #109

@cafsenra

Description

@cafsenra

To be compliant with normal standards in the industry we should not have pods without security context or resources limits.
This issue block us form using Ollama operator in production workflows.

Two proposals for the statefulset:

1 - Apply same security context definition and same resources limits from the models pods

Cons:

  • We cannot fine tune resources limits based in the usage for each pod

Pros:

  • Security context is normally the same for every pod

2 - Define statefulset security context definition and resources limited (for instance: extraSecurityContext, extraContainerSecurityContext and extraResources fields in model manifest)

Cons:

  • Might imply larger code change

Pros:

  • Allow deeper customization

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions