Difference between revisions of "Networking.k8s.io"
Jump to navigation
Jump to search
(21 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
+ | {{lc}} | ||
+ | * https://docs.okd.io/latest/rest_api/network_apis/network-apis-index.html | ||
+ | * <code>[[apiVersion]]: [[networking.k8s.io]]/v1beta1</code> | ||
+ | * <code>apiVersion: networking.k8s.io/v1</code> | ||
− | |||
− | |||
− | + | * <code>[[ingresses.networking.k8s.io]]</code>: <code>[[kind: Ingress]]</code> | |
+ | * <code>[[networkpolicy.networking.k8s.io]]</code> | ||
+ | == 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 == | ||
+ | * <code>[[k8s.io]]</code> | ||
+ | * [[kubectl describe ing]] | ||
+ | * [[kubectl apply -f ingress.yaml]] | ||
== See also == | == See also == | ||
− | * {{ | + | * {{networking.k8s.io}} |
− | * {{ | + | * {{k8s.io}} |
[[Category:K8s]] | [[Category:K8s]] |
Revision as of 18:04, 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: