chaman53 commented on issue #41: URL: https://github.com/apache/solr-operator/issues/41#issuecomment-1830144990
solr 15:53:01.84 solr 15:53:01.84 Welcome to the Bitnami solr container solr 15:53:01.84 Subscribe to project updates by watching https://github.com/bitnami/bitnami-docker-solr solr 15:53:01.84 Submit issues and feature requests at https://github.com/bitnami/bitnami-docker-solr/issues solr 15:53:01.84 solr 15:53:01.84 INFO ==> ** Starting solr setup ** solr 15:53:01.86 INFO ==> Validating settings in SOLR_* env vars... solr 15:53:01.86 ERROR ==> Not enough nodes for the replicas and shards indicated my conf is below solr: # Please see all available overrides at https://github.com/bitnami/charts/tree/master/bitnami/solr/#installing-the-chart # solr.enabled -- Flag to control whether to deploy SOLR enabled: true auth: # solr.auth.enabled -- Enable or disable auth (if auth is disabled solr-init cant upload the configset/schema.xml for ckan) enabled: true # solr.auth.adminUser -- The name of the solr admin user adminUsername: admin # solr.auth.adminPassword -- The password of the solr admin user adminPassword: pass # solr.collection -- the name of the collection created by solr # since we are creating one with solr-init this needs to be blank collection: # solr.collectionShards -- Number of shards for the SOLR collection collectionShards: # solr.collectionReplicas -- Number of replicas for each SOLR shard collectionReplicas: # solr.fullnameOverride -- Name override for the SOLR deployment fullnameOverride: *SolrName # solr.replicaCount -- Number of SOLR instances in the cluster replicaCount: 1 volumeClaimTemplates: # solr.volumeClaimTemplates.storageSize -- Size of Solr PVC storageSize: 5Gi image: registry: docker.io # solr.image.repository -- Repository for the SOLR image repository: bitnami/solr # solr.image.tag -- Tag for the SOLR image tag: 8.11.1 zookeeper: # solr.zookeeper.replicaCount -- Numer of Zookeeper replicas in the ZK cluster replicaCount: 1 persistence: # solr.zookeeper.persistence.size -- Size of ZK PVC size: 1Gi initialize: # solr.initialize.enabled -- Flag whether to initialize the SOLR instance with the provided collection name enabled: true # solr.initialize.numShards -- Number of shards for the SOLR collection numShards: 2 # solr.initialize.replicationFactor -- Number of replicas for each SOLR shard replicationFactor: 1 # solr.initialize.maxShardsPerNode -- Maximum shards per node maxShardsPerNode: 10 # solr.initialize.configsetName -- Name of the config set used for initializing configsetName: ckanConfigSet -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
