From c31dc858b6f9256dcca495eb37f7d1eb48d84be2 Mon Sep 17 00:00:00 2001 From: Alok Kumar Singh Date: Wed, 22 Jul 2020 16:36:30 +0530 Subject: [PATCH] Fix the upgrade doc for applying cluster role and CRD --- UPGRADE.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/UPGRADE.md b/UPGRADE.md index a2c08f1e..2b8579fa 100644 --- a/UPGRADE.md +++ b/UPGRADE.md @@ -6,8 +6,9 @@ There is no backward breaking change from `v1.0` to `v1.1`. ### Recommended Actions -Update the WorkerPodAutoScaler CRD to give WPA access to fetch Replicaset. +Update the WorkerPodAutoScaler Clusterrole to give WPA access to fetch Replicaset and also the CRD. ``` +kubectl apply -f ./artifacts/clusterrole.yaml kubectl apply -f ./artifacts/crd.yaml ```