<!-- 
RSS generated by JIRA (9.4.5#940005-sha1:e3094934eac4fd8653cf39da58f39364fb9cc7c1) at Sat Feb 10 06:07:25 UTC 2024

It is possible to restrict the fields that are returned in this document by specifying the 'field' parameter in your request.
For example, to request only the issue key and summary append 'field=key&field=summary' to the URL of your request.
-->
<rss version="0.92" >
<channel>
    <title>Akraino JIRA</title>
    <link>https://jira.akraino.org</link>
    <description>This file is an XML representation of an issue</description>
    <language>en-us</language>    <build-info>
        <version>9.4.5</version>
        <build-number>940005</build-number>
        <build-date>11-04-2023</build-date>
    </build-info>


<item>
            <title>[VAL-111] Conformance test fails with incorrect image</title>
                <link>https://jira.akraino.org/browse/VAL-111</link>
                <project id="10308" key="VAL">Validation</project>
                    <description>&lt;p&gt;When trying to run the conformance tests, i found that e2e pod for sonobuoy was failing. The error was: &lt;br/&gt;
Warning&#160; InspectFailed&#160; 10m (x27 over 15m)&#160; kubelet, testing-master-0&#160; Failed to apply default image tag &quot;akraino/validation:kube-conformance-v1.16+&quot;: couldn&apos;t parse image reference &quot;akraino/validation:kube-conformance-v1.16+&quot;: invalid reference format&lt;/p&gt;

&lt;p&gt;I had to manually edit the image of that pod, and use akraino/validation:kube-conformance-v1.16&lt;/p&gt;</description>
                <environment></environment>
        <key id="11320">VAL-111</key>
            <summary>Conformance test fails with incorrect image</summary>
                <type id="10004" iconUrl="https://jira.akraino.org/secure/viewavatar?size=xsmall&amp;avatarId=10303&amp;avatarType=issuetype">Bug</type>
                                            <priority id="2" iconUrl="https://jira.akraino.org/images/icons/priorities/high.svg">High</priority>
                        <status id="10001" iconUrl="https://jira.akraino.org/" description="">Done</status>
                    <statusCategory id="3" key="done" colorName="success"/>
                                    <resolution id="10000">Done</resolution>
                                        <assignee username="AlexandruAvadanii">Alexandru Avadanii</assignee>
                                    <reporter username="yrobla">Yolanda Robla Mota</reporter>
                        <labels>
                    </labels>
                <created>Thu, 23 Apr 2020 10:44:05 +0000</created>
                <updated>Wed, 6 May 2020 15:03:33 +0000</updated>
                            <resolved>Wed, 6 May 2020 15:03:33 +0000</resolved>
                                                                        <due></due>
                            <votes>0</votes>
                                    <watches>2</watches>
                                                                                                                <comments>
                            <comment id="11237" author="alexandruavadanii" created="Wed, 6 May 2020 15:03:27 +0000"  >&lt;p&gt;A patch sanitizing the major/minor version component strings has been merged.&lt;/p&gt;

&lt;p&gt;Please reopen this ticket if the issue is still present.&lt;/p&gt;</comment>
                            <comment id="11223" author="alexandruavadanii" created="Thu, 23 Apr 2020 22:39:44 +0000"  >&lt;p&gt;I have some troubles figuring out why this (the extra &quot;plus sign&quot;) happens. My best guess is that the output of `kubectl version -o json` might contain the plus sign.&lt;/p&gt;

&lt;p&gt;Could you please try running that command manually on one of the nodes in the affected cluster and paste the result here?&lt;/p&gt;

&lt;p&gt;It should look something like:&lt;/p&gt;
&lt;div class=&quot;code panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;codeContent panelContent&quot;&gt;
&lt;pre class=&quot;code-java&quot;&gt;ubuntu@iec01:~$ kubectl version -o json
{
  &lt;span class=&quot;code-quote&quot;&gt;&quot;clientVersion&quot;&lt;/span&gt;: {
    &lt;span class=&quot;code-quote&quot;&gt;&quot;major&quot;&lt;/span&gt;: &lt;span class=&quot;code-quote&quot;&gt;&quot;1&quot;&lt;/span&gt;,
    &lt;span class=&quot;code-quote&quot;&gt;&quot;minor&quot;&lt;/span&gt;: &lt;span class=&quot;code-quote&quot;&gt;&quot;13&quot;&lt;/span&gt;,
    &lt;span class=&quot;code-quote&quot;&gt;&quot;gitVersion&quot;&lt;/span&gt;: &lt;span class=&quot;code-quote&quot;&gt;&quot;v1.13.0&quot;&lt;/span&gt;,
    &lt;span class=&quot;code-quote&quot;&gt;&quot;gitCommit&quot;&lt;/span&gt;: &lt;span class=&quot;code-quote&quot;&gt;&quot;ddf47ac13c1a9483ea035a79cd7c10005ff21a6d&quot;&lt;/span&gt;,
    &lt;span class=&quot;code-quote&quot;&gt;&quot;gitTreeState&quot;&lt;/span&gt;: &lt;span class=&quot;code-quote&quot;&gt;&quot;clean&quot;&lt;/span&gt;,
    &lt;span class=&quot;code-quote&quot;&gt;&quot;buildDate&quot;&lt;/span&gt;: &lt;span class=&quot;code-quote&quot;&gt;&quot;2018-12-03T21:04:45Z&quot;&lt;/span&gt;,
    &lt;span class=&quot;code-quote&quot;&gt;&quot;goVersion&quot;&lt;/span&gt;: &lt;span class=&quot;code-quote&quot;&gt;&quot;go1.11.2&quot;&lt;/span&gt;,
    &lt;span class=&quot;code-quote&quot;&gt;&quot;compiler&quot;&lt;/span&gt;: &lt;span class=&quot;code-quote&quot;&gt;&quot;gc&quot;&lt;/span&gt;,
    &lt;span class=&quot;code-quote&quot;&gt;&quot;platform&quot;&lt;/span&gt;: &lt;span class=&quot;code-quote&quot;&gt;&quot;linux/amd64&quot;&lt;/span&gt;
  },
  &lt;span class=&quot;code-quote&quot;&gt;&quot;serverVersion&quot;&lt;/span&gt;: {
    &lt;span class=&quot;code-quote&quot;&gt;&quot;major&quot;&lt;/span&gt;: &lt;span class=&quot;code-quote&quot;&gt;&quot;1&quot;&lt;/span&gt;,
    &lt;span class=&quot;code-quote&quot;&gt;&quot;minor&quot;&lt;/span&gt;: &lt;span class=&quot;code-quote&quot;&gt;&quot;13&quot;&lt;/span&gt;,
    &lt;span class=&quot;code-quote&quot;&gt;&quot;gitVersion&quot;&lt;/span&gt;: &lt;span class=&quot;code-quote&quot;&gt;&quot;v1.13.12&quot;&lt;/span&gt;,
    &lt;span class=&quot;code-quote&quot;&gt;&quot;gitCommit&quot;&lt;/span&gt;: &lt;span class=&quot;code-quote&quot;&gt;&quot;a8b52209ee172232b6db7a6e0ce2adc77458829f&quot;&lt;/span&gt;,
    &lt;span class=&quot;code-quote&quot;&gt;&quot;gitTreeState&quot;&lt;/span&gt;: &lt;span class=&quot;code-quote&quot;&gt;&quot;clean&quot;&lt;/span&gt;,
    &lt;span class=&quot;code-quote&quot;&gt;&quot;buildDate&quot;&lt;/span&gt;: &lt;span class=&quot;code-quote&quot;&gt;&quot;2019-10-15T12:04:30Z&quot;&lt;/span&gt;,
    &lt;span class=&quot;code-quote&quot;&gt;&quot;goVersion&quot;&lt;/span&gt;: &lt;span class=&quot;code-quote&quot;&gt;&quot;go1.11.13&quot;&lt;/span&gt;,
    &lt;span class=&quot;code-quote&quot;&gt;&quot;compiler&quot;&lt;/span&gt;: &lt;span class=&quot;code-quote&quot;&gt;&quot;gc&quot;&lt;/span&gt;,
    &lt;span class=&quot;code-quote&quot;&gt;&quot;platform&quot;&lt;/span&gt;: &lt;span class=&quot;code-quote&quot;&gt;&quot;linux/amd64&quot;&lt;/span&gt;
  }
}
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</comment>
                    </comments>
                    <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                                                                        <customfield id="customfield_10000" key="com.atlassian.jira.plugins.jira-development-integration-plugin:devsummary">
                        <customfieldname>Development</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                    <customfield id="customfield_10105" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>0|i003zo:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                    </customfields>
    </item>
</channel>
</rss>