<?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 Alfresco Content Services Community Edition Helm Deployment with AWS EKS in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/alfresco-content-services-community-edition-helm-deployment-with/m-p/133593#M35954</link>
    <description>&lt;P&gt;Our company are in the throes of purchasing&amp;nbsp;Alfresco Content Services Enterprise and this will be deployed in our production environment.&lt;/P&gt;&lt;P&gt;Before we do so, I have been tasked with installing a proof of concept (PoC) version in our test AWS environment so ithought the Community Edition would be a good place to start.&lt;/P&gt;&lt;P&gt;The chosen method therefore being Helm with AWS EKS.&lt;/P&gt;&lt;P&gt;I'm working through the below Alfresco guide:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.alfresco.com/content-services/latest/install/containers/helm/#helm-deployment-with-aws-eks" target="_blank" rel="noopener nofollow noreferrer"&gt;https://docs.alfresco.com/content-services/latest/install/containers/helm/#helm-deployment-with-aws-eks&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Already, I have created an EKS cluster and completed the tasks as set out in the documentation.&lt;/P&gt;&lt;P&gt;Now however, I am trying to deploy the&amp;nbsp;&lt;SPAN&gt;external-dns service.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I run this command:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;kubectl apply -f external-dns.yaml -n kube-system&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;But receive the following error message:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Kubernetes Error Message.png" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="image"&gt;&lt;img src="https://connect.hyland.com/t5/image/serverpage/image-id/1633i1B0A38649F9D8761/image-size/large?v=v2&amp;amp;px=999" role="button" title="image" alt="image" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;"resource mapping not found for name: "external-dns" namespace: "" from "external-dns.yaml": no matches for kind "ClusterRole" in version "rbac.authorization.k8s.io/v1beta1"&lt;/P&gt;&lt;P&gt;ensure CRDs are installed first&lt;/P&gt;&lt;P&gt;resource mapping not found for name: "external-dns-viewer" namespace: "" from "external-dns.yaml": no matches for kind "ClusterRoleBinding" in version "rbac.authorization.k8s.io/v1beta1"&lt;/P&gt;&lt;P&gt;ensure CRDs are installed first"&lt;/P&gt;&lt;P&gt;After some investigation, I believe this to be related to the rbac.authorization.k8s.io/v1beta1 API not being supported by Kubernetes versions newer than v1.22 (see below).&lt;/P&gt;&lt;P&gt;&lt;A href="https://kubernetes.io/docs/reference/using-api/deprecation-guide/" target="_blank" rel="noopener nofollow noreferrer"&gt;https://kubernetes.io/docs/reference/using-api/deprecation-guide/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Installed on the EC2 instance from which I am running these commands is:&lt;/P&gt;&lt;P&gt;eksctl&amp;nbsp;0.126.0&lt;/P&gt;&lt;P&gt;Helm&amp;nbsp;v3.11.0&lt;/P&gt;&lt;P&gt;kubectl v1.24.7-eks...&lt;/P&gt;&lt;P&gt;So my guess is that the provided external-dns.yaml is referencing an out of date API.&lt;/P&gt;&lt;P&gt;Must I downgrade Kubernetes or is there a non-deprecated rbac.authorization.k8s.io API I can reference please?&lt;/P&gt;&lt;P&gt;And should I be following the wrong instructions or if there is anything on which I can elaborate, I'm happy to share and discuss.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
    <pubDate>Mon, 30 Jan 2023 14:15:59 GMT</pubDate>
    <dc:creator>alexbuck</dc:creator>
    <dc:date>2023-01-30T14:15:59Z</dc:date>
    <item>
      <title>Alfresco Content Services Community Edition Helm Deployment with AWS EKS</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/alfresco-content-services-community-edition-helm-deployment-with/m-p/133593#M35954</link>
      <description>&lt;P&gt;Our company are in the throes of purchasing&amp;nbsp;Alfresco Content Services Enterprise and this will be deployed in our production environment.&lt;/P&gt;&lt;P&gt;Before we do so, I have been tasked with installing a proof of concept (PoC) version in our test AWS environment so ithought the Community Edition would be a good place to start.&lt;/P&gt;&lt;P&gt;The chosen method therefore being Helm with AWS EKS.&lt;/P&gt;&lt;P&gt;I'm working through the below Alfresco guide:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.alfresco.com/content-services/latest/install/containers/helm/#helm-deployment-with-aws-eks" target="_blank" rel="noopener nofollow noreferrer"&gt;https://docs.alfresco.com/content-services/latest/install/containers/helm/#helm-deployment-with-aws-eks&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Already, I have created an EKS cluster and completed the tasks as set out in the documentation.&lt;/P&gt;&lt;P&gt;Now however, I am trying to deploy the&amp;nbsp;&lt;SPAN&gt;external-dns service.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I run this command:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;kubectl apply -f external-dns.yaml -n kube-system&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;But receive the following error message:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Kubernetes Error Message.png" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="image"&gt;&lt;img src="https://connect.hyland.com/t5/image/serverpage/image-id/1633i1B0A38649F9D8761/image-size/large?v=v2&amp;amp;px=999" role="button" title="image" alt="image" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;"resource mapping not found for name: "external-dns" namespace: "" from "external-dns.yaml": no matches for kind "ClusterRole" in version "rbac.authorization.k8s.io/v1beta1"&lt;/P&gt;&lt;P&gt;ensure CRDs are installed first&lt;/P&gt;&lt;P&gt;resource mapping not found for name: "external-dns-viewer" namespace: "" from "external-dns.yaml": no matches for kind "ClusterRoleBinding" in version "rbac.authorization.k8s.io/v1beta1"&lt;/P&gt;&lt;P&gt;ensure CRDs are installed first"&lt;/P&gt;&lt;P&gt;After some investigation, I believe this to be related to the rbac.authorization.k8s.io/v1beta1 API not being supported by Kubernetes versions newer than v1.22 (see below).&lt;/P&gt;&lt;P&gt;&lt;A href="https://kubernetes.io/docs/reference/using-api/deprecation-guide/" target="_blank" rel="noopener nofollow noreferrer"&gt;https://kubernetes.io/docs/reference/using-api/deprecation-guide/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Installed on the EC2 instance from which I am running these commands is:&lt;/P&gt;&lt;P&gt;eksctl&amp;nbsp;0.126.0&lt;/P&gt;&lt;P&gt;Helm&amp;nbsp;v3.11.0&lt;/P&gt;&lt;P&gt;kubectl v1.24.7-eks...&lt;/P&gt;&lt;P&gt;So my guess is that the provided external-dns.yaml is referencing an out of date API.&lt;/P&gt;&lt;P&gt;Must I downgrade Kubernetes or is there a non-deprecated rbac.authorization.k8s.io API I can reference please?&lt;/P&gt;&lt;P&gt;And should I be following the wrong instructions or if there is anything on which I can elaborate, I'm happy to share and discuss.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Mon, 30 Jan 2023 14:15:59 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/alfresco-content-services-community-edition-helm-deployment-with/m-p/133593#M35954</guid>
      <dc:creator>alexbuck</dc:creator>
      <dc:date>2023-01-30T14:15:59Z</dc:date>
    </item>
  </channel>
</rss>

