Difference between revisions of "Customer Requirement Document (CRD)"

From wikieduonline
Jump to navigation Jump to search
 
Line 11: Line 11:
  
 
  error: [[resource mapping not found for name]]: "your-text" namespace: "" from "[[STDIN]]": no matches for kind "[[Deployment]]" in version "[[batch/v1]]" [[ensure CRDs are installed first]]
 
  error: [[resource mapping not found for name]]: "your-text" namespace: "" from "[[STDIN]]": no matches for kind "[[Deployment]]" in version "[[batch/v1]]" [[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 "[[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
  
 
== Related terms ==
 
== Related terms ==

Latest revision as of 15:08, 13 December 2023

Customer Requirement Document

Custom Resource Definitions


Installing Kubernetes NGINX Ingress controller using manifests

kubectl apply -f common/crds/


helm install --name cert-manager --namespace cert-manager --version v1.1.0 jetstack/cert-manager --set installCRDs=true
error: resource mapping not found for name: "your-text" namespace: "" from "STDIN": no matches for kind "Deployment" in version "batch/v1" 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 "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 

Related terms[edit]

--set installCRDs=true

See also[edit]

Advertising: