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/quick-start.md
+11-1Lines changed: 11 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -220,11 +220,21 @@ make deploy IMG=<some-registry>/<project-name>:tag
220
220
```
221
221
222
222
<asideclass="note">
223
-
<h1>registry permission</h1>
223
+
<h1>Registry permission</h1>
224
224
225
225
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.
226
226
Make sure you have the proper permission to the registry if the above commands don't work.
227
227
228
+
Consider incorporating Kind into your workflow for a faster, more efficient local development and CI experience.
229
+
Note that, if you're using a Kind cluster, there's no need to push your image to a remote container registry.
230
+
You can directly load your local image into your specified Kind cluster:
0 commit comments