Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 341 Bytes

redis-container-capabilities.md

File metadata and controls

13 lines (11 loc) · 341 Bytes

Redis container capabilities

Depending on your kubernetes cluster and settings you might need to grant some capabilities to the redis container so it can start. Set the redis_capabilities option so the capabilities are added in the deployment.

---
spec:
  ...
  redis_capabilities:
    - CHOWN
    - SETUID
    - SETGID