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 2021/10/09 08:42:29 UTC

[GitHub] [solr-operator] thomaswoeckinger opened a new issue #336: Add possiblity to annotate addressability.external Ingress

thomaswoeckinger opened a new issue #336:
URL: https://github.com/apache/solr-operator/issues/336


   When using `addressability.external.method=Ingress` the solr operator will create and configure an Ingress object.
   Currently there is no way to configure additional annotations which are added to the created Ingress object.
   
   This would be especially useful to enable features like passthrough or re-encrypt.
   
   E.g. when using OKD `route.openshift.io/termination: passthrough` it is possible to passthrough the traffic to the already encrypted Solr endpoint.


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


[GitHub] [solr-operator] HoustonPutman closed issue #336: Add possiblity to annotate addressability.external Ingress

Posted by GitBox <gi...@apache.org>.
HoustonPutman closed issue #336:
URL: https://github.com/apache/solr-operator/issues/336


   


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


[GitHub] [solr-operator] thomaswoeckinger commented on issue #336: Add possiblity to annotate addressability.external Ingress

Posted by GitBox <gi...@apache.org>.
thomaswoeckinger commented on issue #336:
URL: https://github.com/apache/solr-operator/issues/336#issuecomment-939505122


   My vault, values.yaml does not use the customSolrKubeOptions, i was mislead by the documentation https://apache.github.io/solr-operator/docs/solr-cloud/solr-cloud-crd.html#enable-ingress-tls-termination where in the second part 
   
   ```
     ... other SolrCloud CRD settings ...
     customSolrKubeOptions:
   ```
   is specified; should be removed.


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


[GitHub] [solr-operator] HoustonPutman commented on issue #336: Add possiblity to annotate addressability.external Ingress

Posted by GitBox <gi...@apache.org>.
HoustonPutman commented on issue #336:
URL: https://github.com/apache/solr-operator/issues/336#issuecomment-939314291


   you can add custom annotations to the Ingress at:
   
   `customSolrKubeOptions.ingressOptions.annotations`


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


[GitHub] [solr-operator] thomaswoeckinger commented on issue #336: Add possiblity to annotate addressability.external Ingress

Posted by GitBox <gi...@apache.org>.
thomaswoeckinger commented on issue #336:
URL: https://github.com/apache/solr-operator/issues/336#issuecomment-939483735


   Even specifying other options from the https://github.com/apache/solr-operator/tree/main/helm/solr#custom-kubernetes-options seems to get overriden


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


[GitHub] [solr-operator] HoustonPutman commented on issue #336: Add possiblity to annotate addressability.external Ingress

Posted by GitBox <gi...@apache.org>.
HoustonPutman commented on issue #336:
URL: https://github.com/apache/solr-operator/issues/336#issuecomment-942358486


   So the SolrCloud CRD options do not always have the same path as the helm chart options, which I understand is confusing. We can definitely call this out in the documentation.


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


[GitHub] [solr-operator] HoustonPutman closed issue #336: Add possiblity to annotate addressability.external Ingress

Posted by GitBox <gi...@apache.org>.
HoustonPutman closed issue #336:
URL: https://github.com/apache/solr-operator/issues/336


   


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


[GitHub] [solr-operator] thomaswoeckinger commented on issue #336: Add possiblity to annotate addressability.external Ingress

Posted by GitBox <gi...@apache.org>.
thomaswoeckinger commented on issue #336:
URL: https://github.com/apache/solr-operator/issues/336#issuecomment-939481908


   Tried various ways to configure none is working, also adding following yaml with -f as parameter did not work:
   
   ```
   customSolrKubeOptions:
     ingressOptions:
       annotations:
         route.openshift.io/termination: passthrough
   ```
   
   The created SolrCloud Object contains olny following values:
   
   ```
   ...
     customSolrKubeOptions:
       podOptions:
         resources: {}
         serviceAccountName: solr
   ```
   
   Modifying the created SolrCloud object to 
   
   ```
   ...
     customSolrKubeOptions:
       podOptions:
         resources: {}
         serviceAccountName: solr
       ingressOptions:
         annotations:
           route.openshift.io/termination: passthrough
   ```
   
   is working correctly.
   
   So finally the issue here is i could not get the options into the SolrCloud object


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


[GitHub] [solr-operator] HoustonPutman commented on issue #336: Add possiblity to annotate addressability.external Ingress

Posted by GitBox <gi...@apache.org>.
HoustonPutman commented on issue #336:
URL: https://github.com/apache/solr-operator/issues/336#issuecomment-942358486


   So the SolrCloud CRD options do not always have the same path as the helm chart options, which I understand is confusing. We can definitely call this out in the documentation.


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


[GitHub] [solr-operator] HoustonPutman closed issue #336: Add possiblity to annotate addressability.external Ingress

Posted by GitBox <gi...@apache.org>.
HoustonPutman closed issue #336:
URL: https://github.com/apache/solr-operator/issues/336


   


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