Skip to content

Commit 5a82997

Browse files
author
Julie Garrone
committed
Fix links in eks documentation
1 parent f403482 commit 5a82997

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

platform/eks/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ The ODM on Kubernetes Docker images are available in the [IBM Entitled Registry]
88

99
## Included components
1010
The project uses the following components:
11-
- [IBM Operational Decision Manager](https://www.ibm.com/docs/en/odm/8.12.0)
11+
- [IBM Operational Decision Manager](https://www.ibm.com/docs/en/odm/8.12.0?topic=operational-decision-manager-certified-kubernetes-8120)
1212
- [Amazon Elastic Kubernetes Service (Amazon EKS)](https://aws.amazon.com/eks/)
1313
- [Amazon Relational Database Service (Amazon RDS)](https://aws.amazon.com/rds/)
1414
- [AWS Application Load Balancer (ALB)](https://docs.aws.amazon.com/eks/latest/userguide/alb-ingress.html)
@@ -140,7 +140,7 @@ kubectl create secret generic odm-db-secret \
140140
To get access to the ODM material, you must have an IBM entitlement key to pull the images from the IBM Entitled registry.
141141
This is what will be used in the next step of this tutorial.
142142

143-
You can also download the ODM on Kubernetes package (.tgz file) from Passport Advantage® (PPA), and then push the contained images to the EKS Container Registry (ECR). If you prefer to manage the ODM images this way, see the details [here](README-ECR-REGISTRY.md)
143+
You can also download the ODM on Kubernetes package (.tgz file) from Passport Advantage® (PPA), and then push the contained images to the EKS Container Registry (ECR). If you prefer to manage the ODM images this way, see the details [here](README-ECR.md)
144144

145145
#### a. Retrieve your entitled registry key
146146

@@ -220,7 +220,7 @@ The output of the command is:
220220

221221
Install a Kubernetes release with the default configuration and a name of `mycompany`.
222222

223-
To install ODM with the AWS RDS PostgreSQL database created in [step 3](#3-create-an-rds-database-20-min):
223+
To install ODM with the AWS RDS PostgreSQL database created in [step 2](#2-create-an-rds-database-10-min):
224224

225225
- Get the [eks-rds-values.yaml](./eks-rds-values.yaml) file and replace the following keys:
226226
- `<AWS-AccountId>` is your AWS Account Id

0 commit comments

Comments
 (0)