<?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: Command to get Dynatrace operator version on kubernetes clusters in Cloud platforms</title>
    <link>https://community.dynatrace.com/t5/Cloud-platforms/Check-the-Installed-Dynatrace-Operator-Version-on-Kubernetes/m-p/256009#M1753</link>
    <description>&lt;P&gt;&lt;SPAN&gt;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/21657"&gt;@p_devulapalli&lt;/a&gt;&amp;nbsp; this has eliminated %, thank you very much.&lt;BR /&gt;kubectl get deployment dynatrace-operator -n dynatrace -o jsonpath='{.metadata.labels.app\.kubernetes\.io/version}{"\n"}'&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 17 Sep 2024 07:03:36 GMT</pubDate>
    <dc:creator>gurugogi</dc:creator>
    <dc:date>2024-09-17T07:03:36Z</dc:date>
    <item>
      <title>Check the Installed Dynatrace Operator Version on Kubernetes</title>
      <link>https://community.dynatrace.com/t5/Cloud-platforms/Check-the-Installed-Dynatrace-Operator-Version-on-Kubernetes/m-p/255798#M1747</link>
      <description>&lt;P&gt;&lt;EM&gt;Summary:&amp;nbsp;This post provides the command used to check the Dynatrace Operator version deployed in Kubernetes. It explains where the version information resides and how to query it via kubectl.&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;Hi All,&lt;/P&gt;
&lt;P&gt;Please let me know whether there is any kubectl command to check the Dynatrace operator version installed on the k8s cluster. I know we can check it from DT UI (from kubernetes UI or from Host-&amp;gt;Properties UI), but I want it to fetch from the command line to automate the operator upgrade process.&lt;/P&gt;
&lt;P&gt;Please guide, thanks.&lt;BR /&gt;Guru Gogi&lt;/P&gt;</description>
      <pubDate>Mon, 26 Jan 2026 11:05:33 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Cloud-platforms/Check-the-Installed-Dynatrace-Operator-Version-on-Kubernetes/m-p/255798#M1747</guid>
      <dc:creator>gurugogi</dc:creator>
      <dc:date>2026-01-26T11:05:33Z</dc:date>
    </item>
    <item>
      <title>Re: Command to get Dynatrace operator version on kubernetes clusters</title>
      <link>https://community.dynatrace.com/t5/Cloud-platforms/Check-the-Installed-Dynatrace-Operator-Version-on-Kubernetes/m-p/255802#M1748</link>
      <description>&lt;LI-CODE lang="markup"&gt;kubectl exec deploy/dynatrace-operator -n dynatrace -- dynatrace-operator troubleshoot&lt;/LI-CODE&gt;&lt;P&gt;&lt;SPAN&gt;The troubleshoot option reveals the version. There might be a simpler method to obtain it.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 16 Sep 2024 07:16:37 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Cloud-platforms/Check-the-Installed-Dynatrace-Operator-Version-on-Kubernetes/m-p/255802#M1748</guid>
      <dc:creator>PacoPorro</dc:creator>
      <dc:date>2024-09-16T07:16:37Z</dc:date>
    </item>
    <item>
      <title>Re: Command to get Dynatrace operator version on kubernetes clusters</title>
      <link>https://community.dynatrace.com/t5/Cloud-platforms/Check-the-Installed-Dynatrace-Operator-Version-on-Kubernetes/m-p/255825#M1749</link>
      <description>&lt;P&gt;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/40713"&gt;@PacoPorro&lt;/a&gt;&amp;nbsp; thanks for your reply. I know this command output has operator version, but I was checking whether we can modify this command so that it shows only operator version.&lt;/P&gt;&lt;P&gt;kubectl exec -n dynatrace deployment/dynatrace-operator -- dynatrace-operator support-archive --stdout &amp;gt; operator-support-archive.zip&lt;/P&gt;&lt;P&gt;[support-archive] dynatrace-operator {"version": "v0.11.0", "gitCommit": "...", "buildDate": "...", "goVersion": "...", "platform": "linux/amd64"}&lt;BR /&gt;[support-archive] Storing operator version into operator-version.txt&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 16 Sep 2024 09:35:47 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Cloud-platforms/Check-the-Installed-Dynatrace-Operator-Version-on-Kubernetes/m-p/255825#M1749</guid>
      <dc:creator>gurugogi</dc:creator>
      <dc:date>2024-09-16T09:35:47Z</dc:date>
    </item>
    <item>
      <title>Re: Command to get Dynatrace operator version on kubernetes clusters</title>
      <link>https://community.dynatrace.com/t5/Cloud-platforms/Check-the-Installed-Dynatrace-Operator-Version-on-Kubernetes/m-p/255996#M1750</link>
      <description>&lt;P&gt;If you are after only the operator version you can try the below&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;kubectl get deployment dynatrace-operator -n dynatrace -o jsonpath='{.metadata.labels.app\.kubernetes\.io/version}'&lt;/LI-CODE&gt;</description>
      <pubDate>Tue, 17 Sep 2024 06:00:55 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Cloud-platforms/Check-the-Installed-Dynatrace-Operator-Version-on-Kubernetes/m-p/255996#M1750</guid>
      <dc:creator>p_devulapalli</dc:creator>
      <dc:date>2024-09-17T06:00:55Z</dc:date>
    </item>
    <item>
      <title>Re: Command to get Dynatrace operator version on kubernetes clusters</title>
      <link>https://community.dynatrace.com/t5/Cloud-platforms/Check-the-Installed-Dynatrace-Operator-Version-on-Kubernetes/m-p/256004#M1751</link>
      <description>&lt;P&gt;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/21657"&gt;@p_devulapalli&lt;/a&gt;&amp;nbsp; thanks for reply, its working, its printing % also at the end, need to check how I can remove this % from output.&lt;BR /&gt;&lt;SPAN&gt;kubectl get deployment dynatrace-operator -n dynatrace -o jsonpath='{.metadata.labels.app\.kubernetes\.io/version}' 1.0.0%&lt;BR /&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 17 Sep 2024 06:16:38 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Cloud-platforms/Check-the-Installed-Dynatrace-Operator-Version-on-Kubernetes/m-p/256004#M1751</guid>
      <dc:creator>gurugogi</dc:creator>
      <dc:date>2024-09-17T06:16:38Z</dc:date>
    </item>
    <item>
      <title>Re: Command to get Dynatrace operator version on kubernetes clusters</title>
      <link>https://community.dynatrace.com/t5/Cloud-platforms/Check-the-Installed-Dynatrace-Operator-Version-on-Kubernetes/m-p/256005#M1752</link>
      <description>&lt;P&gt;It should not be adding any % , may be a issue with prompt/formatting. Can you please try the below, it should output to next line clearly&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;kubectl get deployment dynatrace-operator -n dynatrace -o jsonpath='{.metadata.labels.app\.kubernetes\.io/version}{"\n"}'&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 17 Sep 2024 06:52:21 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Cloud-platforms/Check-the-Installed-Dynatrace-Operator-Version-on-Kubernetes/m-p/256005#M1752</guid>
      <dc:creator>p_devulapalli</dc:creator>
      <dc:date>2024-09-17T06:52:21Z</dc:date>
    </item>
    <item>
      <title>Re: Command to get Dynatrace operator version on kubernetes clusters</title>
      <link>https://community.dynatrace.com/t5/Cloud-platforms/Check-the-Installed-Dynatrace-Operator-Version-on-Kubernetes/m-p/256009#M1753</link>
      <description>&lt;P&gt;&lt;SPAN&gt;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/21657"&gt;@p_devulapalli&lt;/a&gt;&amp;nbsp; this has eliminated %, thank you very much.&lt;BR /&gt;kubectl get deployment dynatrace-operator -n dynatrace -o jsonpath='{.metadata.labels.app\.kubernetes\.io/version}{"\n"}'&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 17 Sep 2024 07:03:36 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Cloud-platforms/Check-the-Installed-Dynatrace-Operator-Version-on-Kubernetes/m-p/256009#M1753</guid>
      <dc:creator>gurugogi</dc:creator>
      <dc:date>2024-09-17T07:03:36Z</dc:date>
    </item>
  </channel>
</rss>

