[
https://issues.apache.org/jira/browse/STREAMPIPES-532?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17525444#comment-17525444
]
ASF subversion and git services commented on STREAMPIPES-532:
-------------------------------------------------------------
Commit 090ccb279db7d0c933f00072e9d53b61b1aea330 in incubator-streampipes's
branch refs/heads/dev from Devin Bost
[ https://gitbox.apache.org/repos/asf?p=incubator-streampipes.git;h=090ccb279 ]
#STREAMPIPES-532 Fixed k8s errors due to outdated spec
> Unable to install from helm chart
> ---------------------------------
>
> Key: STREAMPIPES-532
> URL: https://issues.apache.org/jira/browse/STREAMPIPES-532
> Project: StreamPipes
> Issue Type: Bug
> Reporter: Devin G. Bost
> Priority: Major
> Labels: pull-request-available
>
> When I try to install streampipes via k8s from master, I get an error.
> {code:java}
> git clone https://github.com/apache/incubator-streampipes.git
> cd incubator-streampipes
> cd installer
> cd k8s
> helm install streampipes ./{code}
> Output:
> {code:java}
> Error: INSTALLATION FAILED: unable to build kubernetes objects from release
> manifest: unable to recognize "": no matches for kind "Ingress" in version
> "extensions/v1beta1"{code}
>
> helm version:
> {code:java}
> version.BuildInfo{Version:"v3.8.2",
> GitCommit:"6e3701edea09e5d55a8ca2aae03a68917630e91b", GitTreeState:"clean",
> GoVersion:"go1.18.1"}{code}
> minikube version:
> {code:java}
> minikube version: v1.25.2
> commit: 362d5fdc0a3dbee389b3d3f1034e8023e72bd3a7{code}
> OS: Mac with Apple silicon
--
This message was sent by Atlassian Jira
(v8.20.7#820007)