-
Notifications
You must be signed in to change notification settings - Fork 51
Description
Hello all,
Not sue if this is "an issue" but wanted to ask the following:
I am newbie to seaweedfs overall. So far, I have been setting up seaweedfs using docker and used to run master and volume containers separately. I also have seen this example whee they run seaweedfs master+ volume on Minikube.
But in case of seaweeds-operator, when I deployed it on my local k8s cluster, I could see only 1 pod is running "seaweedfs-operator-controller-manager" which contains 2 containers - 1 is manager & 1 is kube-rbac-proxy.
The documentation says "Automatically deploy a SeaweedFS cluster with 3 masters, N volume servers, and M filers with customizable filer store managed by other operators."
I would like to know where/how can I see the 3 masters , N volumes running in this setup?
Any guide, documentation or something of that sort would really help.
Please help.