Skip to content

Commit 80fee58

Browse files
authored
Merge pull request #99 from ibm-client-engineering/girish-updates
clarifications
2 parents 7f1e344 + d466ef0 commit 80fee58

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

docs/2-Prepare/Stage/EKS.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -428,9 +428,9 @@ Pull down the NGINX controller deployment
428428
wget -O nginx-deploy.yaml https://raw.githubusercontent.com/kubernetes/ingress-nginx/main/deploy/static/provider/aws/deploy.yaml
429429
```
430430

431-
Modify the deployment file and add the following annotations
431+
Modify the deployment file by adding the annotations that do not exist and editing the one(s) that do:
432432
```tsx
433-
service.beta.kubernetes.io/aws-load-balancer-type: "external"
433+
service.beta.kubernetes.io/aws-load-balancer-type: "external" // set this to "internal" if not using a public ip
434434
service.beta.kubernetes.io/aws-load-balancer-nlb-target-type: "instance"
435435
service.beta.kubernetes.io/aws-load-balancer-scheme: "internet-facing"
436436
```

docs/3-Create/Deploy/operator.mdx

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,9 @@ A full version of the CR for releases 5.5.11 and 5.5.12 can be found here. It co
171171

172172
As any file mentioned here, these are reference only. Your best source would be to use the CR that comes with the case file referenced above. It can be found in the `container-samples` tar. That would be the best reference to start with.
173173
:::
174+
:::info
175+
As of 5.5.12, the image repository for the **keytool_init_container** must be included as the various fncm components pull from it. When using a private container registry such as ECR, you will need to edit the repository url to your repository name with /dba-keytool-initcontainer appended at the end.
176+
:::
174177

175178
Here is our example CR as a reference. It would be applied with the following command to the cluster. Make sure you're in your correct namespace or have your namespace context set.
176179

@@ -242,6 +245,11 @@ spec:
242245
sc_slow_file_storage_classname: "efs-sc"
243246
sc_medium_file_storage_classname: "efs-sc"
244247
sc_fast_file_storage_classname: "efs-sc"
248+
images:
249+
keytool_init_container:
250+
repository: cp.icr.io/cp/cp4a/common/dba-keytool-initcontainer
251+
tag: "23.0.2"
252+
245253

246254
ldap_configuration:
247255
# Our example is actually using OpenLDAP, but this seems to be the only way to get it to work

0 commit comments

Comments
 (0)