Houston Putman

Results 212 comments of Houston Putman

This is a good idea. I think there are some other actions we use, but we can go through and make sure. One issue is that users could have issues...

Yeah I do like that idea. Maybe if it already exists, we can just merely issue a call to make sure the right stuff is added when the versioning is...

Hello @gthvidsten , thanks for reporting this! Did you try using `podOptions.nodeSelector` or just `nodeSelector` in the `values.yaml`?

Use it exactly like you would on a pod, or podTemplate in a Deployment. The operator basically just takes the things you provide to podOptions, and puts them into the...

ahhh so that pod options is for the Solr cluster. For the zookeeper cluster, use the following in your SolrCloud resource: ```yaml spec: zookeeperRef: provided: zookeeperPodPolicy: nodeSelector: kubernetes.io/os: linux ```...

Hey @DeViL3998, I'd be happy to. Please check out the https://github.com/kubernetes-sigs/kubebuilder project, as that is the framework that this operator is built off of. If you have any additional questions,...

I've tried building the docker image multi-architecture with `s390x`, but it fails... ``` => [internal] load build definition from Dockerfile 0.5s => => transferring dockerfile: 32B 0.0s => [internal] load...

I just tried running this on my Mac after pulling the latest `main`. ``` docker buildx build --platform "linux/s390x" --build-arg GIT_SHA=6f26747 . --tag solr-operator:test -f ./build/Dockerfile ```

Sounds good Tim. Thanks for putting in the effort on this though!

Can you provide the yaml you are using to create the SolrCloud, as well as the redacted Secrets you are using? (Just need to see the names of the keys)....