Unable to deploy ACS Enterprise Edition to Amazon EKS

cancel
Showing results for 
Search instead for 
Did you mean: 
yoyo88
Member II

Unable to deploy ACS Enterprise Edition to Amazon EKS

Hi,

Im tryng to install and configure ACS on Amazon EKS using the following guide

Everything is setup to work correctly including the AWS services.. Issue occurs when i run the "helm install acs alfresco/alfresco-content-services" command shown on the same web page. 

I did a bit of debugging and found that the following two Containers fail to spin up citing "
rpc error: code = Unknown desc = Error response from daemon: unauthorized: access to the requested resource is not authorized" as the error

  • acs-alfresco-cs-repository
  • acs-alfresco-cs-share

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 guide:

kubectl create secret docker-registry quay-registry-secret --docker-server=quay.io --docker-username=YOUR-USERNAME --docker-password=YOUR-PASSWORD -n alfresco

Can someone help me in understanding where I may be going wrong? 
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.. 

My EKS Cluster version is 1.17

Helm version is 3.3.4

And eksctl version is 0.30.0

Thanks

YoYo