Questions tagged [csi]

The Microsoft Visual C# Interactive Compiler (CSI.exe) allows to execute C# Script files from the commandline or to enter C# Scripts interactively.

37 questions
1
vote
1 answer

Reading in values from /mnt/secrets-store/ after integration AKV with AKS using CSI Driver

I have AKV integrated with AKS using CSI driver (documentation). I can access them in the Pod by doing something like: ## show secrets held in secrets-store kubectl exec busybox-secrets-store-inline -- ls /mnt/secrets-store/ ## print a test secret…
cjones
  • 8,384
  • 17
  • 81
  • 175
1
vote
0 answers

K8S ceph csi rbd how to create Persistent Volumes from Existing RBD images

I'm trying to test the recovery of exported rbd-images export image rbd export --export-format 2 -p ssd-k8s csi-vol-55355f44-eaee-11eb-9e68-6a05d299e4b1 /tmp/csi-vol-55355f44-eaee-11eb-9e68-6a05d299e4b1 Active watcher rbd status -p ssd-k8s …
1
vote
2 answers

How to get phase and frequency of complex CSI for channel impulse responses?

I have measurements of channel impulse responses as complex CSI's. There are two transmitters Alice and Bob and the measurements look like [real0], [img0], [real1], [img1], ..., [real99], [img99] (100 complex values). Amplitude for the Nth value is…
MLDP
  • 11
  • 1
1
vote
2 answers

How do you integrate the C# Scripting API (csi.exe) with a host program?

For the sake of simplicity, if I have a game engine. Use C# compiled. How would I call a C# script using the csi.exe (or some other method). How do I use the C# Scripting API in another program like Lua? Edit: Clarification. I do not want to…
johnny
  • 19,272
  • 52
  • 157
  • 259
0
votes
0 answers

Density button to use a new volume calculation (black boxes) that takes the Total Gross Weight multiplied by the density of the syrup in CSI

I need to add the Density button to use a new volume calculation (black boxes) that takes the Total Gross Weight multiplied by the density of the syrup in CSI. Tried to get the code done but I'm not sure where to go from here. Dim IDOResponseData As…
Inna
  • 1
0
votes
1 answer

Using DNS Name (FQDN) instead of GCP Filestore IP for PersistentVolume Object of GKE

For mounting GCP filesore to GKE Pod below is PV object manifest snippet. Here fsGroup setting for Pod securityContext is not giving ownership to required group for that mounted Filestore. nfs: server: my.filestore.com path: /data This is…
0
votes
0 answers

nomad fails release CSI volume during "restart -reschedule" which would move allocations to new host

Context: Have nomad job with configured tasks dependent on CSI (AWS EBS) volumes across three host machines. The allocations start and the service works. The volumes work and data is stored there. nomad stop|start|restart all work. These commands…
jsharpe
  • 2,546
  • 3
  • 26
  • 42
0
votes
0 answers

CSI driver - Using secrets in PVC spec

I have below spec for pvc and secrets apiVersion: v1 kind: PersistentVolumeClaim metadata: name: cos-s3-csi-pvc namespace: default spec: accessModes: - ReadWriteOnce resources: requests: storage: 256Mi storageClassName:…
ambikanair
  • 4,004
  • 11
  • 43
  • 83
0
votes
0 answers

nVidia Xavier gstreamer error (CSI camera)

I tried to cpature and stream images from a CSI camera with nVidia Xavier using gstreamer. My command is : $ gst-launch-1.0 v4l2src device=/dev/video0 do-timestamp=true ! "video/x-bayer, format=(string)bggr, width=(int)3840, height=(int)2162,…
0
votes
0 answers

How can I open etabs model via python?

I have a lot of floor spectral acceleration (FSA) data in etabs v20 and I need to export all in excel sheet. I tried: import win32com.client as win32 import pandas as pd ETABS =…
0
votes
1 answer

Vault csi provider in gcp

I'm trying to run Vault CSI provider but I'm getting the following error in my app pod: MountVolume.SetUp failed for volume "secrets-store-inline" : rpc error: code = Unknown desc = failed to mount secrets store objects for pod…
wipcrep
  • 19
  • 1
  • 7
0
votes
0 answers

Auto recovery pod when storage recover from crash

I am using my k8s cluster with my own storage. This storage is just like NFS Server. The storage server is deployed with k8s cluster. Sometimes , my storage may crash or hang by some software reason . After I recover the storage, the pods which is…
yao xu
  • 21
  • 4
0
votes
1 answer

Helm upgrade is making deployment failure

We configured CSI driver in our cluster for secret management and used the below secret provider class template to automatically assign secrets to the deployments env variable. The above setup is working fine. But 2 things where I have issues.…
Vowneee
  • 956
  • 10
  • 33
0
votes
1 answer

EFS CSI Mount timeout

I have a CSI drive which is installed in my Kubernetes cluster. Also, I have created a storage class for EFS in ReadWriteMany mode. When I launch multiple pods it fails to mount efs to the node intermittent. the only log message is in the pod is EFS…
0
votes
1 answer

ClusterRole for CSI drivers

I'm designing my own CSI driver and I'm wondering about needed role to be used for Kubernetes RBAC API. The question is: am I forced to define my service specifying ClusterRole? I made some trials and I couldn't manage to avoid it. Thanks in advance…
Anto74
  • 33
  • 3