Skip to content

Commit 1ddcaf2

Browse files
authored
Merge pull request #4676 from Kuzuri247/migration
📖 Updated migration pages
2 parents 5b3dda0 + fed09ec commit 1ddcaf2

File tree

3 files changed

+2
-5
lines changed

3 files changed

+2
-5
lines changed

docs/book/src/migration/migration_guide_gov3_to_gov4.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ Now, let's copy the webhook definition from `api/v1/<kind>_webhook.go` from our
126126

127127
## Others
128128

129-
If there are any manual updates in `main.go` in v3, we need to port the changes to the new `main.go`. Well also need to ensure all of needed controller-runtime `schemes` have been registered.
129+
If there are any manual updates in `main.go` in v3, we need to port the changes to the new `main.go`. We'll also need to ensure all of needed controller-runtime `schemes` have been registered.
130130

131131
If there are additional manifests added under config directory, port them as well. Please, be aware that
132132
the new version go/v4 uses Kustomize v5x and no longer Kustomize v4. Therefore, if added customized

docs/book/src/migration/v3-plugins.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,3 @@ since `28 Apr 2021`.
66

77
Therefore, you can check here how to migrate the projects built from Kubebuilder 3.x with
88
the plugin go/v3 to the latest.
9-
10-
11-

docs/book/src/migration/v3vsv4.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ The details of all changes (breaking or otherwise) can be found in:
2424
by moving the api(s) under a new directory called `api`, controller(s) under a new directory called `internal` and the `main.go` under a new directory named `cmd`
2525

2626
<aside class="note">
27-
<H1> TL;DR of the New `go/v4` Plugin </H1>
27+
<H1> Details of go/v4 Plugin </H1>
2828

2929
Further details can be found in the [go/v4 plugin section][go/v4-doc]
3030

0 commit comments

Comments
 (0)