Skip to content

Commit c62a4f8

Browse files
committed
fixing enumeration
1 parent 5cb5a81 commit c62a4f8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/operator-nexus/howto-run-instance-readiness-testing.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Instance Readiness Testing (IRT) is a framework built to orchestrate real-world
1818
1. A Linux environment (Ubuntu suggested) capable of calling Azure APIs
1919
1. Knowledge of networks to use for the test
2020
* Networks to use for the test are specified in a "network-blueprint.yml" file, see [Input Configuration](#input-configuration).
21-
2. curl or wget to download IRT package
21+
1. curl or wget to download IRT package
2222

2323
## Before execution
2424

@@ -37,13 +37,13 @@ Instance Readiness Testing (IRT) is a framework built to orchestrate real-world
3737
1. [Optional] Set up a storage account to archive test results over time. For help, see the [instructions](#uploading-results-to-your-own-archive)
3838
1. Log into Azure, if not already logged in: `az login --use-device`
3939
* User should have `Contributor` role
40-
2. Create an Azure Managed Identity for the container to use.
40+
1. Create an Azure Managed Identity for the container to use.
4141
* Using the provided script: `MI_RESOURCE_GROUP="<your resource group> MI_NAME="<managed identity name>" SUBSCRIPTION="<subscription>" ./create-managed-identity.sh`
4242
* Can be created manually via the Azure portal, refer to the script for needed permissions
43-
3. Create a service principal and security group. The service principal is used as the executor of the test. The group informs the kubernetes cluster of valid users. The service principal must be a part of the security group, so it has the ability to log into the cluster.
43+
1. Create a service principal and security group. The service principal is used as the executor of the test. The group informs the kubernetes cluster of valid users. The service principal must be a part of the security group, so it has the ability to log into the cluster.
4444
* You can provide your own, or use our provided script, here's an example of how it could be executed; `AAD_GROUP_NAME=external-test-aad-group-8 SERVICE_PRINCIPAL_NAME=external-test-sp-8 ./irt/create-service-principal.sh`
4545
* This script prints four key/value pairs for you to include in your input file.
46-
4. If necessary, create the isolation domains required to execute the tests. They aren't lifecycled as part of this test scenario.
46+
1. If necessary, create the isolation domains required to execute the tests. They aren't lifecycled as part of this test scenario.
4747
* **Note:** if deploying isolation domains, your network blueprint must define at least one external network per isolation domain. see `networks-blueprint.example.yml` for help with configuring your network blueprint.
4848
* `create-l3-isolation-domains.sh` takes one parameter, a path to your networks blueprint file; here's an example of the script being invoked:
4949
* `create-l3-isolation-domains.sh ./networks-blueprint.yml`

0 commit comments

Comments
 (0)