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 new to seaweedfs and trying to run it on my k8s cluster. I've read through the README of seaweedfs, and wiki. The current documentation and examples make it very hard to understand what is going on. I'm curious to read more manifests of how seaweedfs can be setup, with explanations.
where are the replicas being run? is it going to spin up pods?
how do volumeServerDiskCount, volumeSizeLimitMB and storage work? Where is it getting that storage from?
can I just dump my seaweedfs config into file.config?
Specifically, I'm trying to figure out how I can run seaweedfs within k8s on existing PV/PVC for local storage/cache (provisioned as block storage through my cloud provider), but then also work with cloud drive / remote storage
Any pointers are greatly appreciated
The text was updated successfully, but these errors were encountered:
Hi everyone,
I'm new to seaweedfs and trying to run it on my k8s cluster. I've read through the README of seaweedfs, and wiki. The current documentation and examples make it very hard to understand what is going on. I'm curious to read more manifests of how seaweedfs can be setup, with explanations.
The example at https://github.com/seaweedfs/seaweedfs-operator/blob/master/config/samples/seaweed_v1_seaweed.yaml is bit sparse:
volumeServerDiskCount
,volumeSizeLimitMB
andstorage
work? Where is it getting that storage from?Specifically, I'm trying to figure out how I can run seaweedfs within k8s on existing PV/PVC for local storage/cache (provisioned as block storage through my cloud provider), but then also work with cloud drive / remote storage
Any pointers are greatly appreciated
The text was updated successfully, but these errors were encountered: