mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
fix typo
This commit is contained in:
parent
465d18930b
commit
31c481e3fc
|
@ -54,7 +54,7 @@ var cmdMount = &Command{
|
||||||
|
|
||||||
On OS X, it requires OSXFUSE (http://osxfuse.github.com/).
|
On OS X, it requires OSXFUSE (http://osxfuse.github.com/).
|
||||||
|
|
||||||
If the SeaweedFS systemm runs in a container cluster, e.g. managed by kubernetes or docker compose,
|
If the SeaweedFS system runs in a container cluster, e.g. managed by kubernetes or docker compose,
|
||||||
the volume servers are not accessible by their own ip addresses.
|
the volume servers are not accessible by their own ip addresses.
|
||||||
In "outsideContainerClusterMode", the mount will use the filer ip address instead, assuming:
|
In "outsideContainerClusterMode", the mount will use the filer ip address instead, assuming:
|
||||||
* All volume server containers are accessible through the same hostname or IP address as the filer.
|
* All volume server containers are accessible through the same hostname or IP address as the filer.
|
||||||
|
|
Loading…
Reference in a new issue