From c1eb65bc3dd6a8885cd52a38b91f8ef81c2be324 Mon Sep 17 00:00:00 2001 From: kurokobo <2920259+kurokobo@users.noreply.github.com> Date: Tue, 4 Oct 2022 08:53:00 +0900 Subject: [PATCH] docs: fix navigation to add container group --- containergroup/README.md | 2 +- tips/use-kerberos.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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`