mirror of
https://github.com/Expand-sys/awx-on-k3s
synced 2025-12-15 21:42:15 +11:00
docs: fix navigation to add container group
This commit is contained in:
parent
1de8655fbe
commit
c1eb65bc3d
2 changed files with 2 additions and 2 deletions
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
|
|
@ -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`
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue