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
{{ message }}
This repository was archived by the owner on Jan 22, 2026. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# 🛠️ Build a Kubernetes Operator in 10 minutes
2
2
3
-
> **👋 The source code has been updated in May 2024 to use the latest version of kubebuilder ([v3.15.0](https://github.com/kubernetes-sigs/kubebuilder/releases/tag/v3.15.0)). Expect the code to be kept up to date with the latest kubebuilder releases!**
3
+
> **👋 The source code has been updated in October 2024 to use the latest version of kubebuilder ([v4.2.0](https://github.com/kubernetes-sigs/kubebuilder/releases/tag/v4.2.0)). Expect the code to be kept up to date with the latest kubebuilder releases!**
4
4
5
5
## Table of Contents
6
6
@@ -336,9 +336,10 @@ Note: this is an example with `operator-v1`. Repeat the same steps for all the o
336
336
./scripts/bump.sh operator-v2
337
337
./scripts/bump.sh operator-v2-with-tests
338
338
339
-
340
-
# 2) Test that the new version works.
339
+
# 2) Test that the new version works (for each folder: operator-v1, operator-v2 and operator-v2-with-tests).
341
340
# Note: for this step, you will need a running Kubernetes cluster.
0 commit comments