Skip to content
This repository has been archived by the owner on May 18, 2020. It is now read-only.

Commit

Permalink
Explain cassandra deployment limitations (#26)
Browse files Browse the repository at this point in the history
* Explain cassandra deployment limitations

* Add comment why scaling down does not work
  • Loading branch information
pavolloffay authored Aug 7, 2017
1 parent 2fa3bdc commit 9105f18
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,9 @@ Once everything is ready, `kubectl get service jaeger-query` tells you where to

### Persistent storage
Even though this template uses a stateful Cassandra, backing storage is set to `emptyDir`. It's more
appropriate to create a `PersistentVolumeClaim`/`PersistentVolume` and use it instead.
appropriate to create a `PersistentVolumeClaim`/`PersistentVolume` and use it instead. Note that this
Cassandra deployment does not support deleting pods or scaling down, as this might require
administrative tasks that are dependent on the final deployment architecture.

## Uninstalling

Expand Down

0 comments on commit 9105f18

Please sign in to comment.