Skip to content

Commit

Permalink
docs: remove memoization beta and add install note (argoproj#7380)
Browse files Browse the repository at this point in the history
Signed-off-by: roofurmston <[email protected]>
  • Loading branch information
roofurmston authored Dec 10, 2021
1 parent 79a95f2 commit e1e7ed8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/memoization.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# Step Level Memoization

![beta](assets/beta.svg)

> v2.10 and after
## Introduction
Expand Down Expand Up @@ -38,6 +36,9 @@ spec:
...
```

!!! Note
In order to use memoization it is necessary to add the verbs `create` and `update` to the `configmaps` resource for the appropriate (cluster) roles. In the case of a cluster install the `argo-cluster-role` cluster role should be updated, whilst for a namespace install the `argo-role` role should be updated.

## FAQs

1. If you see errors like `"error creating cache entry: ConfigMap \"reuse-task\" is invalid: []: Too long: must have at most 1048576 characters"`,
Expand Down

0 comments on commit e1e7ed8

Please sign in to comment.