Skip to content
This repository has been archived by the owner on Dec 16, 2021. It is now read-only.

Error when creating Kinesis Trigger #12

Open
henriquekfmaia opened this issue Jun 3, 2021 · 1 comment
Open

Error when creating Kinesis Trigger #12

henriquekfmaia opened this issue Jun 3, 2021 · 1 comment

Comments

@henriquekfmaia
Copy link

Is this a BUG REPORT or FEATURE REQUEST?:
Bug Report

What happened:
I just tried to install the kinesis trigger using:

kubectl create -f https://github.com/kubeless/kinesis-trigger/releases/download/v1.0.0/kinesis-v1.0.0.yaml 

Then I received the following error:

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.

kubectl create -f https://github.com/kubeless/kinesis-trigger/releases/download/v1.0.0/kinesis-v1.0.0.yaml 

Anything else we need to know?:
I solved it locally by just editing kinesis-v1.0.0.yaml line 2.
FROM:

apiVersion: apps/v1beta1

TO:

apiVersion: apps/v1

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

@antgamdia
Copy link

AFAIK, Kubernetes versions > 1.18 are not fully supported as per vmware-archive/kubeless#1226 (comment)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants