Skip to content

Commit 154eac6

Browse files
📖 update the next step from quick start accordingly
Now that we have the Getting Started guide, which provides a solid overview, the most appropriate next step seems to be following this guide. Lastly, we are removing the note from the DeployImage section as it doesn't seem to fit well on this page. See that now we have the Getting Started which provides a good overview so the most approprieted next step shows to be this one. By last, we are removing the note from DeployImage it does not seems to fit well in this page
1 parent 89f4cd8 commit 154eac6

File tree

1 file changed

+5
-13
lines changed

1 file changed

+5
-13
lines changed

docs/book/src/quick-start.md

Lines changed: 5 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -250,19 +250,10 @@ make undeploy
250250

251251
## Next Step
252252

253-
Now, see the [architecture concept diagram][architecture-concept-diagram] for a better overview and follow up the
254-
[CronJob tutorial][cronjob-tutorial] to better understand how it works by developing a
255-
demo example project.
256-
257-
<aside class="note">
258-
<h1> Using Deploy Image plugin to generate APIs and controllers code </h1>
259-
260-
Ensure that you check out the [Deploy Image](https://book.kubebuilder.io/plugins/deploy-image-plugin-v1-alpha.html)
261-
Plugin. This plugin allows users to scaffold API/Controllers to deploy and manage an
262-
Operand (image) on the cluster following the guidelines and best practices. It abstracts the
263-
complexities of achieving this goal while allowing users to customize the generated code.
264-
265-
</aside>
253+
Now, take a look at the [Architecture Concept Diagram][architecture-concept-diagram] for a clearer overview.
254+
Next, proceed with the [Getting Started Guide][getting-started], which should take no more than 30 minutes and will
255+
provide a solid foundation. Afterward, dive into the [CronJob Tutorial][cronjob-tutorial] to deepen your
256+
understanding by developing a demo project.
266257

267258
[pre-rbc-gke]: https://cloud.google.com/kubernetes-engine/docs/how-to/role-based-access-control#iam-rolebinding-bootstrap
268259
[cronjob-tutorial]: https://book.kubebuilder.io/cronjob-tutorial/cronjob-tutorial.html
@@ -271,3 +262,4 @@ complexities of achieving this goal while allowing users to customize the genera
271262
[envtest]: https://book.kubebuilder.io/reference/testing/envtest.html
272263
[architecture-concept-diagram]: architecture.md
273264
[kustomize]: https://github.com/kubernetes-sigs/kustomize
265+
[getting-started]: getting-started.md

0 commit comments

Comments
 (0)