docs: fix navigation to add container group

This commit is contained in:
kurokobo 2022-10-04 08:53:00 +09:00
parent 1de8655fbe
commit c1eb65bc3d
2 changed files with 2 additions and 2 deletions

View file

@ -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.

View file

@ -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`