You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/book/src/migration/legacy/manually_migration_guide_v2_v3.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -326,8 +326,8 @@ config version to the latest supported by your target plugin version before upgr
326
326
327
327
The following steps describe the manual changes required to modify the project's layout enabling your project to use the `go/v3` plugin. These steps will not help you address all the bug fixes of the already generated scaffolds.
328
328
329
-
<aside class="note warning">
330
-
<h1> Deprecated APIs </h1>
329
+
<aside class="warning">
330
+
<h3> Deprecated APIs </h3>
331
331
332
332
The following steps will not migrate the API versions which are deprecated `apiextensions.k8s.io/v1beta1`, `admissionregistration.k8s.io/v1beta1`, `cert-manager.io/v1alpha2`.
333
333
@@ -500,8 +500,8 @@ You can check all changes applied to the Makefile by looking in the samples proj
500
500
501
501
#### Update your controllers
502
502
503
-
<aside class="note warning">
504
-
<h1>Controller-runtime version updated has breaking changes</h1>
503
+
<aside class="warning">
504
+
<h3>Controller-runtime version updated has breaking changes</h3>
505
505
506
506
Check [sigs.k8s.io/controller-runtime release docs from 0.7.0+ version][controller-releases] for breaking changes.
Copy file name to clipboardExpand all lines: docs/book/src/migration/legacy/v2vsv3.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -49,8 +49,8 @@ Projects scaffolded with Kubebuilder v3 will use the `go.kubebuilder.io/v3` plug
49
49
* Required Envtest binaries are automatically downloaded
50
50
* The minimum Go version is now `1.18` (previously it was `1.13`).
51
51
52
-
<asideclass="note warning">
53
-
<h1>Project customizations</h1>
52
+
<asideclass="warning">
53
+
<h3>Project customizations</h3>
54
54
55
55
After using the CLI to create your project, you are free to customise how you see fit. Bear in mind, that it is not recommended to deviate from the proposed layout unless you know what you are doing.
56
56
@@ -62,8 +62,8 @@ For example, you should refrain from moving the scaffolded files, doing so will
62
62
63
63
So you want to upgrade your scaffolding to use the latest and greatest features then, follow up the following guide which will cover the steps in the most straightforward way to allow you to upgrade your project to get all latest changes and improvements.
64
64
65
-
<asideclass="note warning">
66
-
<h1> Apple Silicon (M1) </h1>
65
+
<asideclass="warning">
66
+
<h3> Apple Silicon (M1) </h3>
67
67
68
68
The current scaffold done by the CLI (`go/v3`) uses [kubernetes-sigs/kustomize][kustomize] v3 which does not provide
69
69
a valid binary for Apple Silicon (`darwin/arm64`). Therefore, you can use the `go/v4` plugin
Copy file name to clipboardExpand all lines: docs/book/src/migration/v3vsv4.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,8 +34,8 @@ Further details can be found in the [go/v4 plugin section][go/v4-doc]
34
34
35
35
**_More details on this can be found at [here][kb-releases], but for the highlights, check below_**
36
36
37
-
<asideclass="note warning">
38
-
<h1>Project customizations</h1>
37
+
<asideclass="warning">
38
+
<h3>Project customizations</h3>
39
39
40
40
After using the CLI to create your project, you are free to customize how you see fit. Bear in mind, that it is not recommended to deviate from the proposed layout unless you know what you are doing.
Copy file name to clipboardExpand all lines: docs/book/src/reference/artifacts.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,8 +26,8 @@ of its tooling. Additionally, you can find more information by reviewing the Kub
26
26
</aside>
27
27
28
28
29
-
<asideclass="note warning">
30
-
<h1>IMPORTANT: Action Required: Ensure that you no longer use https://storage.googleapis.com/kubebuilder-tools </h1>
29
+
<asideclass="warning">
30
+
<h3>IMPORTANT: Action Required: Ensure that you no longer use https://storage.googleapis.com/kubebuilder-tools </h3>
31
31
32
32
**Artifacts provided under [https://storage.googleapis.com/kubebuilder-tools](https://storage.googleapis.com/kubebuilder-tools) are deprecated and Kubebuilder maintainers are no longer able to support, build, or ensure the promotion of these artifacts.**
0 commit comments