diff options
author | Jeff Bradberry <jeff.bradberry@gmail.com> | 2021-04-21 21:26:21 +0200 |
---|---|---|
committer | Jeff Bradberry <jeff.bradberry@gmail.com> | 2021-04-22 16:20:11 +0200 |
commit | 65cee65faddaadc38d00e82cb3b0b5f5f9a65608 (patch) | |
tree | d9f18cd4ceec3ba3cf2ade14f29b695f9e484b69 /docs/container_groups | |
parent | Remove isolated nodes from the API views and serializers (diff) | |
download | awx-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.md | 14 |
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 |