mirror of https://github.com/docker/docs.git
Fixes 785
This commit is contained in:
parent
054bbdb416
commit
96cc943c94
|
@ -112,6 +112,8 @@ Configures audit logging options for UCP components.
|
|||
|
||||
Specifies scheduling options and the default orchestrator for new nodes.
|
||||
|
||||
> **Note**: If you run the `kubectl` command, such as `kubectl describe nodes`, to view scheduling rules on Kubernetes nodes, it does not reflect what is configured in UCP Admin settings. UCP uses taints to control container scheduling on nodes and is unrelated to kubectl's `Unschedulable` boolean flag.
|
||||
|
||||
| Parameter | Required | Description |
|
||||
|:------------------------------|:---------|:-------------------------------------------------------------------------------------------------------------------------------------------|
|
||||
| `enable_admin_ucp_scheduling` | no | Set to `true` to allow admins to schedule on containers on manager nodes. The default is `false`. |
|
||||
|
|
Loading…
Reference in New Issue