Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

testsys-launcher(docs): update README to use CFN context #881

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 7 additions & 3 deletions deploy/testsys-launcher/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,9 @@ cdk deploy
```

The default role that can assume the `testsys-admin` role is "Administrator".
During deployment, use `--parameter TestsysAssumerRole={MY-ROLE-NAME}` to specify
a different role that can assume the `testsys-admin` role.
To specify other roles to assume `testsys-admin`, modify `cdk.json` or use
a comma separated set of roles via CDK context like
`--context testsysAdminAssumedBy=<role1>,<role2>,<role3>`.

To get the kubeconfig, assuming you are acting as the role that can assume `testsys-admin`,
use the `aws eks update-kubeconfig` command with the `testsys-admin` role:
Expand Down Expand Up @@ -42,5 +43,8 @@ Bottlerocket nodes on the cluster consume the latest releases and stay up to dat

## Optional Parameters

* `TestsysAssumerRole` name of the role that can assume the `testsys-admin` role to perform cluster operations _(string)_ - Default: "Administrator"
* `TestsysNodegroupSize` number of instances for the testsys node-group _(number)_ - Default: "3"

## Optional Context

* `testsysAdminAssumedBy`: a comma separated list of roles that can assume the `testsys-admin` role - Default: "Administrator"
Loading