mirror of https://github.com/docker/docs.git
add 'Avoid IP range conflict' in UCP plan-installation
This commit is contained in:
parent
107a0ce000
commit
12122f6e7a
|
|
@ -40,6 +40,10 @@ Docker UCP requires each node on the cluster to have a static IP address.
|
||||||
Before installing UCP, ensure your network and nodes are configured to support
|
Before installing UCP, ensure your network and nodes are configured to support
|
||||||
this.
|
this.
|
||||||
|
|
||||||
|
## Avoid IP range conflicts
|
||||||
|
|
||||||
|
The default Kubernetes cluster IP pool for the pods is `192.168.0.0/16`. If it conflicts with your current networks, please use a custom IP pool by specifying `--pod-cidr` during UCP installation.
|
||||||
|
|
||||||
## Time synchronization
|
## Time synchronization
|
||||||
|
|
||||||
In distributed systems like Docker UCP, time synchronization is critical
|
In distributed systems like Docker UCP, time synchronization is critical
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue