From d9403212a96c52270729edf0a7928924d9fd0209 Mon Sep 17 00:00:00 2001 From: Nicole Rappe Date: Wed, 31 Jul 2024 21:39:20 -0600 Subject: [PATCH] Update Docker & Kubernetes/Servers/AWX/AWX Operator/Ansible AWX Operator.md --- .../Servers/AWX/AWX Operator/Ansible AWX Operator.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Docker & Kubernetes/Servers/AWX/AWX Operator/Ansible AWX Operator.md b/Docker & Kubernetes/Servers/AWX/AWX Operator/Ansible AWX Operator.md index ce6fcdd..540251d 100644 --- a/Docker & Kubernetes/Servers/AWX/AWX Operator/Ansible AWX Operator.md +++ b/Docker & Kubernetes/Servers/AWX/AWX Operator/Ansible AWX Operator.md @@ -158,9 +158,9 @@ kubectl -n awx create configmap awx-kerberos-config --from-file=/awx/krb5.conf At this point, we need to make a custom pod for the AWX Execution Environments that will use this Kerberos file. Reference information was found [here](https://github.com/kurokobo/awx-on-k3s/blob/main/tips/use-kerberos.md#create-container-group). - Create Container Group with custom pod spec that mounts `krb5.conf` to allow Kerberos authentication to be used in this new Execution Environment (EE). -- Open AWX UI and click on "Instance Groups" under the "Administration" section, then press "Add > Add container group". -- Enter a descriptive name as you like (e.g. Kerberos EE) and click the toggle "Customize Pod Specification". -- Put the following YAML string in "Custom pod spec" then press the "Save" button +- Open AWX UI and click on "**Instance Groups**" under the "**Administration**" section, then press "**Add > Add container group**". +- Enter a descriptive name as you like (e.g. `Kerberos EE`) and click the toggle "**Customize Pod Specification**". +- Put the following YAML string in "**Custom pod spec**" then press the "**Save**" button ``` yml apiVersion: v1 kind: Pod