<?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 Unable to deploy ACS Enterprise Edition to Amazon EKS in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/unable-to-deploy-acs-enterprise-edition-to-amazon-eks/m-p/93637#M27680</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Im tryng to install and configure ACS on Amazon EKS using the following &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;guide&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Everything is setup to work correctly including the AWS services.. Issue occurs when i run the "&lt;SPAN class="s1"&gt;helm install acs alfresco/alfresco-content-services" command shown on the same web page.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I did a bit of debugging and found that the following two Containers fail to spin up citing "&lt;/SPAN&gt;&lt;SPAN class="s1"&gt;&lt;EM&gt;rpc error: code = Unknown desc = Error response from daemon: unauthorized: access to the requested resource is not authorized&lt;/EM&gt;" as the error&lt;/SPAN&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;EM&gt;&lt;SPAN class="s1"&gt;acs-alfresco-cs-repository&lt;/SPAN&gt;&lt;/EM&gt;&lt;/LI&gt;&lt;LI&gt;&lt;EM&gt;&lt;SPAN class="s1"&gt;acs-alfresco-cs-share&lt;/SPAN&gt;&lt;/EM&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;SPAN class="s1"&gt;Now I have obtained a 30 day trial username and password for ACS 6.0.. which is also confiugred using the following command as described in this &lt;A href="https://github.com/Alfresco/acs-deployment/blob/master/docs/helm/eks-deployment.md#docker-registry-secret" target="_blank" rel="noopener nofollow noreferrer"&gt;guide&lt;/A&gt;:&lt;/SPAN&gt;&lt;/P&gt;&lt;PRE&gt;kubectl create secret docker-registry quay-registry-secret --docker-server=quay.io --docker-username=YOUR-USERNAME --docker-password=YOUR-PASSWORD -n alfresco&lt;/PRE&gt;&lt;P&gt;&lt;SPAN class="s1"&gt;Can someone help me in understanding where I may be going wrong?&amp;nbsp;&lt;BR /&gt;The rest of the contianers are in running state, however sicnce the the "repository" and "share" containers do not start, the entire install is eventually rolled back after 10 minutes..&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;My EKS Cluster version is 1.17&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="s1"&gt;Helm version is&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="s1"&gt;3.3.4&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="s1"&gt;And eksctl version is&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="s1"&gt;0.30.0&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;YoYo&lt;/P&gt;</description>
    <pubDate>Sun, 18 Oct 2020 13:49:37 GMT</pubDate>
    <dc:creator>yoyo88</dc:creator>
    <dc:date>2020-10-18T13:49:37Z</dc:date>
    <item>
      <title>Unable to deploy ACS Enterprise Edition to Amazon EKS</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/unable-to-deploy-acs-enterprise-edition-to-amazon-eks/m-p/93637#M27680</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Im tryng to install and configure ACS on Amazon EKS using the following &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;guide&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Everything is setup to work correctly including the AWS services.. Issue occurs when i run the "&lt;SPAN class="s1"&gt;helm install acs alfresco/alfresco-content-services" command shown on the same web page.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I did a bit of debugging and found that the following two Containers fail to spin up citing "&lt;/SPAN&gt;&lt;SPAN class="s1"&gt;&lt;EM&gt;rpc error: code = Unknown desc = Error response from daemon: unauthorized: access to the requested resource is not authorized&lt;/EM&gt;" as the error&lt;/SPAN&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;EM&gt;&lt;SPAN class="s1"&gt;acs-alfresco-cs-repository&lt;/SPAN&gt;&lt;/EM&gt;&lt;/LI&gt;&lt;LI&gt;&lt;EM&gt;&lt;SPAN class="s1"&gt;acs-alfresco-cs-share&lt;/SPAN&gt;&lt;/EM&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;SPAN class="s1"&gt;Now I have obtained a 30 day trial username and password for ACS 6.0.. which is also confiugred using the following command as described in this &lt;A href="https://github.com/Alfresco/acs-deployment/blob/master/docs/helm/eks-deployment.md#docker-registry-secret" target="_blank" rel="noopener nofollow noreferrer"&gt;guide&lt;/A&gt;:&lt;/SPAN&gt;&lt;/P&gt;&lt;PRE&gt;kubectl create secret docker-registry quay-registry-secret --docker-server=quay.io --docker-username=YOUR-USERNAME --docker-password=YOUR-PASSWORD -n alfresco&lt;/PRE&gt;&lt;P&gt;&lt;SPAN class="s1"&gt;Can someone help me in understanding where I may be going wrong?&amp;nbsp;&lt;BR /&gt;The rest of the contianers are in running state, however sicnce the the "repository" and "share" containers do not start, the entire install is eventually rolled back after 10 minutes..&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;My EKS Cluster version is 1.17&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="s1"&gt;Helm version is&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="s1"&gt;3.3.4&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="s1"&gt;And eksctl version is&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="s1"&gt;0.30.0&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;YoYo&lt;/P&gt;</description>
      <pubDate>Sun, 18 Oct 2020 13:49:37 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/unable-to-deploy-acs-enterprise-edition-to-amazon-eks/m-p/93637#M27680</guid>
      <dc:creator>yoyo88</dc:creator>
      <dc:date>2020-10-18T13:49:37Z</dc:date>
    </item>
  </channel>
</rss>

