You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: contrib/monitor/opentelemetry/README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ For installations on other platforms, refer to the [Jaeger documentation](https:
20
20
21
21
## Deploy the OpenTelemetry Collector
22
22
23
-
We used the following [descriptor](https://github.com/open-telemetry/opentelemetry-go/blob/main/example/otel-collector/otel-collector.yaml) as the basis for the OTEL Collector deployment.
23
+
We used the following [descriptor](https://github.com/open-telemetry/opentelemetry-go-contrib/blob/main/examples/otel-collector/otel-collector.yaml) as the basis for the OTEL Collector deployment.
24
24
However, it's likely that you will encounter an error similar to:
Copy file name to clipboardExpand all lines: platform/eks/README-NGINX.md
+14-7Lines changed: 14 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -6,14 +6,18 @@ The aim of this complementary documentation is to explain how to replace the **A
6
6
7
7
You must have created an EKS cluster and set up your environment by following step 1 of [Deploying IBM Operational Decision Manager on Amazon EKS](README.md#1-prepare-your-environment-20-min).
8
8
9
+
> **Note**:
10
+
> Make sure that AWS Load Balancer Controller is not provisioned in this cluster.
11
+
12
+
9
13
## Provision an NGINX Ingress Controller
10
14
11
15
You can replace the [Provision an AWS Load Balancer Controller](README.md#d-provision-an-aws-load-balancer-controller) step by provisioning an NGINX Ingress Controller with the following commands.
For more information, refer to the [ingress-nginx readme](https://github.com/kubernetes/ingress-nginx/tree/main/charts/ingress-nginx#install-chart).
@@ -24,11 +28,11 @@ The `my-odm-nginx` service should have an available `External-IP` when you run t
24
28
kubectl get service my-odm-nginx-ingress-nginx-controller
25
29
```
26
30
27
-
You can then go back to the [main documentation](README.md#2-create-an-rds-database-10-min).
31
+
You can then go back to the main documentation to continue [Step 2: Create an RDS database](README.md#2-create-an-rds-database-10-min) and [Step 3: Prepare your environment for the ODM installation](README.md#3-prepare-your-environment-for-the-odm-installation-5-min).
28
32
29
33
## Install an ODM release with NGINX Ingress Controller
30
34
31
-
During the helm install, you just have to replace [eks-values.yaml](./eks-values.yaml)with[eks-nginx-values.yaml](./eks-nginx-values.yaml) that contains the relevant Ingress class: `nginx` and annotation: `nginx.ingress.kubernetes.io/backend-protocol: https`
35
+
In this tutorial, you will use [eks-nginx-values.yaml](./eks-nginx-values.yaml)or[eks-rds-nginx-values.yaml](./eks-rds-nginx-values.yaml)file that contains the relevant Ingress class: `nginx` and annotation: `nginx.ingress.kubernetes.io/backend-protocol: https` for the installation.
32
36
33
37
To install ODM with the AWS RDS PostgreSQL database created in [step 2](README.md#2-create-an-rds-database-10-min):
34
38
@@ -37,7 +41,7 @@ To install ODM with the AWS RDS PostgreSQL database created in [step 2](README.m
37
41
-`<RDS_DATABASE_NAME>`: the initial database name defined when creating the RDS database
## Track ODM usage with the IBM License Service with NGINX Ingress Controller
56
61
57
-
Install the IBM License Service following a. section of [Track ODM usage with the IBM License Service](README.md#7-track-odm-usage-with-the-ibm-license-service) step of the documentation.
62
+
Install the IBM License Service following 7a. section of [Track ODM usage with the IBM License Service](README.md#7-track-odm-usage-with-the-ibm-license-service) step of the documentation.
58
63
59
64
To create the IBM Licensing instance using NGINX, get the [licensing-instance-nginx.yaml](./licensing-instance-nginx.yaml) file and run the command:
60
65
@@ -69,7 +74,9 @@ export LICENSING_URL=$(kubectl get ingress ibm-licensing-service-instance -n ibm
69
74
export TOKEN=$(kubectl get secret ibm-licensing-token -n ibm-common-services -o jsonpath='{.data.token}'|base64 -d)
70
75
```
71
76
72
-
You can access the `http://${LICENSING_URL}/status?token=${TOKEN}` URL to view the licensing usage or retrieve the licensing report .zip file by running:
77
+
You can access the `http://${LICENSING_URL}/status?token=${TOKEN}` URL to view the licensing usage.
78
+
79
+
Otherwise, you can also retrieve the licensing report .zip file by running:
The ODM on Kubernetes Docker images are available in the [IBM Cloud Container Registry](https://www.ibm.com/cloud/container-registry). The ODM Helm chart is available in the [IBM Helm charts repository](https://github.com/IBM/charts).
8
9
9
10
## Included components
@@ -49,16 +50,16 @@ Set up your environment by [configuring the AWS CLI](https://docs.aws.amazon.com
49
50
```bash
50
51
aws configure
51
52
```
53
+
Where you provide your `AWS Access Key ID`, `AWS Secret Access Key` and the `Default region name`.
> The tutorial has been tested with the Kubernetes version 1.28. Check the supported kubernetes version in the [system requirement](https://www.ibm.com/support/pages/ibm-operational-decision-manager-detailed-system-requirements) page.
62
+
> The tutorial has been tested with the Kubernetes version 1.30. Check the supported kubernetes version in the [system requirement](https://www.ibm.com/support/pages/ibm-operational-decision-manager-detailed-system-requirements) page.
62
63
63
64
> **Warning**
64
65
> If you prefer to use the NGINX Ingress Controller instead of the ALB Load Balancer to expose ODM services, don't use the --alb-ingress-access option during the creation of the cluster !
@@ -177,7 +178,7 @@ helm repo update
177
178
```bash
178
179
$ helm search repo ibm-odm-prod
179
180
NAME CHART VERSION APP VERSION DESCRIPTION
180
-
ibm-helm/ibm-odm-prod 24.0.0 9.0.0.0 IBM Operational Decision Manager
181
+
ibm-helm/ibm-odm-prod 24.1.0 9.0.0.1 IBM Operational Decision Manager
181
182
```
182
183
183
184
### 4. Manage a digital certificate (10 min)
@@ -229,7 +230,7 @@ To install ODM with the AWS RDS PostgreSQL database created in [step 2](#2-creat
229
230
-`<RDS_DATABASE_NAME>` is the initial database name defined when creating the RDS database
0 commit comments