Skip to content

Commit

Permalink
Merge pull request #1919 from camilamacedo86/fix-doc-v3-stable
Browse files Browse the repository at this point in the history
📖 update the docs for v3 as default plugin version for the init
  • Loading branch information
k8s-ci-robot authored Jan 7, 2021
2 parents f660017 + 6cf73c3 commit 26d7b42
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/book/src/component-config-tutorial/api-changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ steps](/quick-start.md#installation) before continuing.
```bash
# we'll use a domain of tutorial.kubebuilder.io,
# so all API groups will be <group>.tutorial.kubebuilder.io.
kubebuilder init --plugins=go/v3-alpha --domain tutorial.kubebuilder.io --component-config
kubebuilder init --domain tutorial.kubebuilder.io --component-config
```

## Setting up an exising project
Expand Down
2 changes: 1 addition & 1 deletion docs/book/src/cronjob-tutorial/cronjob-tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ project:
```bash
# we'll use a domain of tutorial.kubebuilder.io,
# so all API groups will be <group>.tutorial.kubebuilder.io.
kubebuilder init --plugins=go/v3-alpha --domain tutorial.kubebuilder.io
kubebuilder init --domain tutorial.kubebuilder.io
```

<aside class="note">
Expand Down

0 comments on commit 26d7b42

Please sign in to comment.