fmw-kubernetes
fmw-kubernetes copied to clipboard
Kubernetes Deployment Scripts for Oracle Fusion Middleware products
As per Doc ID 2723908.1 - we download the latest OAA image from PATCH 36746546. Downloading that patch has a oaa-12.2.1.4.1-20240616.tar file inside I use `docker load -i oaa-12.2.1.4.1-20240616.tar` to...
Are these packages needed for the OHS nodes? Ran into a few issues which seemed to have been skipped while running the ./provision_oke.sh script - compat-libstdc++-* - compat-libcap* ``` Installing...
When running ./provision_oke.sh responsefile.rsp - I am getting the following errors ./responsefile/idmcluster.rsp: line 23: $'\r': command not found ./responsefile/idmcluster.rsp: line 24: $'\r': command not found ./responsefile/idmcluster.rsp: line 25: $'\r': command...
The following command output is null: vnic=$(oci db system get --db-system-id $DBSYSTEMID --query 'data."scan-ip-ids"[0]' --raw-output) I tried running the same oci command against the db system outside of the provision_oke.sh...