mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
adjust for outsideContainerClusterMode
parent
1bf4647414
commit
b31cafbe48
|
@ -34,8 +34,8 @@ However, if the SeaweedFS cluster is started by Kubernetes or docker-compose and
|
|||
the volume servers only knows its own IP addresses inside the cluster,
|
||||
`weed mount` is not able to access the volume servers from outside of the cluster.
|
||||
|
||||
`weed mount -outsideContainerClusterMode` option can help here. It assumes all volume server containers are accessible
|
||||
through the `publicUrl` address when starting with `weed volume -publicUrl=xxx`.
|
||||
`weed mount -outsideContainerClusterMode` option can help here. It will proxy the requests to volume servers via filer.
|
||||
So only filer needs to be exposed.
|
||||
|
||||
#### Multiple mounts with multiple Filers of a SeaweedFS cluster
|
||||
|
||||
|
|
Loading…
Reference in a new issue