You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@solr.apache.org by GitBox <gi...@apache.org> on 2022/06/12 01:56:19 UTC

[GitHub] [solr-operator] cdmikechen opened a new issue, #445: SolrClouds status version is wrong

cdmikechen opened a new issue, #445:
URL: https://github.com/apache/solr-operator/issues/445

   I've created a solr cloud with custrom registry, and I found the image version in status is wrong. Here is my CR:
   ```yaml
   apiVersion: solr.apache.org/v1beta1
   kind: SolrCloud
   metadata:
     name: solr-project1
     namespace: project-1
   spec:
     solrLogLevel: INFO
     solrSecurity:
       authenticationType: Basic
     zookeeperRef:
       provided:
         chroot: /
         config: {}
         image:
           pullPolicy: IfNotPresent
           repository: 'harbor.xxx.com:5000/apache/pravega/zookeeper'
           tag: 0.2.13
         replicas: 3
         zookeeperPodPolicy:
           resources: {}
     busyBoxImage:
       repository: 'harbor.xxx.com:5000/platform/busybox'
       tag: 1.28.0-glibc
     solrJavaMem: '-Xms1g -Xmx2g'
     dataStorage: {}
     solrAddressability:
       commonServicePort: 80
       podPort: 8983
     solrImage:
       repository: 'harbor.xxx.com:5000/apache/solr'
       tag: '8.11'
     replicas: 3
     updateStrategy:
       managed: {}
       method: Managed
     customSolrKubeOptions: {}
   status:
     podSelector: 'solr-cloud=solr-project1,technology=solr-cloud'
     targetVersion: '8.11'
     internalCommonAddress: 'http://solr-project1-solrcloud-common.project-1'
     upToDateNodes: 3
     solrNodes:
       - internalAddress: >-
           http://solr-project1-solrcloud-0.solr-project1-solrcloud-headless.project-1:8983
         name: solr-project1-solrcloud-0
         ready: true
         specUpToDate: true
         version: 5000/apache/solr
       - internalAddress: >-
           http://solr-project1-solrcloud-1.solr-project1-solrcloud-headless.project-1:8983
         name: solr-project1-solrcloud-1
         ready: true
         specUpToDate: true
         version: 5000/apache/solr
       - internalAddress: >-
           http://solr-project1-solrcloud-2.solr-project1-solrcloud-headless.project-1:8983
         name: solr-project1-solrcloud-2
         ready: true
         specUpToDate: true
         version: 5000/apache/solr
     backupRestoreReady: false
     version: 5000/apache/solr
     zookeeperConnectionInfo:
       chroot: /
       externalConnectionString: N/A
       internalConnectionString: >-
         solr-project1-solrcloud-zookeeper-0.solr-project1-solrcloud-zookeeper-headless.project-1.svc.cluster.local:2181,solr-project1-solrcloud-zookeeper-1.solr-project1-solrcloud-zookeeper-headless.project-1.svc.cluster.local:2181,solr-project1-solrcloud-zookeeper-2.solr-project1-solrcloud-zookeeper-headless.project-1.svc.cluster.local:2181
     replicas: 3
     readyReplicas: 3
   
   ```
   


-- 
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: issues-unsubscribe@solr.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@solr.apache.org
For additional commands, e-mail: issues-help@solr.apache.org


[GitHub] [solr-operator] HoustonPutman closed issue #445: SolrClouds status version is wrong

Posted by GitBox <gi...@apache.org>.
HoustonPutman closed issue #445: SolrClouds status version is wrong
URL: https://github.com/apache/solr-operator/issues/445


-- 
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: issues-unsubscribe@solr.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@solr.apache.org
For additional commands, e-mail: issues-help@solr.apache.org