17.2.11 Upgrading the Ingress
In order to access the Oracle Access Management (OAM) 14c domain via WebLogic Remote
Console, you must upgrade the ingress.
- Download the latest code repository to a new directory and set the
$WORKDIRto the new directory structure. See, Setting Up the Code Repository for OAM.Note:
Make sure not to delete the original OAM 12c code repository as you will need thevalues.yamlused to create the original ingress. - Navigate to the following
directory:
cd $WORKDIR/kubernetes/charts/ingress-per-domain - Make a copy of the
values.yaml:cp values.yaml $WORKDIR/ - Copy over the
values.yamlfrom the original OAM 12c code repository. For example:cp /OAMK8S/fmw-kubernetes/OracleAccessManagement/kubernetes/charts/ingress-per-domain \ $WORKDIR/kubernetes/charts/ingress-per-domain - Upgrade the
oam-nginxwith the following commands:cd $WORKDIR
For example:helm upgrade oam-nginx kubernetes/charts/ingress-per-domain/ --namespace %NAMESPACE% \ --values kubernetes/charts/ingress-per-domain/values.yaml --reuse-values
The output will look similar to the following:helm upgrade oam-nginx kubernetes/charts/ingress-per-domain/ --namespace oamns \ --values kubernetes/charts/ingress-per-domain/values.yaml --reuse-valuesRelease "oam-nginx" has been upgraded. Happy Helming! NAME: oam-nginx LAST DEPLOYED: <DATE> NAMESPACE: oamns STATUS: deployed REVISION: 2 TEST SUITE: None - Check you can connect to the OAM 14c domain using the WebLogic Remote Console.
Note:
For more information about installing and configuring the console, see Getting Started Using Administration Console.