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
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -72,5 +72,13 @@ make docker-build docker-push IMG=<some-registry>/<project-name>:tag
72
72
make deploy IMG=<some-registry>/<project-name>:tag
73
73
```
74
74
75
+
<asideclass="note">
76
+
<h1>registry permission</h1>
77
+
78
+
This image ought to be published in the personal registry you specified. And it is required to have access to pull the image from the working environment.
79
+
Make sure you have the proper permission to the registry if the above commands don't work.
80
+
81
+
</aside>
82
+
75
83
If we list cronjobs again like we did before, we should see the controller
Copy file name to clipboardExpand all lines: docs/book/src/quick-start.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -199,6 +199,11 @@ make deploy IMG=<some-registry>/<project-name>:tag
199
199
```
200
200
201
201
<asideclass="note">
202
+
<h1>registry permission</h1>
203
+
204
+
This image ought to be published in the personal registry you specified. And it is required to have access to pull the image from the working environment.
205
+
Make sure you have the proper permission to the registry if the above commands don't work.
206
+
202
207
<h1>RBAC errors</h1>
203
208
204
209
If you encounter RBAC errors, you may need to grant yourself cluster-admin
0 commit comments