Skip to content

Commit f15a0fa

Browse files
authored
Merge pull request #95714 from zr-msft/aks-fix-ingress-command
[AKS] added param to cert manager install command
2 parents e4c669d + 28711eb commit f15a0fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/aks/ingress-static-ip.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ To install the cert-manager controller in an RBAC-enabled cluster, use the follo
117117

118118
```console
119119
# Install the CustomResourceDefinition resources separately
120-
kubectl apply -f https://raw.githubusercontent.com/jetstack/cert-manager/release-0.11/deploy/manifests/00-crds.yaml
120+
kubectl apply --validate=false -f https://raw.githubusercontent.com/jetstack/cert-manager/release-0.11/deploy/manifests/00-crds.yaml
121121

122122
# Create the namespace for cert-manager
123123
kubectl create namespace cert-manager

0 commit comments

Comments
 (0)