WSO2 APIM OpenShift Deployment Experience
Hello Guys, In this blog I am going to share my experience in WSO2 API Manager OpenShift deployment where I faced some issues with respect to Persistent Volumes/ Persistent Volume Claims. Environment OpenShift Version 4.x WSO2 APIM version 3.2.0.x Use Case 1- runAsUser SecurityContext I have tried to apply the template yaml to create the resources, following error encountered  [userdemo@mycustomhost yaml]$ oc get pods NAME                                                          READY   STATUS   RESTARTS   AGE wso2am-pattern-1-am-analytics-dashboard-deployment-1-deploy   0/1     Error    0          13m wso2am-pattern-1-am-analytics-worker-2-deployment-1-deploy    0/1     Error    0          13m wso2am-pattern-1-am-analytics-worker-deployment-1-deploy      0/1     Error    0          13m [appadmin1@apiextappppsb01 yaml]$ oc logs -f wso2am-pattern-1-am-analytics-dashboard-deployment-1-deploy --> Scaling wso2am-pattern-1-am-analytics-dashboard-deployment-1 to 1 -->  FailedCreate: ws...
