HoustonPutman commented on issue #502: URL: https://github.com/apache/solr-operator/issues/502#issuecomment-1339758128
Yes, from the begging I would recommend using the command here: https://artifacthub.io/packages/helm/apache-solr/solr-operator#installing-the-chart ``` kubectl create -f https://solr.apache.org/operator/downloads/crds/v0.6.0/all-with-dependencies.yaml ``` and for upgrades, do the `replace` command. Since you already have 3/4 of the crds installed, create will give you warnings about the first 3, but it will install the the fourth just fine. -- 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]
