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/12/07 19:18:26 UTC

[GitHub] [solr-operator] arogic opened a new issue, #503: solr-operator-zookeeper-operator-pre-delete job node selector

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

   Hi,
   We have an AKS Kubernetes Cluster with Linux and Windows Node Pools. We deploy the zookeeper-operator helm chart through the solr-operator helm chart. When we delete the solr-operator using helm, the "solr-operator-zookeeper-operator-pre-delete" job gets scheduled on the Windows NodePool which obviously fails. 
   
   Is there a way to pass NodeSelector values over for the "solr-operator-zookeeper-operator-pre-delete" job to be scheduled on the Linux Node Pool?
   
   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-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 commented on issue #503: solr-operator-zookeeper-operator-pre-delete job node selector

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

   Good question. Everything containing `zookeeper-operator` is managed by the zookeeper operator helm chart.
   
   I would look at their [repo/documentation](https://github.com/pravega/zookeeper-operator) on how this can be accomplished.
   
   When that's done you will just need to prefix the options with `zookeeper-operator.` when using the Solr Operator helm chart.


-- 
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 #503: solr-operator-zookeeper-operator-pre-delete job node selector

Posted by GitBox <gi...@apache.org>.
HoustonPutman closed issue #503: solr-operator-zookeeper-operator-pre-delete job node selector
URL: https://github.com/apache/solr-operator/issues/503


-- 
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 #503: solr-operator-zookeeper-operator-pre-delete job node selector

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

   Awesome, thanks for sharing your fix!


-- 
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] arogic commented on issue #503: solr-operator-zookeeper-operator-pre-delete job node selector

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

   Thanks @HoustonPutman. I got around the issue by adding node taint on my aks windows node pool.
   
   `
       "node_taints": [
         "app.kubernetes.io/name=solr:NoSchedule"
       ]
   `


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