Skip to content

feature: support external etcd in CacheServer #157

@gman0

Description

@gman0

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

Metadata

Metadata

Assignees

Labels

kind/featureCategorizes issue or PR as related to a new feature.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions