File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
component-config-tutorial Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ steps](/quick-start.md#installation) before continuing.
11
11
``` bash
12
12
# we'll use a domain of tutorial.kubebuilder.io,
13
13
# so all API groups will be <group>.tutorial.kubebuilder.io.
14
- kubebuilder init --plugins=go/v3-alpha -- domain tutorial.kubebuilder.io --component-config
14
+ kubebuilder init --domain tutorial.kubebuilder.io --component-config
15
15
```
16
16
17
17
## Setting up an exising project
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ project:
46
46
``` bash
47
47
# we'll use a domain of tutorial.kubebuilder.io,
48
48
# so all API groups will be <group>.tutorial.kubebuilder.io.
49
- kubebuilder init --plugins=go/v3-alpha -- domain tutorial.kubebuilder.io
49
+ kubebuilder init --domain tutorial.kubebuilder.io
50
50
```
51
51
52
52
<aside class =" note " >
You can’t perform that action at this time.
0 commit comments