<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Sharadhi</title>
    <description>The latest articles on DEV Community by Sharadhi (@sharadhi).</description>
    <link>https://dev.to/sharadhi</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F898110%2F1fb1eb91-02cb-40d5-9547-a8678e4a7907.jpeg</url>
      <title>DEV Community: Sharadhi</title>
      <link>https://dev.to/sharadhi</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/sharadhi"/>
    <language>en</language>
    <item>
      <title>Argo Workflow Executor PLUGINs</title>
      <dc:creator>Sharadhi</dc:creator>
      <pubDate>Tue, 26 Jul 2022 07:24:00 +0000</pubDate>
      <link>https://dev.to/sharadhi/argo-workflow-executor-plugins-2imm</link>
      <guid>https://dev.to/sharadhi/argo-workflow-executor-plugins-2imm</guid>
      <description>&lt;p&gt;Hi Team,&lt;br&gt;
I wanted to explore the plugin part in argo workflows. &lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Installed argo workflows (v3.3.8) into Minikube cluster.&lt;/li&gt;
&lt;li&gt;Added env in workflow controller as Argo Executor plugins value as true.&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Cloned hello-world plugin from the official GitHub link in documentation and ran these commands. &lt;br&gt;
argo executor-plugin build .&lt;br&gt;
kubectl -n argo apply -f hello-executor-plugin-configmap.yaml&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Can see plugin installed in the logs of workflow controller.&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F63rxls7to1kvfxeoakev.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F63rxls7to1kvfxeoakev.png" alt="Image description"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;workflow code:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;apiVersion: argoproj.io/v1alpha1
kind: Workflow
metadata:
  generateName: hello-
spec:
  entrypoint: main
  templates:
    - name: main
      plugin:
        hello: { }

&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;But when I copy workflow it shows error like this. &lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fzqjrfd9z0cjpx4le6sc4.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fzqjrfd9z0cjpx4le6sc4.png" alt="Image description"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Can anyone help me to solve this issue? &lt;br&gt;
Links I referred is: &lt;a href="https://github.com/argoproj-labs/argo-workflows-hello-executor-plugin" rel="noopener noreferrer"&gt;https://github.com/argoproj-labs/argo-workflows-hello-executor-plugin&lt;/a&gt;&lt;br&gt;
&lt;a href="https://argoproj.github.io/argo-workflows/executor_plugins/" rel="noopener noreferrer"&gt;https://argoproj.github.io/argo-workflows/executor_plugins/&lt;/a&gt;&lt;/p&gt;

</description>
    </item>
  </channel>
</rss>
