<?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: Oneagent - Dynakube deployment fails for K8s arm64 nodes in Container platforms</title>
    <link>https://community.dynatrace.com/t5/Container-platforms/Oneagent-Dynakube-deployment-fails-for-K8s-arm64-nodes/m-p/248718#M2431</link>
    <description>&lt;P&gt;Hi AMR / Cyanogen,&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;looks like a config issue around your storage type.&amp;nbsp;&lt;BR /&gt;probably related to the feature &amp;amp; setting environment&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;ONEAGENT_ENABLE_VOLUME_STORAGE&lt;/PRE&gt;&lt;P&gt;&lt;BR /&gt;cloud native full stack uses CSI compared to One Agent.&lt;BR /&gt;Perhaps try flipping back to default config and see how you go.&lt;BR /&gt;&lt;A href="https://github.com/Dynatrace/dynatrace-operator/blob/main/assets/samples/dynakube/v1beta2/cloudNativeFullStack.yaml" target="_blank" rel="noopener"&gt;dynatrace-operator/assets/samples/dynakube/v1beta2/cloudNativeFullStack.yaml at main · Dynatrace/dynatrace-operator · GitHub&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Also make sure that you have the correct image type&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Peter_Ralston_0-1718866037638.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/20651iA3E3008E0D9BC72B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Peter_Ralston_0-1718866037638.png" alt="Peter_Ralston_0-1718866037638.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Good luck&lt;/P&gt;</description>
    <pubDate>Thu, 20 Jun 2024 06:48:58 GMT</pubDate>
    <dc:creator>gopher</dc:creator>
    <dc:date>2024-06-20T06:48:58Z</dc:date>
    <item>
      <title>Oneagent - Dynakube deployment fails for K8s arm64 nodes</title>
      <link>https://community.dynatrace.com/t5/Container-platforms/Oneagent-Dynakube-deployment-fails-for-K8s-arm64-nodes/m-p/244414#M2350</link>
      <description>&lt;P&gt;I am trying to deploy dynakube for arm64 nodes and i am getting the below error:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;[2024-04-30 10:58:10.427 UTC] [0004cfb7] [info   ] [bootstrapper] Started agent deployment as a container, PID 315319
[2024-04-30 10:58:10.427 UTC] [0004cfb7] [error  ] [bootstrapper] Read-only mode is supported only with volume-based storage&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can someone provide some insights to fix this?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;But the same configuration works just fine for amd64 nodes. I am using the image tailored for arm64 nodes. Here is my dynakube config:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;apiVersion: dynatrace.com/v1beta1
kind: DynaKube
metadata:
  name: oa-arm
  namespace: dynatrace
  annotations:
    feature.dynatrace.com/automatic-kubernetes-api-monitoring: "true"
    feature.dynatrace.com/oneagent-readonly-host-fs: "false"
    feature.dynatrace.com/automatic-injection: "false"

spec:
  apiUrl: https://{environmentid}.live.dynatrace.com/api
  tokens: "XXXXXXX"
  skipCertCheck: false
  namespaceSelector:
    matchLabels:
      dynatrace.com/inject: "true"
  oneAgent:
    cloudNativeFullStack:
      image: "dynatrace/dynatrace-oneagent:1.277.204.20231129-185056"
      version: ""
      initResources: {}
      nodeSelector:
        kubernetes.io/arch: arm64
      tolerations:
        - effect: NoSchedule
          key: node-role.kubernetes.io/master
          operator: Exists
        - effect: NoSchedule
          key: node-role.kubernetes.io/control-plane
          operator: Exists
      oneAgentResources: {}
      args:
        - --set-monitoring-mode=fullstack
        - --set-host-group=oa-arm
      env:
        - name: ONEAGENT_ENABLE_VOLUME_STORAGE
          value: "false"
      autoUpdate: true
      priorityClassName: ""
      dnsPolicy: ""
      labels: {}&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 06 May 2024 13:42:43 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Container-platforms/Oneagent-Dynakube-deployment-fails-for-K8s-arm64-nodes/m-p/244414#M2350</guid>
      <dc:creator>amr_1509</dc:creator>
      <dc:date>2024-05-06T13:42:43Z</dc:date>
    </item>
    <item>
      <title>Re: Oneagent - Dynakube deployment fails for K8s arm64 nodes</title>
      <link>https://community.dynatrace.com/t5/Container-platforms/Oneagent-Dynakube-deployment-fails-for-K8s-arm64-nodes/m-p/248711#M2429</link>
      <description>&lt;P&gt;We got same issue with ARM64 arch ocp&lt;BR /&gt;&lt;BR /&gt;Please help&lt;/P&gt;</description>
      <pubDate>Thu, 20 Jun 2024 05:53:04 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Container-platforms/Oneagent-Dynakube-deployment-fails-for-K8s-arm64-nodes/m-p/248711#M2429</guid>
      <dc:creator>cyanogen</dc:creator>
      <dc:date>2024-06-20T05:53:04Z</dc:date>
    </item>
    <item>
      <title>Re: Oneagent - Dynakube deployment fails for K8s arm64 nodes</title>
      <link>https://community.dynatrace.com/t5/Container-platforms/Oneagent-Dynakube-deployment-fails-for-K8s-arm64-nodes/m-p/248718#M2431</link>
      <description>&lt;P&gt;Hi AMR / Cyanogen,&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;looks like a config issue around your storage type.&amp;nbsp;&lt;BR /&gt;probably related to the feature &amp;amp; setting environment&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;ONEAGENT_ENABLE_VOLUME_STORAGE&lt;/PRE&gt;&lt;P&gt;&lt;BR /&gt;cloud native full stack uses CSI compared to One Agent.&lt;BR /&gt;Perhaps try flipping back to default config and see how you go.&lt;BR /&gt;&lt;A href="https://github.com/Dynatrace/dynatrace-operator/blob/main/assets/samples/dynakube/v1beta2/cloudNativeFullStack.yaml" target="_blank" rel="noopener"&gt;dynatrace-operator/assets/samples/dynakube/v1beta2/cloudNativeFullStack.yaml at main · Dynatrace/dynatrace-operator · GitHub&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Also make sure that you have the correct image type&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Peter_Ralston_0-1718866037638.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/20651iA3E3008E0D9BC72B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Peter_Ralston_0-1718866037638.png" alt="Peter_Ralston_0-1718866037638.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Good luck&lt;/P&gt;</description>
      <pubDate>Thu, 20 Jun 2024 06:48:58 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Container-platforms/Oneagent-Dynakube-deployment-fails-for-K8s-arm64-nodes/m-p/248718#M2431</guid>
      <dc:creator>gopher</dc:creator>
      <dc:date>2024-06-20T06:48:58Z</dc:date>
    </item>
  </channel>
</rss>

