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

   Hi,
   
   I am trying to deploy the Manifest for the CRD's called 
"all-with-dependencies.yaml" 
(https://solr.apache.org/operator/downloads/crds/v0.6.0/all-with-dependencies.yaml)
 for version "0.6.0", but getting the below error:
   
   ```
   $ kubectl apply -f all-with-dependencies.yaml
   customresourcedefinition.apiextensions.k8s.io/solrbackups.solr.apache.org 
configured
   
customresourcedefinition.apiextensions.k8s.io/solrprometheusexporters.solr.apache.org
 configured
   
customresourcedefinition.apiextensions.k8s.io/zookeeperclusters.zookeeper.pravega.io
 configured
   The CustomResourceDefinition "solrclouds.solr.apache.org" is invalid: 
metadata.annotations: Too long: must have at most 262144 bytes
   ```
   
   If I try to use kubectl replace I get the following error:
   ```
   $ kubectl replace -f all-with-dependencies.yaml
   customresourcedefinition.apiextensions.k8s.io/solrbackups.solr.apache.org 
replaced
   
customresourcedefinition.apiextensions.k8s.io/solrprometheusexporters.solr.apache.org
 replaced
   
customresourcedefinition.apiextensions.k8s.io/zookeeperclusters.zookeeper.pravega.io
 replaced
   Error from server (NotFound): error when replacing 
"all-with-dependencies.yaml": customresourcedefinitions.apiextensions.k8s.io 
"solrclouds.solr.apache.org" not found
   ```
   
   Is there a way to get around this issue without splitting the manifest into 
smaller pieces?
   
   Thanks in advance


-- 
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.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

Reply via email to