Difference between revisions of "K8s Custom Resource Definitions (CRD)"

From wikieduonline
Jump to navigation Jump to search
Line 3: Line 3:
 
[[Installing Kubernetes NGINX Ingress controller using manifests]]
 
[[Installing Kubernetes NGINX Ingress controller using manifests]]
 
* <code>[[kubectl apply -f]] common/crds/</code>
 
* <code>[[kubectl apply -f]] common/crds/</code>
 +
 +
[[helm install --name cert-manager --namespace cert-manager]] --version v1.1.0 [[jetstack]]/cert-manager --set installCRDs=true
  
 
== Related terms ==
 
== Related terms ==

Revision as of 14:48, 26 September 2022

Installing Kubernetes NGINX Ingress controller using manifests

helm install --name cert-manager --namespace cert-manager --version v1.1.0 jetstack/cert-manager --set installCRDs=true

Related terms

See also

Advertising: