You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying the starter template for PNPM, Turborepo and Storybook. I have another nodejs project just using vite and that doesn't have an issue when running.
The problem is as soon as I turbo run dev to start storybook once the server comes up the storage detaches.
Below are the logs from seaweedfs-csr-plugin leading to the exit;
I'm trying the starter template for PNPM, Turborepo and Storybook. I have another nodejs project just using vite and that doesn't have an issue when running.
The problem is as soon as I
turbo run dev
to start storybook once the server comes up the storage detaches.Below are the logs from seaweedfs-csr-plugin leading to the exit;
So once this exits, just restarting the pod doesn't re-attach, I need to scale to zero and wait for the plugin to detach the pvc.
Hopefully there's a useful thing to fix in Seaweed, In the meantime I will try to get the .cache folders off the PVC, maybe even all of node_modules.
Using seaweed 3.43. CSI v1.1.3, little bit out of date I know.
The text was updated successfully, but these errors were encountered: