shuaiyy
shuaiyy
> > `task-index` info will be set to task pod's label, it has been set to container env key `VC_TASK_INDEX` by env plugin, but missed in pod labels. > >...
> The easy way is using helm. You do not need delete any pod, just in the deploy/helm Update the values,yaml and run `helm upgrade --namespace [namespace] -f values.yaml csi-s3...
> Hi! In previous versions, geesefs processes were started inside the csi-s3 pod so they actually died when you restarted the pod (for example, by upgrading it). But the latest...
have the same problem. in my case, I use an ingress url as s3 endpoint, the s3 storage is a minIO server deployed in k8s. replacing endpoint with `svc_ip:port`, everything...