Giter Site home page Giter Site logo

Comments (11)

tobg avatar tobg commented on May 20, 2024 1

Thank you. I used the nodes as you described. kubernetes is 1.18.6.

Update:
It is working now. Did not add "--communication-type SSL" that was the issue.

Thank you very much for all your support!

from kube-linstor.

kvaps avatar kvaps commented on May 20, 2024

Yes, we're using lvmthin for our nodes, do you have node ONLINE?

from kube-linstor.

tobg avatar tobg commented on May 20, 2024

You mean the pods?

from kube-linstor.

kvaps avatar kvaps commented on May 20, 2024

No, check the output of linstor node list command, I guess your node is Offline for some reason

from kube-linstor.

tobg avatar tobg commented on May 20, 2024

Your right: OFFLINE(VERSION MISMATCH)
Could it be the kernel module drdb version on worker node?

from kube-linstor.

tobg avatar tobg commented on May 20, 2024

I use the following versions:

drbd-dkms is already the newest version (9.0.24-1ppa1bionic1)
drbd-utils is already the newest version (9.13.1-1ppa1
bionic1)

from kube-linstor.

kvaps avatar kvaps commented on May 20, 2024

This is happening with different versions of linstor-controller and linstor-satelite, what chart did you used in the end?

from kube-linstor.

tobg avatar tobg commented on May 20, 2024

This one:

download example values

curl -LO https://github.com/kvaps/kube-linstor/raw/master/examples/linstor.yaml

install release

helm install linstor kvaps/linstor --version 1.7.2
--namespace linstor
-f linstor.yaml

from kube-linstor.

tobg avatar tobg commented on May 20, 2024

It's not clear to me if I have to use the pods named satalite or the nodes on which kubernetes is running

linstor node create node1 10.0.0.1

from kube-linstor.

kvaps avatar kvaps commented on May 20, 2024

Weird indeed 🤔

chart uses correct images:

helm template linstor kvaps/linstor --version 1.7.2 | grep image: | grep 'kvaps/linstor'

there is correct versions inside the image:

# docker run -ti --rm docker.io/kvaps/linstor-controller:v1.7.2-3
LINSTOR, Module Controller
Version:            1.7.2.1-7500524b9 (7500524b9d7ff6ca697efe357c4031186642a9dc)
Build time:         2020-07-20T09:26:31+00:00
Java Version:       11
Java VM:            Debian, Version 11.0.7+10-post-Debian-3deb10u1
Operating system:   Linux, Version 5.6.3-arch1-1
Environment:        amd64, 8 processors, 1894 MiB memory reserved for allocations
# docker run -ti --rm docker.io/kvaps/linstor-satellite:v1.7.2
LINSTOR, Module Satellite
Version:            1.7.2 (7cdf6b63ece868897519e2268ca7c2daac09de44)
Build time:         2020-07-13T09:34:24+00:00
Java Version:       11
Java VM:            Debian, Version 11.0.7+10-post-Debian-3deb10u1
Operating system:   Linux, Version 5.6.3-arch1-1
Environment:        amd64, 8 processors, 1894 MiB memory reserved for allocations

could you show me the output of:

kubectl get -n linstor sts/linstor-linstor-controller ds/linstor-linstor-satellite

and

kubectl get -n linstor sts/linstor-linstor-controller ds/linstor-linstor-satellite -o yaml | grep image:

please?

from kube-linstor.

kvaps avatar kvaps commented on May 20, 2024

It's not clear to me if I have to use the pods named satalite or the nodes on which kubernetes is running

linstor node create node1 10.0.0.1

You should name nodes the same way like they are named in kubernetes eg:

kubectl get node -o wide
NAME   STATUS   ROLES     AGE    VERSION   INTERNAL-IP     EXTERNAL-IP   OS-IMAGE             KERNEL-VERSION   CONTAINER-RUNTIME
m9c4   Ready    hosting   660d   v1.17.1   10.36.129.139   <none>        Ubuntu 18.04.3 LTS   4.15.18-24-pve   docker://19.3.5

you should use:

linstor node create m9c4 10.36.129.139 --communication-type SSL

from kube-linstor.

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.