Skip to content

Commit

Permalink
updated informatica.md
Browse files Browse the repository at this point in the history
  • Loading branch information
HariSekhon committed Sep 1, 2024
1 parent bc6e1f4 commit ccbc9c8
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions informatica.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ Modern Informatica UI is cloud hosted SaaS solution called IICS - Informatica In
- [Kubernetes version error `K8s_10152`](#kubernetes-version-error-k8s10152)
- [Kubernetes - Capture Pod Logs & Stats](#kubernetes---capture-pod-logs--stats)
- [Kubernetes - Capture Spark Driver JStack Thread Dump](#kubernetes---capture-spark-driver-jstack-thread-dump)
- [Meme](#meme)

<!-- INDEX_END -->

Expand Down Expand Up @@ -129,7 +130,7 @@ installer binary after the VM is provisioned.

Then just add the agent token from the Informatica UI.

#### Install Documentation
Docs:

[Installing the Secure Agent on Linux](https://docs.informatica.com/integration-cloud/cloud-data-integration-for-powercenter/current-version/installation-guide/installing_secure_agents/install_the_secure_agent_on_linux/downloading_and_installing_the_secure_agent_on_linux.html)

Expand Down Expand Up @@ -229,7 +230,7 @@ In this section, for each configuration created the following key settings are c
Two different Informatica Cloud environments can share the same EKS context but just specify different namespaces
eg. `dev` or `prod`.

#### WARNING: Informatica Agent automatically updates in the background and new versions enforce Kubernetes version checks which can break Kubernetes jobs
**WARNING: Informatica Agent automatically updates in the background and new versions enforce Kubernetes version checks which can break Kubernetes jobs**

This means that your working Kubernetes jobs can suddenly break when the informatica agent decides that it is not a
supported version any more.
Expand Down Expand Up @@ -768,3 +769,9 @@ rsync -av "$SECURE_AGENT":"infaagent/apps/jdk/$JDK" .
```shell
kubectl cp -n "$NAMESPACE" "./$JDK/" "$SPARK_POD":/tmp/jdk
```
## Meme
From my [LinkedIn](http://linkedin.com/in/HariSekhon):
![3 Rules - Informatica - 4 Rules](images/3_rules_informatica_4_rules.jpg)

0 comments on commit ccbc9c8

Please sign in to comment.