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
error: resource mapping not found for name: "ambassadorinstallations.getambassador.io" namespace: "" from "https://github.com/datawire/ambassador-operator/releases/latest/download/ambassador-operator-crds.yaml": no matches for kind "CustomResourceDefinition" in version "apiextensions.k8s.io/v1beta1"
Digging around it appears: apiextensions.k8s.io/v1beta1 is depreciated in new versions of Kubernetes.
I was able to get it to work by using an older version of the nodes
e.g. kind create cluster --config .\kind-config.yaml --image kindest/node:v1.21.12
This could be mentioned in the docs, or alternately, move to emissary-ingress which seems to be the successor project?
The text was updated successfully, but these errors were encountered:
Removal or updating of Ambassdor ingress docs
[...]
This could be mentioned in the docs, or alternately, move to emissary-ingress which seems to be the successor project?
In this case I would lean towards remove, these are contributed and maintained by folks from or interested in the specific ingress typically.
While we've tried to permit all open options folks are willing to contribute, having more of these only has made the guide more confusing, and the kind maintainers do not intend to support N ingresses directly. Within the Kubernetes project we have ingress-nginx which works well enough for this purpose.
Given that nobody else has reported this previously since May when we last released kind and when v1.24.0 Kubernetes came out, it seems interest is minimal and we should probably drop this from the guide.
What would you like to be documented:
Removal or updating of Ambassdor ingress docs
Why is this needed:
Following the documentation for ingress setup for Ambassdor , it fails with current version of Kind.
Digging around it appears:
apiextensions.k8s.io/v1beta1
is depreciated in new versions of Kubernetes.As per: datawire/ambassador-operator#73
I was able to get it to work by using an older version of the nodes
e.g.
kind create cluster --config .\kind-config.yaml --image kindest/node:v1.21.12
This could be mentioned in the docs, or alternately, move to
emissary-ingress
which seems to be the successor project?The text was updated successfully, but these errors were encountered: