<?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: Failed to parse the kubeconfig. Cannot run program &amp;quot;kubelogin&amp;quot; in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Failed-to-parse-the-kubeconfig-Cannot-run-program-quot-kubelogin/m-p/2310498#M142263</link>
    <description>&lt;P&gt;This feature stopped working when I manually installed kubectl and the az cli with brew. Not sure where in talent the kubectl version that comes with Talend is defined, as it may be picking up the new one.&lt;/P&gt;&lt;P&gt;Version: 8.0.1&lt;/P&gt;&lt;P&gt;Build id: R2023-01&lt;/P&gt;&lt;P&gt;OSX&lt;/P&gt;</description>
    <pubDate>Fri, 04 Aug 2023 17:04:39 GMT</pubDate>
    <dc:creator>naviHealth_Talend_Support</dc:creator>
    <dc:date>2023-08-04T17:04:39Z</dc:date>
    <item>
      <title>Failed to parse the kubeconfig. Cannot run program "kubelogin"</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Failed-to-parse-the-kubeconfig-Cannot-run-program-quot-kubelogin/m-p/2310496#M142261</link>
      <description>&lt;P&gt;Error when publishing docker image to artifactory (jfrog). &lt;/P&gt;&lt;P&gt;Image is created in docker, push is failing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[INFO]&lt;/P&gt; --- maven-deploy-plugin:&lt;P&gt;2&lt;/P&gt;.&lt;P&gt;8&lt;/P&gt;.&lt;P&gt;2&lt;/P&gt;:deploy (default-deploy) @ routename ---&lt;P&gt;&lt;/P&gt;&lt;P&gt;[INFO]&lt;/P&gt; Skipping artifact deployment&lt;P&gt;&lt;/P&gt;&lt;P&gt;[INFO]&lt;/P&gt; &lt;P&gt;&lt;/P&gt;&lt;P&gt;[INFO]&lt;/P&gt; --- kubernetes-maven-plugin:&lt;P&gt;1&lt;/P&gt;.&lt;P&gt;0&lt;/P&gt;.&lt;P&gt;2&lt;/P&gt;:push (push-image) @ routename ---&lt;P&gt;&lt;B&gt;[ERROR]&lt;/B&gt; Failed to parse the kubeconfig.&lt;/P&gt;&lt;P&gt;&lt;I&gt;java.io.IOException&lt;/I&gt;: Cannot run program &lt;/P&gt;&lt;P&gt;"kubelogin"&lt;/P&gt;: error=&lt;P&gt;2&lt;/P&gt;, No such file or directory&lt;P&gt;&lt;I&gt;    at java.base/java.lang.ProcessBuilder.start(ProcessBuilder.java:1128)&lt;/I&gt;&lt;/P&gt;&lt;P&gt;&lt;I&gt;    at java.base/java.lang.ProcessBuilder.start(ProcessBuilder.java:1071)&lt;/I&gt;&lt;/P&gt;&lt;P&gt;&lt;I&gt;    at io.fabric8.kubernetes.client.Config.loadFromKubeconfig(Config.java:598)&lt;/I&gt;&lt;/P&gt;&lt;P&gt;&lt;I&gt;    at io.fabric8.kubernetes.client.Config.tryKubeConfig(Config.java:499)&lt;/I&gt;&lt;/P&gt;&lt;P&gt;&lt;I&gt;    at io.fabric8.kubernetes.client.Config.autoConfigure(Config.java:236)&lt;/I&gt;&lt;/P&gt;&lt;P&gt;&lt;I&gt;    at io.fabric8.kubernetes.client.Config.&amp;lt;init&amp;gt;(Config.java:220)&lt;/I&gt;&lt;/P&gt;&lt;P&gt;&lt;I&gt;    at io.fabric8.kubernetes.client.ConfigBuilder.&amp;lt;init&amp;gt;(ConfigBuilder.java:16)&lt;/I&gt;&lt;/P&gt;&lt;P&gt;&lt;I&gt;    at io.fabric8.kubernetes.client.ConfigBuilder.&amp;lt;init&amp;gt;(ConfigBuilder.java:13)&lt;/I&gt;&lt;/P&gt;&lt;P&gt;&lt;I&gt;    at org.eclipse.jkube.kit.config.access.ClusterConfiguration.getConfig(ClusterConfiguration.java:62)&lt;/I&gt;&lt;/P&gt;&lt;P&gt;&lt;I&gt;    at org.eclipse.jkube.kit.config.access.ClusterAccess.createDefaultConfig(ClusterAccess.java:59)&lt;/I&gt;&lt;/P&gt;&lt;P&gt;&lt;I&gt;    at org.eclipse.jkube.kit.config.access.ClusterAccess.createKubernetesClient(ClusterAccess.java:51)&lt;/I&gt;&lt;/P&gt;&lt;P&gt;&lt;I&gt;    at org.eclipse.jkube.kit.config.access.ClusterAccess.isOpenShift(ClusterAccess.java:80)&lt;/I&gt;&lt;/P&gt;&lt;P&gt;&lt;I&gt;    at org.eclipse.jkube.kit.config.access.ClusterAccess.createDefaultClient(ClusterAccess.java:44)&lt;/I&gt;&lt;/P&gt;&lt;P&gt;&lt;I&gt;    at org.eclipse.jkube.kit.config.service.JKubeServiceHub.init(JKubeServiceHub.java:94)&lt;/I&gt;&lt;/P&gt;&lt;P&gt;&lt;I&gt;    at org.eclipse.jkube.kit.config.service.JKubeServiceHub.&amp;lt;init&amp;gt;(JKubeServiceHub.java:83)&lt;/I&gt;&lt;/P&gt;&lt;P&gt;&lt;I&gt;    at org.eclipse.jkube.kit.config.service.JKubeServiceHub$JKubeServiceHubBuilder.build(JKubeServiceHub.java:70)&lt;/I&gt;&lt;/P&gt;&lt;P&gt;&lt;I&gt;    at org.eclipse.jkube.maven.plugin.mojo.build.AbstractDockerMojo.execute(AbstractDockerMojo.java:438)&lt;/I&gt;&lt;/P&gt;&lt;P&gt;&lt;I&gt;    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:137)&lt;/I&gt;&lt;/P&gt;&lt;P&gt;&lt;I&gt;    at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:210)&lt;/I&gt;&lt;/P&gt;&lt;P&gt;&lt;I&gt;    at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:156)&lt;/I&gt;&lt;/P&gt;&lt;P&gt;&lt;I&gt;    at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:148)&lt;/I&gt;&lt;/P&gt;&lt;P&gt;&lt;I&gt;    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:117)&lt;/I&gt;&lt;/P&gt;&lt;P&gt;&lt;I&gt;    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:81)&lt;/I&gt;&lt;/P&gt;&lt;P&gt;&lt;I&gt;    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:56)&lt;/I&gt;&lt;/P&gt;&lt;P&gt;&lt;I&gt;    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:128)&lt;/I&gt;&lt;/P&gt;&lt;P&gt;&lt;I&gt;    at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:305)&lt;/I&gt;&lt;/P&gt;&lt;P&gt;&lt;I&gt;    at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:192)&lt;/I&gt;&lt;/P&gt;&lt;P&gt;&lt;I&gt;    at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:105)&lt;/I&gt;&lt;/P&gt;&lt;P&gt;&lt;I&gt;    at org.apache.maven.cli.MavenCli.execute(MavenCli.java:957)&lt;/I&gt;&lt;/P&gt;&lt;P&gt;&lt;I&gt;    at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:289)&lt;/I&gt;&lt;/P&gt;&lt;P&gt;&lt;I&gt;    at org.apache.maven.cli.MavenCli.main(MavenCli.java:193)&lt;/I&gt;&lt;/P&gt;&lt;P&gt;&lt;I&gt;    at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)&lt;/I&gt;&lt;/P&gt;&lt;P&gt;&lt;I&gt;    at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)&lt;/I&gt;&lt;/P&gt;&lt;P&gt;&lt;I&gt;    at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)&lt;/I&gt;&lt;/P&gt;&lt;P&gt;&lt;I&gt;    at java.base/java.lang.reflect.Method.invoke(Method.java:566)&lt;/I&gt;&lt;/P&gt;&lt;P&gt;&lt;I&gt;    at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:282)&lt;/I&gt;&lt;/P&gt;&lt;P&gt;&lt;I&gt;    at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:225)&lt;/I&gt;&lt;/P&gt;&lt;P&gt;&lt;I&gt;    at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:406)&lt;/I&gt;&lt;/P&gt;&lt;P&gt;&lt;I&gt;    at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:347)&lt;/I&gt;&lt;/P&gt;&lt;P&gt;Caused by: &lt;I&gt;java.io.IOException&lt;/I&gt;: error=&lt;/P&gt;&lt;P&gt;2&lt;/P&gt;, No such file or directory&lt;P&gt;&lt;I&gt;    at java.base/java.lang.ProcessImpl.forkAndExec(Native Method)&lt;/I&gt;&lt;/P&gt;&lt;P&gt;&lt;I&gt;    at java.base/java.lang.ProcessImpl.&amp;lt;init&amp;gt;(ProcessImpl.java:340)&lt;/I&gt;&lt;/P&gt;&lt;P&gt;&lt;I&gt;    at java.base/java.lang.ProcessImpl.start(ProcessImpl.java:271)&lt;/I&gt;&lt;/P&gt;&lt;P&gt;&lt;I&gt;    at java.base/java.lang.ProcessBuilder.start(ProcessBuilder.java:1107)&lt;/I&gt;&lt;/P&gt;&lt;P&gt;    ... &lt;/P&gt;&lt;P&gt;38&lt;/P&gt; more</description>
      <pubDate>Fri, 15 Nov 2024 21:39:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Failed-to-parse-the-kubeconfig-Cannot-run-program-quot-kubelogin/m-p/2310496#M142261</guid>
      <dc:creator>naviHealth_Talend_Support</dc:creator>
      <dc:date>2024-11-15T21:39:46Z</dc:date>
    </item>
    <item>
      <title>Re: Failed to parse the kubeconfig. Cannot run program "kubelogin"</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Failed-to-parse-the-kubeconfig-Cannot-run-program-quot-kubelogin/m-p/2310497#M142262</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Could you elaborate for us on what Talend version and patch level that this feature has worked previously? And what Talend version and patch are you currently using? Additionally, can you please share a few screenshots of the issue for further review?&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Sabrina&lt;/P&gt;</description>
      <pubDate>Wed, 21 Jun 2023 06:05:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Failed-to-parse-the-kubeconfig-Cannot-run-program-quot-kubelogin/m-p/2310497#M142262</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-06-21T06:05:25Z</dc:date>
    </item>
    <item>
      <title>Re: Failed to parse the kubeconfig. Cannot run program "kubelogin"</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Failed-to-parse-the-kubeconfig-Cannot-run-program-quot-kubelogin/m-p/2310498#M142263</link>
      <description>&lt;P&gt;This feature stopped working when I manually installed kubectl and the az cli with brew. Not sure where in talent the kubectl version that comes with Talend is defined, as it may be picking up the new one.&lt;/P&gt;&lt;P&gt;Version: 8.0.1&lt;/P&gt;&lt;P&gt;Build id: R2023-01&lt;/P&gt;&lt;P&gt;OSX&lt;/P&gt;</description>
      <pubDate>Fri, 04 Aug 2023 17:04:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Failed-to-parse-the-kubeconfig-Cannot-run-program-quot-kubelogin/m-p/2310498#M142263</guid>
      <dc:creator>naviHealth_Talend_Support</dc:creator>
      <dc:date>2023-08-04T17:04:39Z</dc:date>
    </item>
    <item>
      <title>Re: Failed to parse the kubeconfig. Cannot run program "kubelogin"</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Failed-to-parse-the-kubeconfig-Cannot-run-program-quot-kubelogin/m-p/2310499#M142264</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Does the job run successfully when ran in Studio? Can you please provide the .eclipse product file from the main Studio directory?&lt;/P&gt;&lt;P&gt;How to set up an environment variables on google kubernetes engine?&lt;/P&gt;&lt;P&gt;&lt;A href="https://stackoverflow.com/questions/66904668/how-to-set-up-an-environment-variables-on-google-kubernetes-engine" alt="https://stackoverflow.com/questions/66904668/how-to-set-up-an-environment-variables-on-google-kubernetes-engine" target="_blank"&gt;https://stackoverflow.com/questions/66904668/how-to-set-up-an-environment-variables-on-google-kubernetes-engine&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Sabrina&lt;/P&gt;</description>
      <pubDate>Mon, 07 Aug 2023 03:29:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Failed-to-parse-the-kubeconfig-Cannot-run-program-quot-kubelogin/m-p/2310499#M142264</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-08-07T03:29:27Z</dc:date>
    </item>
  </channel>
</rss>

