adjust for outsideContainerClusterMode

Chris Lu 2021-01-24 19:06:30 -08:00
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