Difference between revisions of "Networking.k8s.io"
Jump to navigation
Jump to search
Line 19: | Line 19: | ||
* <code>[[k8s.io]]</code> | * <code>[[k8s.io]]</code> | ||
* [[kubectl describe ing]] | * [[kubectl describe ing]] | ||
+ | * [[kubectl apply -f ingress.yaml]] | ||
== See also == | == See also == |
Revision as of 17:26, 14 December 2023
apiVersion: networking.k8s.io/v1beta1
apiVersion: networking.k8s.io/v1
Errors
error: resource mapping not found for name: "xxxx" namespace: "yyyyyy" from "zzzz.yaml": no matches for kind "Ingress" in version "networking.k8s.io/v1beta1" ensure CRDs are installed first
error: resource mapping not found for name: "xxxx" namespace: "yyyyyy" from "zzzz.yaml": no matches for kind "Ingress" in version "extensions/v1beta1" ensure CRDs are installed first
Solution: review extensions/v1beta1
Related
See also
networking.k8s.io: ingresses.networking.k8s.io, networkpolicy.networking.k8s.io
k8s.io, kubectl api-versions, kubernetes.io, networking.k8s.io, scheduling.k8s.io/v1, apiextensions.k8s.io, k8s.io/cluster-autoscaler/, rbac.authorization.k8s.io/v1, authentication.k8s.io, storage.k8s.io, metrics.k8s.io, discovery.k8s.io, csi.k8s.io, registry.k8s.io, pkgs.k8s.io, apiserver.k8s.io, audit.k8s.io, admissionregistration.k8s.io
Advertising: