fallmo
fallmo
Hi when I change the image where do I make the changes in the files in the kubernetes/deploy directory.
> Hi @AnumSheraz > > After creating the new image you have to modify the files csi-s3.yaml and provisioner.yaml > > 1. Change the image of the DaemonSet defined in...
> @fallmo it's been awhile, but I believe you need to change the image in the DaemonSet in [csi-s3.yaml](https://github.com/ctrox/csi-s3/blob/ddbd6fdaa1bd76754df3ea76fba0afe149ebe87d/deploy/kubernetes/csi-s3.yaml#L84) and the StatefulSet in [provisioner.yaml](https://github.com/ctrox/csi-s3/blob/ddbd6fdaa1bd76754df3ea76fba0afe149ebe87d/deploy/kubernetes/provisioner.yaml#L89) (as was mentioned in the instructions...
I had the same problem, I looked at the logs of the `csi-attacher-s3` pod, first i saw `Failed to list *v1beta1.VolumeAttachment: the server could not find the requested resource`. I...
I had the same problem, I looked at the logs of the `csi-attacher-s3` pod, first i saw `Failed to list *v1beta1.VolumeAttachment: the server could not find the requested resource`. I...
I had the same problem, I looked at the logs of the `csi-attacher-s3` pod, first i saw `Failed to list *v1beta1.VolumeAttachment: the server could not find the requested resource`. I...
I had the same problem, I looked at the logs of the `csi-attacher-s3` pod, first i saw `Failed to list *v1beta1.VolumeAttachment: the server could not find the requested resource`. I...
> you need to create a client component wrapper with `use client` declaration > > ``` > // MyPage.js > > 'use client'; > > import { Page } from...
> Did the suggestion above work for you? Yes, but that tells the framework not to perform serverside rendering.