Git Product home page Git Product logo

Comments (4)

HoustonPutman avatar HoustonPutman commented on June 25, 2024 1

I will also mention, you should not provide a ingress-base-domain if you don't have DNS or /etc/hosts set up for that domain. Otherwise the solr containers will not be able to talk to each other. I have a fix for that coming soon, but for now I would recommend not using that parameter if you are planning on just communicating within the kube cluster (through services).

from solr-operator.

HoustonPutman avatar HoustonPutman commented on June 25, 2024

That's a very strange error. I'll look into it.

It's erroring on having the wrong type for the solrNodes array in the status object, while we are trying to set the defaults for the spec... That should not happen.

from solr-operator.

HoustonPutman avatar HoustonPutman commented on June 25, 2024

Ok, found the issue. Your kubernetes version for that version of docker-for-mac is 1.10. CRD Subresources (status, etc.) were added as an experimental feature in 1.10. Therefore you have to enable it through a feature gate. Look on that page for CustomResourceSubresources.

Unfortunately it looks like docker-for-mac doesn't support setting feature gates (docker/for-mac#2382). It looks like the most recent version of docker-for-mac uses kubernetes 1.14 though, which would solve the issue.

I'll add info about compatibility with versions of kubernetes on the README.

from solr-operator.

sepulworld avatar sepulworld commented on June 25, 2024

Thank you Houston for your insight! I’ll update to beta Docker for Mac and will give it a shot. Appreciate the help

from solr-operator.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.