-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Labels
kind/featureCategorizes issue or PR as related to a new feature.Categorizes issue or PR as related to a new feature.
Description
Feature Description
The CacheServer resource should be able to accept an external etcd store.
Proposed Solution
Add a (etcd?) data store reference to the CacheServer spec, and pass it to the cache-server command like so:
--etcd-servers <Comma separated list of nodes> \
--etcd-cafile <Path to the CA PEM file from the mounted Secret> \
--etcd-certfile <Path to the Certificate PEM file from the mounted secret> \
--etcd-keyfile <Path to the Key PEM file from the mounted secret>
Alternative Solutions
No response
Want to contribute?
- I would like to work on this issue.
Additional Context
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
kind/featureCategorizes issue or PR as related to a new feature.Categorizes issue or PR as related to a new feature.