thelabdude commented on issue #335: URL: https://github.com/apache/solr-operator/issues/335#issuecomment-937913355
I don't think it's related to the basic auth secret ... looks like it may be this check here (looking for a colon and port on your zk connnection string): ``` // Only create stateful set if zkConnectionString can be found (must contain host and port) if !strings.Contains(newStatus.ZkConnectionString(), ":") { blockReconciliationOfStatefulSet = true } ``` Can you try putting the ZK port in the connection string? -- 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-unsubscr...@solr.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org For additional commands, e-mail: issues-h...@solr.apache.org