diff --git a/xml/cap_depl_aks.xml b/xml/cap_depl_aks.xml
index 7a5f8b46..e936b836 100644
--- a/xml/cap_depl_aks.xml
+++ b/xml/cap_depl_aks.xml
@@ -292,6 +292,10 @@ suse https://kubernetes-charts.suse.com/
This section describes how to use it with your &productname; deployment.
+
+ Usage of the broker requires a cluster running &kube; 1.15 or earlier.
+
+
Start by extracting and setting a batch of environment variables:
@@ -320,7 +324,10 @@ suse https://kubernetes-charts.suse.com/
- Add the necessary &helm; repositories and download the charts:
+ Add and install the catalog &helm; chart. The CPU and memory's requests and
+ limits must be increased, otherewise the installation fails due to a
+ OOMKilled state. This example, increases these to double
+ the default:
&prompt.user;helm repo add svc-cat https://svc-catalog-charts.storage.googleapis.com
@@ -330,9 +337,13 @@ suse https://kubernetes-charts.suse.com/
&prompt.user;kubectl create namespace catalog
&prompt.user;helm install catalog svc-cat/catalog \
- --namespace catalog \
+ --namespace catalog \
--set controllerManager.healthcheck.enabled=false \
- --set apiserver.healthcheck.enabled=false
+ --set apiserver.healthcheck.enabled=false \
+ --set controllerManager.resources.requests.cpu=200m \
+ --set controllerManager.resources.requests.memory=40Mi \
+ --set controllerManager.resources.limits.cpu=200m \
+ --set controllerManager.resources.limits.memory=40Mi
&prompt.user;kubectl get apiservice