You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 16, 2021. It is now read-only.
error: unable to recognize "https://github.com/kubeless/kinesis-trigger/releases/download/v1.0.0/kinesis-v1.0.0.yaml": no matches for kind "Deployment" in version "apps/v1beta1"
What you expected to happen:
The deployment for the Kinesis Trigger should be created
How to reproduce it (as minimally and precisely as possible):
Just run the command below. Kubernetes Version: v1.19.8-eks-96780e.
Is this a BUG REPORT or FEATURE REQUEST?:
Bug Report
What happened:
I just tried to install the kinesis trigger using:
Then I received the following error:
What you expected to happen:
The deployment for the Kinesis Trigger should be created
How to reproduce it (as minimally and precisely as possible):
Just run the command below. Kubernetes Version: v1.19.8-eks-96780e.
Anything else we need to know?:
I solved it locally by just editing kinesis-v1.0.0.yaml line 2.
FROM:
TO:
Did I do anything wrong?
Environment:
Kubernetes version (use
kubectl version
):Client Version: version.Info{Major:"1", Minor:"21", GitVersion:"v1.21.1", GitCommit:"5e58841cce77d4bc13713ad2b91fa0d961e69192", GitTreeState:"clean", BuildDate:"2021-05-12T14:18:45Z", GoVersion:"go1.16.4", Compiler:"gc", Platform:"linux/amd64"}
Server Version: version.Info{Major:"1", Minor:"19+", GitVersion:"v1.19.8-eks-96780e", GitCommit:"96780e1b30acbf0a52c38b6030d7853e575bcdf3", GitTreeState:"clean", BuildDate:"2021-03-10T21:32:29Z", GoVersion:"go1.15.8", Compiler:"gc", Platform:"linux/amd64"}
Kubeless version (use
kubeless version
):Kubeless version: v1.0.8
Cloud provider or physical cluster:
AWS - Amazon EKS
The text was updated successfully, but these errors were encountered: