-
Notifications
You must be signed in to change notification settings - Fork 0
add labels to align with origin-aggregated-logging #15
Comments
@ewolinetz I'm thinking about making labels propagate. this is needed for backward compatibility and integration tests |
@t0ffel do you mean within the CRD spec, or on the CRD itself? |
@ewolinetz I mean custom resource for a specific elasticsearch cluster. that would mean the labels |
done in #18 |
@t0ffel we don't currently label our configmap, services, nor secrets with those labels though... currently those are unique only to our DCs. I think it could be beneficial to add those, however would it be required that the operator is managing those objects if those labels are present? (regarding adopting current deployments) |
@ewolinetz at the moment if there are no configmaps, services available the operator will create them and in this case these resources will get appropriate labels. secrets are not getting re-created. |
I think as part of adopting the existing cluster, we would want to labels those api objects... |
ok |
Current deployment of origin-aggregated-logging assigns the following labels:
logging-infra=elasticsearch
component=es
orcomponent=es-ops
The text was updated successfully, but these errors were encountered: