From 69f6cdc1396616d7a42bbe85fff7dd0074205410 Mon Sep 17 00:00:00 2001 From: L-Hudson <44844738+L-Hudson@users.noreply.github.com> Date: Thu, 21 Feb 2019 08:33:15 -0500 Subject: [PATCH] Update restrict-services-to-worker-nodes.md editorial crx --- .../admin/configure/restrict-services-to-worker-nodes.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ee/ucp/admin/configure/restrict-services-to-worker-nodes.md b/ee/ucp/admin/configure/restrict-services-to-worker-nodes.md index 4fdb9e26cf..358cdcdfe1 100644 --- a/ee/ucp/admin/configure/restrict-services-to-worker-nodes.md +++ b/ee/ucp/admin/configure/restrict-services-to-worker-nodes.md @@ -15,7 +15,7 @@ any cluster management functionality. ## Swarm Workloads To restrict users from deploying to manager nodes, log in with administrator -credentials to the UCP web UI, navigate to the **Admin Settings** +credentials to the UCP web interface, navigate to the **Admin Settings** page, and choose **Scheduler**. ![](../../images/restrict-services-to-worker-nodes-1.png){: .with-border} @@ -51,7 +51,7 @@ $ kubectl get nodes -o json | jq -r '.spec.taints | .[]' To allow Administrators to deploy workloads accross all nodes types, an Administrator can tick the "Allow administrators to deploy containers on UCP -managers or nodes running DTR" box in the UCP UI. +managers or nodes running DTR" box in the UCP web interface. ![](../../images/restrict-services-to-worker-nodes-2.png){: .with-border} @@ -60,7 +60,7 @@ ticked, UCP will apply a toleration to your workloads to allow the pods to be scheduled on all node types. For existing workloads, the Administrator will need to edit the Pod -specification, through `kubectl edit ` or the UCP UI and add +specification, through `kubectl edit ` or the UCP web interface and add the following toleration: ```bash @@ -84,7 +84,7 @@ $ kubectl get -o json | jq -r '.spec.template.spec.toleratio To allow Kubernetes Users and Service Accounts to deploy workloads accross all node types in your cluster, an Administrator will need to tick "Allow all authenticated users, including service accounts, to schedule on all nodes, -including UCP managers and DTR nodes." in the UCP UI. +including UCP managers and DTR nodes." in the UCP web interface. ![](../../images/restrict-services-to-worker-nodes-3.png){: .with-border}