mirror of https://github.com/docker/docs.git
parent
4da52d8ab9
commit
c94aa9869a
|
@ -45,4 +45,4 @@ healthy and that all nodes have been upgraded successfully.
|
|||
| `--pod-cidr` | Kubernetes cluster IP pool for the pods to allocated IP from (Default: 192.168.0.0/16 |
|
||||
| `--nodeport-range` | Allowed port range for Kubernetes services of type NodePort (Default: 32768-35535) |
|
||||
| `--cloud-provider` | The cloud provider for the cluster |
|
||||
| `--unmanaged-cni` | This determines who manages the CNI plugin, using `true` or `false`. The default is false. The `true` value installs UCP without a managed CNI plugin. UCP and the Kubernetes components will be running but pod to pod networking will not function until a CNI plugin is manually installed. This will impact some functionality of UCP until a CNI plugin is running. |
|
||||
| `--unmanaged-cni` | Flag to indicate if cni provider is calico and managed by UCP (calico is the default CNI provider). The default value is "true" when using the default Calico CNI. |
|
||||
|
|
Loading…
Reference in New Issue