Coder Social home page Coder Social logo

Comments (7)

fzyzcjy avatar fzyzcjy commented on July 28, 2024 2

After I updated to 1.12.2 and the storage-provisioner bug solved, netdata works happily :) Thanks!

from helmchart.

ncmans avatar ncmans commented on July 28, 2024

@fzyzcjy can you please provide the helm install command you used and/or values you passed to the chart so we can try to reproduce it here. Thanks.

from helmchart.

ilyam8 avatar ilyam8 commented on July 28, 2024

2020-08-05 08:18:14: netdata FATAL : MAIN : Cannot create directory '/var/lib/netdata/registry'. # : Invalid argument

same error as in #90 (comment)

from helmchart.

cakrit avatar cakrit commented on July 28, 2024

Partial duplicate of #122 . We have done something that caused this...

from helmchart.

fzyzcjy avatar fzyzcjy commented on July 28, 2024

I use the default value for helm install.

Since minikube has a bug on provisioning volumes, I manually allocate several PVs, e.g.

apiVersion: v1
kind: PersistentVolume
metadata:
  name: pv0001
spec:
  storageClassName: standard
  accessModes:
    - ReadWriteOnce
  capacity:
    storage: 1Gi
  hostPath:
    path: /data/pv0001/

from helmchart.

ilyam8 avatar ilyam8 commented on July 28, 2024

i created persistend volumes (create PVC, use PVC) in minikube, i had no problems

[ilyam@ilyam-pc ~]$ minikube version
minikube version: v1.8.2
commit: eb13446e786c9ef70cb0a9f85a633194e62396a1

from helmchart.

fzyzcjy avatar fzyzcjy commented on July 28, 2024

Hmmmm maybe that is related to the broken storage-provisioner? This issue -> kubernetes/minikube#7218

I will try to see whether this problem exists after the provisioner bug is fixed.

Thanks for the replies!

from helmchart.

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.