diff --git a/containergroup/README.md b/containergroup/README.md index c106dc3..3bee6b3 100644 --- a/containergroup/README.md +++ b/containergroup/README.md @@ -75,7 +75,7 @@ Note that this is a little tricky but super useful way to duplicate resource bet ### Create Container Group -You can create new Container Group by `Administration` > `Instance Group` > `Add`. +You can create new Container Group by `Administration` > `Instance Group` > `Add` > `Add container group`. Enable `Customize pod specification` and define specification as following. diff --git a/tips/use-kerberos.md b/tips/use-kerberos.md index 8ea12ab..d728a7b 100644 --- a/tips/use-kerberos.md +++ b/tips/use-kerberos.md @@ -197,7 +197,7 @@ Create new Container Group, Credential, and Inventory in your AWX. Create Container Group with custom pod spec that mounts `krb5.conf` to make Kerberos authentication to be used in your EE. -1. Open AWX UI and open `Instance Groups` under `Administration`, then press `Add`. +1. Open AWX UI and open `Instance Groups` under `Administration`, then press `Add` > `Add container group`. 2. Enter `Name` as you like (e.g. `kerberos`) and toggle `Customize pod specification`. 3. Put following YAML string to `Custom pod spec` and press `Save`