GithubHelp home page GithubHelp logo

charts's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

charts's Issues

Node serviceAccount should support annotations

There is no possibility to specify annotation for node service account

https://github.com/juicedata/charts/blob/main/charts/juicefs-csi-driver/templates/serviceaccount.yaml

apiVersion: v1
kind: ServiceAccount
metadata:
  name: {{ include "juicefs-csi.node.serviceAccountName" . }}
  namespace:  {{ .Release.Namespace | quote }}
  labels:
    {{- include "juicefs-csi.labels" . | nindent 4 }}
---

Expected:

apiVersion: v1
kind: ServiceAccount
metadata:
  name: {{ include "juicefs-csi.node.serviceAccountName" . }}
  namespace:  {{ .Release.Namespace | quote }}
  labels:
    {{- include "juicefs-csi.labels" . | nindent 4 }}
  {{- with .Values.serviceAccount.node.annotations }}
  annotations:
    {{- tpl (toYaml .) $ | nindent 4 }}
  {{- end }}
---

Can't pull juicefs CSI driver as subchart helm chart

I reviewed the index.yaml and it appears to be working, so not sure what else to do.

Working:

  • Download artifact with helm fetch --untar juicefs/juicefs-csi-driver
  • Can install with helm via repo

My Config

Chart.yaml

  - name: juicefs
    condition: juicefs.enabled
    version: 0.18.1
    repository: https://juicedata.github.io/charts/

helm dep up

Update Complete. ⎈Happy Helming!⎈
Error: juicefs chart not found in repo https://juicedata.github.io/charts/

helm search repo juicefs/juicefs-csi-driver

NAME                            CHART VERSION   APP VERSION     DESCRIPTION                        
juicefs/juicefs-csi-driver      0.18.1          0.22.1          A Helm chart for JuiceFS CSI Driver

arm64 (multi platform) support

seems like the sidecars are not available as cross platform builds:

sidecars:
  livenessProbeImage:
    repository: quay.io/k8scsi/livenessprobe
    tag: "v1.1.0"
  nodeDriverRegistrarImage:
    repository: quay.io/k8scsi/csi-node-driver-registrar
    tag: "v1.1.0"

Did anyone try this successfully on an ARM64 system? I am running Ubuntu Server inside a qemu vm on my M1 Mac and it only downloads x86 images of livenessprobe and registrar.

Thanks!

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.