You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/book/src/cronjob-tutorial/running.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,6 +16,15 @@ manifests using controller-tools, if needed:
16
16
make install
17
17
```
18
18
19
+
<asideclass="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
+
19
28
Now that we've installed our CRDs, we can run the controller against our
20
29
cluster. This will use whatever credentials that we connect to the
21
30
cluster with, so we don't need to worry about RBAC just yet.
0 commit comments