datawire / ambassador-chart

Helm Chart for Installing Ambassador
42 stars 60 forks source link

failed to install CRD crds/filter.yaml: ... No matches for kind "CustomResourceDefinition" in version "apiextensions.k8s.io/v1beta1" #194

Open davidhyun opened 1 year ago

davidhyun commented 1 year ago

I want to use seldon-core and installed step by step.

my laptop environment below

# Add helm repository
$ helm repo add datawire https://www.getambassador.io
$ helm repo update

# helm install ambassador
$ helm install ambassador datawire/ambassador \
  --namespace seldon-system \
  --create-namespace \
  --set image.repository=quay.io/datawire/ambassador \
  --set enableAES=false \
  --set crds.keep=false

[Error]

image

[Question] I know that kubectl (v1.22) does not support apiextensions.k8s.io/v1beta1, and I heard that it is possible to change it to apiextensions.k8s.io/v1 If the apiVersion in crds/filter.yaml file changes, can the ambassador be installed normally? If so, can you change the apiVersion of that crds/filter.yaml file?

pravingadakh commented 1 year ago

@davidhyun We are also stuck with the same issue. May I know what approach did you take to resolve the issue?

robsonandradev commented 1 year ago

Up

kssalanio commented 6 months ago

encountering the same issue as well

Tiiberiu commented 5 months ago

up