Etourneau Gwenn

Results 37 comments of Etourneau Gwenn

Thanks @haircommander so in this case what is `/var/lib/containers/storage/overlay/` comparing to `/var/lib/containers/storage/overlay-containers/` ?

Hi, Any update on that ? I mostly a 4 nodes cluster and have to connect to all of them each time, is not really convenient. Thanks

We wrap the FluentLogger in a logback appender like the following: ``` java doAppend(stuffToLog) { FluentLogger logger = FluentLogger.getLogger("sametag", "samehost", "sameport") logger.log(stuffToLog) } ``` So getLogger gets called everytime with...

@torredil Thanks for the answer but the SC reclainPolicy is Delete as well in the pv/pvc ```yaml apiVersion: storage.k8s.io/v1 kind: StorageClass metadata: annotations: meta.helm.sh/release-name: aws-ebs-csi-driver meta.helm.sh/release-namespace: kube-system creationTimestamp: "2022-07-06T04:44:49Z" labels:...

the CSI just panic as well [log-aws-csi.log](https://github.com/kubernetes-sigs/aws-ebs-csi-driver/files/9098900/log-aws-csi.log)

@torredil So I updated the `k8s.gcr.io/sig-storage/csi-provisioner` to `v3.2.1` and now no more crashing, but I think I know why volumes are not deleted, I got a lot of ``` ebs-plugin...

@AlanGreene Any update on this one ? We will need to do that too, and not sure how Tekton Dashboard is going to handle that.

@pohly any information that you want me to provide to investigate this bug ?

@rodnymolina any effort on the GPU side ? We will love to see that too.

> As a temporary work-around, you could consider adding the following env-var to the sysbox pod's spec > SYSBOX_ALLOW_TRUSTED_XATTR=FALSE Not sure I understand. ? I am running on kubernetes, so...