You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
am facing below error when trying to build "OSB" domain type on AKS cluster(version 1.29.2).
Error: Preparing to update domain...
Error: runCmd() failed. Do dumpStack() to see details.
com.oracle.cie.domain.script.jython.WLSTException: Error updating domain:
64254: Error occurred in "OPSS Processing" phase execution
64254: Encountered error: SecurityContext:
Steps Followed:
create all rcu schemas ahead connecting to oracle 19c Database
create needed rcu and admin credentials secrets
run domain job using below script:
Attached are the "create-domain-inputs.yaml" file and stdout log of domain-job. If I try same domain creation with same database on VM, it went fine with no issues. Somehow facing this issue only on AKS cluster. What would cause this issue?