csi-driver | Kubernetes CSI plugin to automatically mount | Storage library

 by   cert-manager Go Version: v0.5.0 License: Apache-2.0

kandi X-RAY | csi-driver Summary

kandi X-RAY | csi-driver Summary

csi-driver is a Go library typically used in Storage applications. csi-driver has no bugs, it has no vulnerabilities, it has a Permissive License and it has low support. You can download it from GitHub.

A Kubernetes CSI plugin to automatically mount signed certificates to Pods using ephemeral volumes
Support
    Quality
      Security
        License
          Reuse

            kandi-support Support

              csi-driver has a low active ecosystem.
              It has 158 star(s) with 42 fork(s). There are 13 watchers for this library.
              OutlinedDot
              It had no major release in the last 12 months.
              There are 15 open issues and 27 have been closed. On average issues are closed in 142 days. There are 3 open pull requests and 0 closed requests.
              It has a neutral sentiment in the developer community.
              The latest version of csi-driver is v0.5.0

            kandi-Quality Quality

              csi-driver has 0 bugs and 0 code smells.

            kandi-Security Security

              csi-driver has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
              csi-driver code analysis shows 0 unresolved vulnerabilities.
              There are 0 security hotspots that need review.

            kandi-License License

              csi-driver is licensed under the Apache-2.0 License. This license is Permissive.
              Permissive licenses have the least restrictions, and you can use them in most projects.

            kandi-Reuse Reuse

              csi-driver releases are available to install and integrate.
              Installation instructions, examples and code snippets are available.

            Top functions reviewed by kandi - BETA

            kandi has reviewed csi-driver and discovered the below as its top functions. This is intended to give you an instant insight into csi-driver implemented functionality, and help decide if they suit your requirements.
            • NewCommand returns a new cobra command
            • WriteKeypair writes a keypair
            • RequestForMetadata builds a CertificateRequestBundle from metadata .
            • ValidateAttributes validates the provided attributes .
            • calculateNextIssuanceTime returns the next time when the certificate is signed .
            • SetDefaultAttributes returns a new set of default attributes for the given map
            • parseURIs returns a slice of uris
            • keyUsages validates a key usage string
            • parseIPAddresses parses a comma separated list of IP addresses
            • keyUsagesFromAttributes returns a list of KeyUsages from a CSV string .
            Get all kandi verified functions for this library.

            csi-driver Key Features

            No Key Features are available at this moment for csi-driver.

            csi-driver Examples and Code Snippets

            No Code Snippets are available at this moment for csi-driver.

            Community Discussions

            QUESTION

            use AWS Secrets & Configuration Provider for EKS: Error from server (BadRequest)
            Asked 2022-Mar-06 at 22:24

            I'm following this AWS documentation which explains how to properly configure AWS Secrets Manager to let it works with EKS through Kubernetes Secrets.

            I successfully followed step by step all the different commands as explained in the documentation.

            The only difference I get is related to this step where I have to run:

            ...

            ANSWER

            Answered 2022-Mar-06 at 22:24

            Finally I realized why it wasn't working. As explained here, the error:

            Source https://stackoverflow.com/questions/71361343

            QUESTION

            How do I deploy the AWS EFS CSI Driver Helm chart from https://kubernetes-sigs.github.io/aws-efs-csi-driver/ using Pulimi
            Asked 2022-Feb-06 at 20:21

            I would like to be able to deploy the AWS EFS CSI Driver Helm chart hosted at AWS EFS SIG Repo using Pulumi. With Source from AWS EFS CSI Driver Github Source. I would like to avoid having almost everything managed with Pulumi except this one part of my infrastructure.

            Below is the TypeScript class I created to manage interacting with the k8s.helm.v3.Release class:

            ...

            ANSWER

            Answered 2022-Feb-06 at 20:21

            You're using the wrong version in your chart invocation.

            The version you're selecting is the application version, ie the release version of the underlying application. You need to set the Chart version, see here which is defined here

            the following works:

            Source https://stackoverflow.com/questions/71010998

            QUESTION

            InvalidParameterException: Addon version specified is not supported
            Asked 2022-Feb-04 at 09:24

            I've been trying to deploy a self managed node EKS cluster for a while now, with no success. The error I'm stuck on now are EKS addons:

            Error: error creating EKS Add-On (DevOpsLabs2b-dev-test--eks:kube-proxy): InvalidParameterException: Addon version specified is not supported, AddonName: "kube-proxy", ClusterName: "DevOpsLabs2b-dev-test--eks", Message_: "Addon version specified is not supported" } with module.eks-ssp-kubernetes-addons.module.aws_kube_proxy[0].aws_eks_addon.kube_proxy on .terraform/modules/eks-ssp-kubernetes-addons/modules/kubernetes-addons/aws-kube-proxy/main.tf line 19, in resource "aws_eks_addon" "kube_proxy":

            This error repeats for coredns as well, but ebs_csi_driver throws:

            Error: unexpected EKS Add-On (DevOpsLabs2b-dev-test--eks:aws-ebs-csi-driver) state returned during creation: timeout while waiting for state to become 'ACTIVE' (last state: 'DEGRADED', timeout: 20m0s) [WARNING] Running terraform apply again will remove the kubernetes add-on and attempt to create it again effectively purging previous add-on configuration

            My main.tf looks like this:

            ...

            ANSWER

            Answered 2022-Feb-04 at 09:24

            K8s is hard to get right sometimes. The examples on Github are shown for version 1.21 [1]. Because of that, if you leave only this:

            Source https://stackoverflow.com/questions/70980704

            QUESTION

            Azure KeyVault generated certifcate is showing Not Valid in Browser
            Asked 2022-Jan-19 at 11:24

            Created a self signed certificate in Azure KeyVault as below with DNS

            Azure KeyVault Certificate

            Have added the certificate to Azure Kubernetes Service as a secret using secret-store-csi-driver and added to ingress

            Problem is while opening the DNS in browser it shows certificate is not valid as below

            Certificate Not valid

            The Certificate is already added to Trusted store and shows as below

            Certificate Details

            Certificate Details

            Also, the certificate in browser is the one in Azure Keyvault certificate as evident from the validity date

            What could be the issue?

            ...

            ANSWER

            Answered 2022-Jan-19 at 11:24

            When you use self sign a certificate, your Operating System or Browser wont trust this Cert, as it is self signed and considered insecure for the Internet.

            You need to use a Cert from a valid Certification Authority or import your CA root cert that created the cert into your OS or Browser. But every user need to so this.

            A better approach is Cert-Manager ff you are using AKS. Cert-Manager can issue certificates from LetsEncrypt. Here is a workflow from Microsoft for this.

            Source https://stackoverflow.com/questions/70768997

            QUESTION

            How to get IAM/service account used by juicefs to access GCS in GKE?
            Asked 2021-Dec-16 at 10:43

            I'm using a juicefs-csi in GKE. I use postgre as meta-store and GCS as storage. The corresponding setting is as follow:

            ...

            ANSWER

            Answered 2021-Dec-15 at 13:53

            Ok I misunderstood you at the beginning.

            When you are creating GKE cluster you can specify which GCP Service Account will be used by this cluster, like below:

            By Default it's Compute Engine default service account (71025XXXXXX-compute@developer.gserviceaccount.com) which is lack of a few Cloud Product permissions (like Cloud Storage, it has Read Only). It's even described in this message.

            If you want to check which Service Account was set by default to VM, you could do this via

            Compute Engine > VM Instances > Choose one of the VMs from this cluster > In details find API and identity management

            So You have like 3 options to solve this issue:

            1. During Cluster creation

            In Node Pools > Security, you have Access scopes where you can add some additional permissions.

            • Allow full access to all Cloud APIs to allow access for all listed Cloud APIs
            • Set access for each API

            In your case you could just use Set access for each API and change Storage to Full.

            2. Set permissions with a Service Account You would need to create a new Service Account and provide proper permissions for Compute Engine and Storage. More details about how to create SA you can find in Creating and managing service accounts.

            3. Use Workload Identity

            Workload Identity on your Google Kubernetes Engine (GKE) clusters. Workload Identity allows workloads in your GKE clusters to impersonate Identity and Access Management (IAM) service accounts to access Google Cloud services.

            For more details you should check Using Workload Identity.

            Useful links

            Source https://stackoverflow.com/questions/70348036

            QUESTION

            Correct way of using eksctl ClusterConfig with vpc-cni addon and pass maxPodsPerNode to launch template?
            Asked 2021-Dec-03 at 04:47

            I've been trying to create an EKS cluster with vpc-cni addon due to the pod restrictions for m5.xlarge VMs (57). After creation I can see it is passed to the launchtemplate object but when doing a node describe it still can allocate the previous (wrong?) number

            ClusterConfig:

            ...

            ANSWER

            Answered 2021-Dec-03 at 04:47

            For managedNodeGroup you need to specify the AMI ID:

            aws ssm get-parameter --name /aws/service/eks/optimized-ami/1.21/amazon-linux-2/recommended/image_id --region us-east-1 --query "Parameter.Value" --output text

            Source https://stackoverflow.com/questions/70201235

            QUESTION

            How to access EFS from kubernetes sa in AWS?
            Asked 2021-Nov-05 at 09:11

            I deployed an EFS in AWS and a test pod on EKS from this document: Amazon EFS CSI driver.

            EFS CSI Controller pods in the kube-system:

            ...

            ANSWER

            Answered 2021-Nov-04 at 09:10

            Posted community wiki answer for better visibility. Feel free to expand it.

            Based on @Miantian comment:

            The reason was the efs driver image is using the different region from mine. I changed to the right one and it works.

            You can find steps to setup the Amazon EFS CSI driver in the proper region in this documentation.

            Source https://stackoverflow.com/questions/69778184

            QUESTION

            kubernetes aws-efs-csi-driver and permissions
            Asked 2021-Oct-15 at 23:57

            I'm using bitnami/etcd chart and it has ability to create snapshots via EFS mounted pvc.

            However I get permission error after aws-efs-csi-driver is provisioned and PVC mounted to any non-root pod (user/gid is 1001)

            I'm using helm chart https://kubernetes-sigs.github.io/aws-efs-csi-driver/ version 2.2.0

            values of the chart:

            ...

            ANSWER

            Answered 2021-Oct-15 at 23:57

            By default the StorageClass field provisioningMode is unset, please set it to provisioningMode: "efs-ap" to enable dynamic provision with access point.

            Source https://stackoverflow.com/questions/69547415

            QUESTION

            key vault issue with AKS
            Asked 2021-Sep-25 at 00:29

            A couple of weeks ago i published similar question regarding a Kubernetes deployment that uses Key Vault (with User Assigned Managed identity method). The issue was resolved but when trying to implemente everything from scratch something makes not sense to me.

            Basically i am getting this error regarding mounting volume:

            ...

            ANSWER

            Answered 2021-Sep-25 at 00:29

            After doing some tests, it seems that the process that I was following was correct. Most probably, I was using principalId instead of clientId in role assignment for the AKS managed identity.

            Key points for someone else that is facing similar issues:

            1. Check what the managed identity created automatically by AKS is. Check for the clientId; e.g.,

            Source https://stackoverflow.com/questions/69265358

            QUESTION

            Integrate Azure Key Vault With Azure Kubernetes Service using Managed Identity
            Asked 2021-Aug-11 at 03:00

            I'm setting up Keyvault integration with k8s in Azure. I can mount a volume with secrets using the csi driver in Azure using Managed identities. I can verify the secret is mounted by exec-ing into the pod and cat-ing out the secrets. However, now I want to expose the secrets as environment variables, but I'm unclear how to do that. Below is the following SecretProviderClass and Pod I have deployed.

            spc-keyvault.yaml:

            ...

            ANSWER

            Answered 2021-Aug-10 at 03:25

            i was able to solve this issue by updating the entrypoint.sh to export the secrets to env variables. Something like this:

            Source https://stackoverflow.com/questions/68686822

            Community Discussions, Code Snippets contain sources that include Stack Exchange Network

            Vulnerabilities

            No vulnerabilities reported

            Install csi-driver

            This CSI driver plugin makes use of the 'CSI inline volume' feature - Alpha as of v1.15 and beta in v1.16. Kubernetes versions v1.16 and higher require no extra configuration however v1.15 requires the following feature gate set:.

            Support

            The csi-driver driver aims to have complete feature parity with all possible values available through the cert-manager API however currently supports the following values;.
            Find more information at:

            Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items

            Find more libraries
            CLONE
          • HTTPS

            https://github.com/cert-manager/csi-driver.git

          • CLI

            gh repo clone cert-manager/csi-driver

          • sshUrl

            git@github.com:cert-manager/csi-driver.git

          • Stay Updated

            Subscribe to our newsletter for trending solutions and developer bootcamps

            Agree to Sign up and Terms & Conditions

            Share this Page

            share link

            Explore Related Topics

            Consider Popular Storage Libraries

            localForage

            by localForage

            seaweedfs

            by chrislusf

            Cloudreve

            by cloudreve

            store.js

            by marcuswestin

            go-ipfs

            by ipfs

            Try Top Libraries by cert-manager

            cert-manager

            by cert-managerGo

            aws-privateca-issuer

            by cert-managerGo

            istio-csr

            by cert-managerGo

            trust-manager

            by cert-managerGo

            webhook-example

            by cert-managerGo