Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
docs: add the --repo flag to init example of the cronjob tutorial
  • Loading branch information
minchao committed Jul 4, 2021
commit e8715b32a41b7465e9c8cd1d36c25f27453d412f
5 changes: 4 additions & 1 deletion docs/book/src/cronjob-tutorial/cronjob-tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,12 @@ Kubebuilder](../quick-start.md#installation), then scaffold out a new
project:

```bash
# create a project directory, and then run the init command.
mkdir project
cd project
# we'll use a domain of tutorial.kubebuilder.io,
# so all API groups will be <group>.tutorial.kubebuilder.io.
kubebuilder init --domain tutorial.kubebuilder.io
kubebuilder init --domain tutorial.kubebuilder.io --repo tutorial.kubebuilder.io/project
```

<aside class="note">
Expand Down