Skip to content

Commit 1aee858

Browse files
committed
Added reference to FAQ entry with solution to too long annotations error
1 parent f56402f commit 1aee858

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

docs/book/src/cronjob-tutorial/running.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,15 @@ manifests using controller-tools, if needed:
1616
make install
1717
```
1818

19+
<aside class="note">
20+
21+
<h1>Too long annotations error</h1>
22+
23+
If you encounter errors when applying the CRDs, due to `metadata.annotations` exceeding the
24+
262144 bytes limit, please refer to the specific entry in the [FAQ section](/faq#the-error-too-long-must-have-at-most-262144-bytes-is-faced-when-i-run-make-install-to-apply-the-crd-manifests-how-to-solve-it-why-this-error-is-faced).
25+
26+
</aside>
27+
1928
Now that we've installed our CRDs, we can run the controller against our
2029
cluster. This will use whatever credentials that we connect to the
2130
cluster with, so we don't need to worry about RBAC just yet.

0 commit comments

Comments
 (0)