Customer Requirement Document (CRD)

From wikieduonline
(Redirected from CRDs)
Jump to navigation Jump to search

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: