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
docker plugin install --disable --alias seaweedfs-csi:swarm --grant-all-permissions gradlon/swarm-csi-swaweedfs:v1.2.0
docker plugin set seaweedfs-csi:swarm FILER=100.66.36.101:8888,100.66.36.102:8888,100.66.36.103:8888,100.66.36.104:8888,100.66.36.105:8888
docker plugin set seaweedfs-csi:swarm CACHE_SIZE=512
docker plugin set seaweedfs-csi:swarm DATACENTER=ni00
docker plugin enable seaweedfs-csi:swarm
The first time I didn't specify the datacenter.
But I still had a bucket that is created and visible in my filers.
But then I tried to deploy a stack it didn't work.
I also updated docker to version 27 but I saw that there is also a new version of the csi driver 1.2.7 I am on the latest version of seaweedfs.
And I don't understand why I can't see my bucket folder and volumes since I wanted to delete everything on docker and start over cleanly.
Any idea about this ?
Have try to check with : curl http://100.66.36.101:8888/buckets/
Best Regards
The text was updated successfully, but these errors were encountered:
You know if is possible to have same modularity with CSI on docker compose : https://juicefs.com/docs/community/juicefs_on_docker
Because i cannot found how to setup this on docker compose manually this work but not on docker compose.
docker plugin install juicedata/juicefs
Plugin "juicedata/juicefs" is requesting the following privileges:
- network: [host]
- device: [/dev/fuse]
- capabilities: [CAP_SYS_ADMIN]
Do you grant the above permissions? [y/N] y
Hi, @Gradlon
Im try to configure seaweedfs csi for swarm :
The first time I didn't specify the datacenter.
But I still had a bucket that is created and visible in my filers.
But then I tried to deploy a stack it didn't work.
I also updated docker to version 27 but I saw that there is also a new version of the csi driver 1.2.7 I am on the latest version of seaweedfs.
And I don't understand why I can't see my bucket folder and volumes since I wanted to delete everything on docker and start over cleanly.
Any idea about this ?
Have try to check with :
curl http://100.66.36.101:8888/buckets/
Best Regards
The text was updated successfully, but these errors were encountered: