Giter Site home page Giter Site logo

Comments (3)

Arau avatar Arau commented on May 28, 2024

Hi @tobiaskohlbau,

that makes complete sense. We are adding this into the roadmap. StorageOS cluster-operator is under heavy development to add more functionality and support, if for the moment and until we add the tolerations, you want to be able to edit the DaemonSet, you can use a different method to install, https://github.com/storageos/deploy/tree/master/k8s/deploy-storageos/standard. That method lets you edit the manifests, for instance https://github.com/storageos/deploy/blob/master/k8s/deploy-storageos/standard/manifests/040_daemonset.yaml_template.

Any PR would be highly appreciate it and we would review it accordingly!

from cluster-operator.

tobiaskohlbau avatar tobiaskohlbau commented on May 28, 2024

Hello @Arau I've started implementing this.

See #59 for more information and a draft pull request.

For my tests I've setup a 1 master 2 worker node cluster. I've encountered weird behaviour after adding node tolerations and not adding this into the CR the storageos container can't connect to it's embedded etcd. Is this a limitation from storageos that single nodes do not work, or did I messed something up?
If I add the toleration back into the CR and redeploy the storageos containers start just fine.

from cluster-operator.

Arau avatar Arau commented on May 28, 2024

Hi @tobiaskohlbau,

the etcd is a datastore that ensures data consistency across its instances. To do so, it requires quorum. Hence an odd number of nodes. In your case, 2 workers are not enough to have quorum. You need either one or three nodes.
Have you deployed StorageOS in the master? If so, the Pod in the master usually can't start making the discovery process unfit to start the rest of the nodes.

https://docs.storageos.com/docs/platforms/kubernetes/troubleshoot/install#peer-discovery---pod-allocation

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