summaryrefslogtreecommitdiffstats
path: root/docs/container_groups
diff options
context:
space:
mode:
authorJeff Bradberry <jeff.bradberry@gmail.com>2021-04-21 21:26:21 +0200
committerJeff Bradberry <jeff.bradberry@gmail.com>2021-04-22 16:20:11 +0200
commit65cee65faddaadc38d00e82cb3b0b5f5f9a65608 (patch)
treed9f18cd4ceec3ba3cf2ade14f29b695f9e484b69 /docs/container_groups
parentRemove isolated nodes from the API views and serializers (diff)
downloadawx-65cee65faddaadc38d00e82cb3b0b5f5f9a65608.tar.xz
awx-65cee65faddaadc38d00e82cb3b0b5f5f9a65608.zip
Update the docs to remove references to isolated nodes
Diffstat (limited to 'docs/container_groups')
-rw-r--r--docs/container_groups/README.md14
1 files changed, 6 insertions, 8 deletions
diff --git a/docs/container_groups/README.md b/docs/container_groups/README.md
index a13644abb2..0949379bed 100644
--- a/docs/container_groups/README.md
+++ b/docs/container_groups/README.md
@@ -1,13 +1,11 @@
# Container Groups
-In a traditional AWX installation, jobs (ansible-playbook runs) are executed
-either directly on a member of the cluster or on a pre-provisioned "isolated"
-node.
-
-The concept of a Container Group (working name) allows for job environments to
-be provisioned on-demand as a Pod that exists only for the duration of the
-playbook run. This is known as the ephemeral execution model and ensures a clean
-environment for every job run.
+In a traditional AWX installation, jobs (ansible-playbook runs) are
+executed directly on a member of the cluster. The concept of a
+Container Group (working name) allows for job environments to be
+provisioned on-demand as a Pod that exists only for the duration of
+the playbook run. This is known as the ephemeral execution model and
+ensures a clean environment for every job run.
## Configuration