Skip to content

Commit 6451a02

Browse files
authored
Merge pull request #95663 from zr-msft/aks-issue-40963
[AKS] fixes MicrosoftDocs/azure-docs#40963
2 parents 94c8a36 + 2bcefb5 commit 6451a02

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/aks/ingress-static-ip.md

Lines changed: 2 additions & 2 deletions
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.8/deploy/manifests/00-crds.yaml
120+
kubectl apply -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
@@ -135,7 +135,7 @@ helm repo update
135135
helm install \
136136
--name cert-manager \
137137
--namespace cert-manager \
138-
--version v0.8.0 \
138+
--version v0.11.0 \
139139
jetstack/cert-manager
140140
```
141141

0 commit comments

Comments
 (0)