ebuildy
(Thomas Decaux)
September 25, 2021, 9:02pm
1
Is there a CRD to create an index template?
I know rabbitMQ operator allow to declare queue like this:
apiVersion: rabbitmq.com/v1beta1
kind: Queue
metadata:
name: test
namespace: rabbitmq-system
spec:
name: test
rabbitmqClusterReference:
name: example-rabbit
will be awesome to be able to define:
index template
index
ILM
snapshot repo & policy
Not that I'm tracking. We just use the API to create the templates after creating the Elasticsearch instances.
ebuildy
(Thomas Decaux)
September 26, 2021, 2:08pm
3
thanks you,
Should I create a PR into this operator or create a new operator "Elasticsearch topology" ?
Provisionning is a really good feature, especially with gitops pattern.
idanmo
(Idan Moyal)
September 26, 2021, 6:01pm
5
Hi, you can follow the relevant issue here .
system
(system)
Closed
October 24, 2021, 6:02pm
6
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.