Skip to content

Commit

Permalink
Fix the upgrade doc for applying cluster role and CRD
Browse files Browse the repository at this point in the history
  • Loading branch information
alok87 committed Jul 22, 2020
1 parent 727b34a commit c31dc85
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion UPGRADE.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand Down

0 comments on commit c31dc85

Please sign in to comment.