fmw-kubernetes
fmw-kubernetes copied to clipboard
facing SecurityContext error while doing "OSB" domainType build in k8s cluster
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:
./create-domain.sh -i create-domain-inputs.yaml -o osb-domain-yaml -e -v
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?
Any help would be appreciated
Thanks kranthi