<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Need technical guidance how to make Alfresco ACS containerized deployment work on OpenShift clus in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/need-technical-guidance-how-to-make-alfresco-acs-containerized/m-p/140130#M37456</link>
    <description>&lt;P&gt;An update: looks like we have pintpointed the issue with underlying mounted NFS file system (which is mounted to underlying AWS EFS file store (&lt;STRONG&gt;fs-c8605ccf&lt;/STRONG&gt;&lt;STRONG&gt;.efs.us-west-2.amazonaws.com)&amp;nbsp;&lt;/STRONG&gt;is somehow read-only.&lt;/P&gt;&lt;P&gt;The Volume is mounted via PVC:&lt;/P&gt;&lt;P&gt;..&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;volumes&lt;/SPAN&gt;&lt;SPAN&gt;:&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;- &lt;/SPAN&gt;&lt;SPAN&gt;name&lt;/SPAN&gt;&lt;SPAN&gt;: &lt;/SPAN&gt;&lt;SPAN&gt;data&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;persistentVolumeClaim&lt;/SPAN&gt;&lt;SPAN&gt;:&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;claimName&lt;/SPAN&gt;&lt;SPAN&gt;: &lt;/SPAN&gt;&lt;STRONG&gt;alfresco-volume-claim&lt;/STRONG&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;..&lt;/P&gt;&lt;P&gt;which is in "ReadWriteMany" mode:&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&lt;STRONG&gt;alfresco-volume-claim&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;Bound&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;pvc-63023764-d877-48ba-b90d-f629b2501c44 &lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &lt;/SPAN&gt;20Gi &lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;RWX&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;nfs-client&lt;/STRONG&gt; &lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&lt;SPAN class="Apple-converted-space"&gt;...&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&lt;SPAN class="Apple-converted-space"&gt;but when initContainer attempts to change ownership using command:&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;chown -R 33031:1000 /opt/activemq/data&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;it fails. and prevents main container from initialization.&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;Assuming that instructions on&amp;nbsp;&lt;A href="https://github.com/Alfresco/acs-deployment/blob/master/docs/helm/eks-deployment.md" target="_blank" rel="nofollow noopener noreferrer"&gt;https://github.com/Alfresco/acs-deployment/blob/master/docs/helm/eks-deployment.md&lt;/A&gt; for provisioning of&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;PRE&gt;storageClass.name=&lt;SPAN class="pl-s"&gt;&lt;SPAN class="pl-pds"&gt;"&lt;/SPAN&gt;nfs-client&lt;SPAN class="pl-pds"&gt;"&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/PRE&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&amp;nbsp;were verified against AWS EFS instances, would like to understand where our problem may be.&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;thanks,&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;Daniel Zilberman&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;RedHat&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 23 Apr 2021 00:31:50 GMT</pubDate>
    <dc:creator>dzilberman</dc:creator>
    <dc:date>2021-04-23T00:31:50Z</dc:date>
    <item>
      <title>Need technical guidance how to make Alfresco ACS containerized deployment work on OpenShift cluster</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/need-technical-guidance-how-to-make-alfresco-acs-containerized/m-p/140129#M37455</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;We are working on a prototype of containerized Alfresco ACS Enterprise suite deployment for our corporae customer on RedHat OpenShift cluster platform.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Prototype cluster environment is deployed in AWS so we are basically following Helm deployment example:&amp;nbsp;&lt;A href="https://github.com/Alfresco/acs-deployment/blob/master/docs/helm/examples/with-aws-services.md" target="_blank" rel="noopener nofollow noreferrer"&gt;https://github.com/Alfresco/acs-deployment/blob/master/docs/helm/examples/with-aws-services.md&lt;/A&gt; except that deploying ActiveMQ cotainer rather than AWS ActiveMQ service.&amp;nbsp;&lt;/P&gt;&lt;P&gt;We have followed instruction carefully (except that K8s cluster is OpenShift vs AWS EKS) and noticed that in 2 different clusters out of&amp;nbsp; about 21 pods, 6 cocnsitently CrashLoopBackoff. Upon closer examination, it looks like most of those pods crashed on their "initContainer" stage where that helper containers run in limited security context and try to change ownership of mounted directory like:&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&lt;STRONG&gt;acs-alfresco-filestore-…..&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;..&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;Pod YAML (&lt;EM&gt;&lt;STRONG&gt;initContainer&lt;/STRONG&gt;&lt;/EM&gt; section):&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;..&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p2"&gt;&lt;SPAN class="s2"&gt;spec&lt;/SPAN&gt;&lt;SPAN class="s3"&gt;:&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p3"&gt;&lt;SPAN class="s3"&gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="s2"&gt;restartPolicy&lt;/SPAN&gt;&lt;SPAN class="s3"&gt;: &lt;/SPAN&gt;&lt;SPAN class="s4"&gt;Always&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p3"&gt;&lt;SPAN class="s3"&gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="s2"&gt;initContainers&lt;/SPAN&gt;&lt;SPAN class="s3"&gt;:&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p3"&gt;&lt;SPAN class="s3"&gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;- &lt;/SPAN&gt;&lt;SPAN class="s2"&gt;resources&lt;/SPAN&gt;&lt;SPAN class="s3"&gt;: &lt;/SPAN&gt;&lt;SPAN class="s5"&gt;{}&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p3"&gt;&lt;SPAN class="s3"&gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="s2"&gt;terminationMessagePath&lt;/SPAN&gt;&lt;SPAN class="s3"&gt;: &lt;/SPAN&gt;&lt;SPAN class="s4"&gt;/dev/termination-log&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p4"&gt;&lt;SPAN class="s2"&gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="s6"&gt;name&lt;/SPAN&gt;&lt;SPAN class="s2"&gt;: &lt;/SPAN&gt;&lt;SPAN class="s4"&gt;init-fs&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p4"&gt;&lt;SPAN class="s2"&gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="s6"&gt;command&lt;/SPAN&gt;&lt;SPAN class="s2"&gt;:&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p4"&gt;&lt;SPAN class="s2"&gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;- &lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN class="s4"&gt;sh&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P class="p4"&gt;&lt;STRONG&gt;&lt;SPAN class="s2"&gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;- &lt;/SPAN&gt;&lt;SPAN class="s4"&gt;'-c'&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P class="p5"&gt;&lt;STRONG&gt;&lt;SPAN class="s3"&gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;- &lt;/SPAN&gt;&lt;SPAN class="s2"&gt;'chown -R 33030:1000 /tmp/Alfresco'&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P class="p3"&gt;&lt;SPAN class="s3"&gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="s2"&gt;securityContext&lt;/SPAN&gt;&lt;SPAN class="s3"&gt;:&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p3"&gt;&lt;SPAN class="s3"&gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="s2"&gt;capabilities&lt;/SPAN&gt;&lt;SPAN class="s3"&gt;:&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p4"&gt;&lt;SPAN class="s2"&gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="s6"&gt;drop&lt;/SPAN&gt;&lt;SPAN class="s2"&gt;:&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p4"&gt;&lt;SPAN class="s2"&gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;- &lt;/SPAN&gt;&lt;SPAN class="s4"&gt;KILL&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p4"&gt;&lt;SPAN class="s2"&gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;- &lt;/SPAN&gt;&lt;SPAN class="s4"&gt;MKNOD&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p4"&gt;&lt;SPAN class="s2"&gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;- &lt;/SPAN&gt;&lt;SPAN class="s4"&gt;SETGID&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p4"&gt;&lt;SPAN class="s2"&gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;- &lt;/SPAN&gt;&lt;SPAN class="s4"&gt;SETUID&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p4"&gt;&lt;SPAN class="s2"&gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="s6"&gt;runAsUser&lt;/SPAN&gt;&lt;SPAN class="s2"&gt;: &lt;/SPAN&gt;&lt;SPAN class="s7"&gt;1000850000&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p3"&gt;&lt;SPAN class="s3"&gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="s2"&gt;imagePullPolicy&lt;/SPAN&gt;&lt;SPAN class="s3"&gt;: &lt;/SPAN&gt;&lt;SPAN class="s4"&gt;Always&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p3"&gt;&lt;SPAN class="s3"&gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN class="s2"&gt;volumeMounts&lt;/SPAN&gt;&lt;SPAN class="s3"&gt;:&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P class="p4"&gt;&lt;STRONG&gt;&lt;SPAN class="s2"&gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;- &lt;/SPAN&gt;&lt;SPAN class="s6"&gt;name&lt;/SPAN&gt;&lt;SPAN class="s2"&gt;: &lt;/SPAN&gt;&lt;SPAN class="s4"&gt;data&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P class="p5"&gt;&lt;STRONG&gt;&lt;SPAN class="s3"&gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="s6"&gt;mountPath&lt;/SPAN&gt;&lt;SPAN class="s3"&gt;: &lt;/SPAN&gt;&lt;SPAN class="s2"&gt;/tmp/Alfresco&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P class="p5"&gt;&lt;SPAN class="s3"&gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="s6"&gt;subPath&lt;/SPAN&gt;&lt;SPAN class="s3"&gt;: &lt;/SPAN&gt;&lt;SPAN class="s2"&gt;alfresco-content-services/filestore-data&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p5"&gt;&lt;SPAN class="s3"&gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;- &lt;/SPAN&gt;&lt;SPAN class="s6"&gt;name&lt;/SPAN&gt;&lt;SPAN class="s3"&gt;: &lt;/SPAN&gt;&lt;SPAN class="s2"&gt;default-token-zgvf6&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p4"&gt;&lt;SPAN class="s2"&gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="s6"&gt;readOnly&lt;/SPAN&gt;&lt;SPAN class="s2"&gt;: &lt;/SPAN&gt;&lt;SPAN class="s8"&gt;true&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p5"&gt;&lt;SPAN class="s3"&gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="s6"&gt;mountPath&lt;/SPAN&gt;&lt;SPAN class="s3"&gt;: &lt;/SPAN&gt;&lt;SPAN class="s2"&gt;/var/run/secrets/kubernetes.io/serviceaccount&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p4"&gt;&lt;SPAN class="s1"&gt;——&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p6"&gt;&lt;SPAN class="s9"&gt;Console output&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p8"&gt;&lt;STRONG&gt;&lt;SPAN class="s1"&gt;chown: /tmp/Alfresco: Operation not permitted&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P class="p8"&gt;&lt;STRONG&gt;&lt;SPAN class="s1"&gt;chown: /tmp/Alfresco: Operation not permitted&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P class="p8"&gt;&lt;SPAN class="s1"&gt;———&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Othr pods (&lt;SPAN class="s1"&gt;&lt;STRONG&gt;acs-activemq-&lt;/STRONG&gt;...,&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="s1"&gt;&lt;STRONG&gt;acs-alfresco-cs-repository-&lt;/STRONG&gt;...,&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="s1"&gt;&lt;STRONG&gt;acs-alfresco-search-solr-..)&amp;nbsp;&lt;/STRONG&gt;have identical problems - lack of permissions to run 'chown' commands on a mounted directory or someth similar.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="s1"&gt;We are looking for quidance to solve this issue - either by forking repo&amp;nbsp;&lt;A href="https://github.com/Alfresco/acs-deployment.git" target="_blank" rel="noopener nofollow noreferrer"&gt;https://github.com/Alfresco/acs-deployment.git&lt;/A&gt; and making necessary changes to pods' deployment YAMLs ourselves (once we know what parameters in securityContext to change) or possible getting help from Alfresco engineering team making those changes so that ASC containerized deployment would work on OpenShift platform.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="s1"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 22 Apr 2021 20:54:36 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/need-technical-guidance-how-to-make-alfresco-acs-containerized/m-p/140129#M37455</guid>
      <dc:creator>dzilberman</dc:creator>
      <dc:date>2021-04-22T20:54:36Z</dc:date>
    </item>
    <item>
      <title>Re: Need technical guidance how to make Alfresco ACS containerized deployment work on OpenShift clus</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/need-technical-guidance-how-to-make-alfresco-acs-containerized/m-p/140130#M37456</link>
      <description>&lt;P&gt;An update: looks like we have pintpointed the issue with underlying mounted NFS file system (which is mounted to underlying AWS EFS file store (&lt;STRONG&gt;fs-c8605ccf&lt;/STRONG&gt;&lt;STRONG&gt;.efs.us-west-2.amazonaws.com)&amp;nbsp;&lt;/STRONG&gt;is somehow read-only.&lt;/P&gt;&lt;P&gt;The Volume is mounted via PVC:&lt;/P&gt;&lt;P&gt;..&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;volumes&lt;/SPAN&gt;&lt;SPAN&gt;:&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;- &lt;/SPAN&gt;&lt;SPAN&gt;name&lt;/SPAN&gt;&lt;SPAN&gt;: &lt;/SPAN&gt;&lt;SPAN&gt;data&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;persistentVolumeClaim&lt;/SPAN&gt;&lt;SPAN&gt;:&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;claimName&lt;/SPAN&gt;&lt;SPAN&gt;: &lt;/SPAN&gt;&lt;STRONG&gt;alfresco-volume-claim&lt;/STRONG&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;..&lt;/P&gt;&lt;P&gt;which is in "ReadWriteMany" mode:&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&lt;STRONG&gt;alfresco-volume-claim&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;Bound&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;pvc-63023764-d877-48ba-b90d-f629b2501c44 &lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &lt;/SPAN&gt;20Gi &lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;RWX&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;nfs-client&lt;/STRONG&gt; &lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&lt;SPAN class="Apple-converted-space"&gt;...&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&lt;SPAN class="Apple-converted-space"&gt;but when initContainer attempts to change ownership using command:&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;chown -R 33031:1000 /opt/activemq/data&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;it fails. and prevents main container from initialization.&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;Assuming that instructions on&amp;nbsp;&lt;A href="https://github.com/Alfresco/acs-deployment/blob/master/docs/helm/eks-deployment.md" target="_blank" rel="nofollow noopener noreferrer"&gt;https://github.com/Alfresco/acs-deployment/blob/master/docs/helm/eks-deployment.md&lt;/A&gt; for provisioning of&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;PRE&gt;storageClass.name=&lt;SPAN class="pl-s"&gt;&lt;SPAN class="pl-pds"&gt;"&lt;/SPAN&gt;nfs-client&lt;SPAN class="pl-pds"&gt;"&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/PRE&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&amp;nbsp;were verified against AWS EFS instances, would like to understand where our problem may be.&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;thanks,&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;Daniel Zilberman&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;RedHat&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 23 Apr 2021 00:31:50 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/need-technical-guidance-how-to-make-alfresco-acs-containerized/m-p/140130#M37456</guid>
      <dc:creator>dzilberman</dc:creator>
      <dc:date>2021-04-23T00:31:50Z</dc:date>
    </item>
    <item>
      <title>Re: Need technical guidance how to make Alfresco ACS containerized deployment work on OpenShift clus</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/need-technical-guidance-how-to-make-alfresco-acs-containerized/m-p/140131#M37457</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://migration33.stage.lithium.com/t5/user/viewprofilepage/user-id/85519"&gt;@dzilberman&lt;/A&gt;&amp;nbsp;and welcome to Alfresco!&lt;/P&gt;
&lt;P&gt;As an enterprise customer I would also suggest raising a support ticket.&lt;/P&gt;
&lt;P&gt;Have a good weekend.&lt;/P&gt;</description>
      <pubDate>Fri, 23 Apr 2021 15:48:11 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/need-technical-guidance-how-to-make-alfresco-acs-containerized/m-p/140131#M37457</guid>
      <dc:creator>EddieMay</dc:creator>
      <dc:date>2021-04-23T15:48:11Z</dc:date>
    </item>
    <item>
      <title>Re: Need technical guidance how to make Alfresco ACS containerized deployment work on OpenShift clus</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/need-technical-guidance-how-to-make-alfresco-acs-containerized/m-p/140132#M37458</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://migration33.stage.lithium.com/t5/user/viewprofilepage/user-id/76783"&gt;@EddieMay&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for the response. As of this moment, Red Hat is not an enterprise customer of Alfresco AFAIK, but our common customer is (Sony Pictures Entertainment). We are just working on Proof of Concept deployment of containerized ACS on OpenShift platform following instructions on GitHub:&amp;nbsp;&lt;A href="https://github.com/Alfresco/acs-deployment/tree/master/docs/helm" target="_blank" rel="nofollow noopener noreferrer"&gt;https://github.com/Alfresco/acs-deployment/tree/master/docs/helm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Given the above, can I still go ahead and file a support ticket at some level or could you suggest other avenues to get our technical issues addressed, please? Getting this PoC to work is very important for us and the customer.&lt;/P&gt;&lt;P&gt;best regards,&lt;/P&gt;&lt;P&gt;Daniel Zilberman&lt;/P&gt;&lt;P&gt;RedHat&lt;/P&gt;</description>
      <pubDate>Fri, 23 Apr 2021 16:17:22 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/need-technical-guidance-how-to-make-alfresco-acs-containerized/m-p/140132#M37458</guid>
      <dc:creator>dzilberman</dc:creator>
      <dc:date>2021-04-23T16:17:22Z</dc:date>
    </item>
    <item>
      <title>Re: Need technical guidance how to make Alfresco ACS containerized deployment work on OpenShift clus</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/need-technical-guidance-how-to-make-alfresco-acs-containerized/m-p/140133#M37459</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://migration33.stage.lithium.com/t5/user/viewprofilepage/user-id/85519"&gt;@dzilberman&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;OK, I'll ask internally but as it's late Friday evening here, it probably won't be dealt with until next week.&lt;/P&gt;</description>
      <pubDate>Fri, 23 Apr 2021 16:51:08 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/need-technical-guidance-how-to-make-alfresco-acs-containerized/m-p/140133#M37459</guid>
      <dc:creator>EddieMay</dc:creator>
      <dc:date>2021-04-23T16:51:08Z</dc:date>
    </item>
    <item>
      <title>Re: Need technical guidance how to make Alfresco ACS containerized deployment work on OpenShift clus</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/need-technical-guidance-how-to-make-alfresco-acs-containerized/m-p/140134#M37460</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://migration33.stage.lithium.com/t5/user/viewprofilepage/user-id/76783"&gt;@EddieMay&lt;/A&gt;&amp;nbsp;and Alfresco support team,&lt;/P&gt;&lt;P&gt;After some research, I have arrived at conslcusion that permissions issues we are experiencing depoying Alfresco ACS container images to OpenShift K8s platform are related to specific permissions settings that OpenShift restricts&amp;nbsp;&lt;SPAN&gt;the ability for a pod to choose their UserID (UID) and GroupID (GID), instead opting to provide the Pod with a pair allocated for it. Following workaround in our support article&amp;nbsp;&lt;A href="https://access.redhat.com/solutions/5220551" target="_blank" rel="noopener nofollow noreferrer"&gt;https://access.redhat.com/solutions/5220551&lt;/A&gt;, I was able to update ownership of mounted directories in containers and get them to start up, at least ost of them.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks for your attention. For future questions related to specific issues with containerized ACS deployments, what channel would be the most efficient to reach out to?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;thanks,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Daniel Zilberman&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Solutions Architect&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;RedHat&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 26 Apr 2021 17:26:15 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/need-technical-guidance-how-to-make-alfresco-acs-containerized/m-p/140134#M37460</guid>
      <dc:creator>dzilberman</dc:creator>
      <dc:date>2021-04-26T17:26:15Z</dc:date>
    </item>
    <item>
      <title>Re: Need technical guidance how to make Alfresco ACS containerized deployment work on OpenShift clus</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/need-technical-guidance-how-to-make-alfresco-acs-containerized/m-p/140135#M37461</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://migration33.stage.lithium.com/t5/user/viewprofilepage/user-id/85519"&gt;@dzilberman&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for reporting back. I would be interested in following your progress in getting this to work. For container stuff our Discord channel might be a good place to talk things through.&lt;/P&gt;
&lt;P&gt;Cheers,&lt;/P&gt;</description>
      <pubDate>Tue, 27 Apr 2021 10:23:17 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/need-technical-guidance-how-to-make-alfresco-acs-containerized/m-p/140135#M37461</guid>
      <dc:creator>EddieMay</dc:creator>
      <dc:date>2021-04-27T10:23:17Z</dc:date>
    </item>
    <item>
      <title>Re: Need technical guidance how to make Alfresco ACS containerized deployment work on OpenShift clus</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/need-technical-guidance-how-to-make-alfresco-acs-containerized/m-p/140136#M37462</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;&lt;A href="https://migration33.stage.lithium.com/t5/user/viewprofilepage/user-id/76783"&gt;@EddieMay&lt;/A&gt;&amp;nbsp;.&lt;/P&gt;&lt;P&gt;We are keenly intrested to get cotainerized Alfresco ACS running on OpenShift platform. With a full confession that I am not a current Discord user, can you please point me to that specific Discord channel or perhaps an alternative like Slack etc.? I was unable to join the text channel following posted link to Discord &lt;A href="https://discord.com/channels/451644531323174912/451644531323174914" target="_blank" rel="nofollow noopener noreferrer"&gt;https://discord.com/channels/451644531323174912/451644531323174914&lt;/A&gt;&lt;BR /&gt;I realize that&amp;nbsp;&lt;A href="https://github.com/Alfresco/acs-deployment" target="_blank" rel="noopener nofollow noreferrer"&gt;https://github.com/Alfresco/acs-deployment&lt;/A&gt; is an open spource project and contributors likely use popular OSS comm channels...&lt;/P&gt;&lt;P&gt;Daniel Zilberman&lt;/P&gt;&lt;P&gt;Red Hat&lt;/P&gt;</description>
      <pubDate>Tue, 27 Apr 2021 16:52:03 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/need-technical-guidance-how-to-make-alfresco-acs-containerized/m-p/140136#M37462</guid>
      <dc:creator>dzilberman</dc:creator>
      <dc:date>2021-04-27T16:52:03Z</dc:date>
    </item>
    <item>
      <title>Re: Need technical guidance how to make Alfresco ACS containerized deployment work on OpenShift clus</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/need-technical-guidance-how-to-make-alfresco-acs-containerized/m-p/140137#M37463</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://migration33.stage.lithium.com/t5/user/viewprofilepage/user-id/85519"&gt;@dzilberman&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I've sent Discord link to you via email - not sure why that one didn't work? Hopefully this will work for you - I'll keep an eye out for you on Discord.&lt;/P&gt;
&lt;P&gt;I'm afraid we don't have a public Slack channel.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;HTH,&lt;/P&gt;</description>
      <pubDate>Wed, 28 Apr 2021 12:25:32 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/need-technical-guidance-how-to-make-alfresco-acs-containerized/m-p/140137#M37463</guid>
      <dc:creator>EddieMay</dc:creator>
      <dc:date>2021-04-28T12:25:32Z</dc:date>
    </item>
  </channel>
</rss>

