telekom-mms / cmcc-operator

Kubernetes Operator to bring up a CoreMedia Content Cloud installation
Apache License 2.0
9 stars 3 forks source link

Unable to set up Solr followers #104

Closed stefanbethke closed 1 year ago

stefanbethke commented 1 year ago

Describe the bug The RBAC configuration does not allow the operator to exec the appropriate commands to set up the Solr followers.

To Reproduce Steps to reproduce the behavior:

  1. Configure extra.replicas: 2 or higher in the Solr componen, to have at least one Solr follower.
  2. Deploy the custom resource
  3. Observe error messages about 403 Forbidden when the operator tries to execute the commands to configure the cores for replication in the followers

Expected behavior The followers should be configured successfully.