17.2.9 Updating the WebLogic Kubernetes Operator

You must update the deployment to use a WebLogic Kubernetes Operator version supported with 14c. The current supported version is 4.2.10.
  1. Run the following command to see the current version of the WebLogic Kubernetes Operator:
    helm list -n opns
    The output will look similar to the following:
    
    NAME                            NAMESPACE       REVISION        UPDATED   STATUS          CHART                                   APP VERSION 
    weblogic-kubernetes-operator    opns            1               <DATE>    deployed        weblogic-operator-4.1.8-RELEASE-MARKER  4.1.8-RELEASE-MARKER
    
    In the above example the version is 4.1.8 and therefore the operator must be upgraded.
  2. To upgrade the WebLogic Kubernetes Operator to 4.2.10, see Upgrading WebLogic Kubernetes Operator.
  3. Once the operator is upgraded, continue with Starting the OAM 14c Deployment.